// 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);
}
🐍
Simple is better than complex.
Highlights
Pinned Loading
-
snakypy/dotctrl
snakypy/dotctrl Public🐍 📦 📄 Dotctrl is a package to control your dotfiles (and more) on Linux or macOS.
-
snakypy/zshpower
snakypy/zshpower Public🐍 📦 💻 ZSHPower is a theme for the ZSH shell with support for Oh My ZSH.
-
typing-jekyll-template
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.
-
jektify/jektify
jektify/jektify Public🎶 💎 Jektify is a gem to incorporate track, playlist, albums and artists into from Spotify into templates Jekyll.
-
-
294 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
-
williamcanin/postgres_tor_docker
Shell
This contribution was made on Apr 11