Skip to content
View williamcanin's full-sized avatar
🐍
Simple is better than complex.
🐍
Simple is better than complex.

Organizations

@jektify @snakypy

Block or report williamcanin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
williamcanin/README.md
// main.rs

use std::collections::HashMap;

fn main() {

  let workflow: HashMap<&str, HashMap<&str, Vec<&str>>> = HashMap::from([
    (
      "My Main Tech Stack",
      HashMap::from([
        ("Languages", vec!["Rust", "Python", "Shell Script"]),
        ("Frontend", vec!["HTML", "CSS", "SASS", "Bootstrap", "Jekyll"]),
        ("Database", vec!["PostGreSQL", "MySQL"]),
        ("Tools", vec!["VSCode", "Vim", "JetBrains IDEs", "Git"]),
        ("OS", vec!["Linux", "Windows"]),
      ]),
    ),
  ]);

  let yt_link: &str = "https://www.youtube.com/c/williamcanin";

  println!("Hello, World!");
  println!("My name is William, and I am a programming and hacking enthusiast.");

  for (key, value) in &workflow {
    println!("{}:", key);
    for (inner_key, inner_value) in value {
        println!("  {}: {:?}", inner_key, inner_value);
    }
  }

  println!("YouTube::> {}", yt_link);

}

Pinned Loading

  1. snakypy/dotctrl Public

    🐍 📦 📄 Dotctrl is a package to control your dotfiles (and more) on Linux or macOS.

    Python 9 1

  2. snakypy/zshpower Public

    🐍 📦 💻 ZSHPower is a theme for the ZSH shell with support for Oh My ZSH.

    Python 14 2

  3. typing-jekyll-template Public

    💉 Typing, is a template for Jekyll built especially for those who want to have a blog and pages quickly and lightly.

    HTML 90 51

  4. jektify/jektify Public

    🎶 💎 Jektify is a gem to incorporate track, playlist, albums and artists into from Spotify into templates Jekyll.

    Ruby 8 4

  5. strash Public

    🐍 Strash cleans your trash safely.

    Python

  6. crud_rust_redis Public

    🦀 CRUD examples between Rust and Redis

    Rust

294 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 29 commits in 1 repository
Created 1 repository
Loading