- About Me
- Tech Journey
- Current Focus
- Projects & Contributions
- Daily Driver
- Tool Proficiency
- Connect With Me
I am a dedicated Rustacean in Training and a passionate Systems Engineer. I love tinkering with Linux, customizing tools, and carving out efficient workflows. My journey spans multiple realmsβfrom system programming and low-level C skills to high-performance scripting in Bash and Lua.
/// Current Status: Systems Programming Enthusiast
pub struct TechStack {
primary_langs: Vec<&'static str>,
web_stack: Vec<&'static str>,
tools: Vec<&'static str>,
editor: &'static str,
fun_langs: Vec<&'static str>,
on_hold: Vec<&'static str>,
}
impl TechStack {
pub fn new() -> Self {
Self {
primary_langs: vec!["Rust π¦", "C"],
web_stack: vec!["HTML", "CSS", "JavaScript", "Tailwind CSS"],
tools: vec!["Git", "Tmux", "Arch Linux", "Hyprland"],
editor: "Neovim + Custom Plugins",
fun_langs: vec!["Lua", "Bash"],
on_hold: vec!["Python", "Django", "Docker", "NixOS", "Nix"],
}
}
}
π Learning Progress
ββββββββββββββββββββββββββββββββββββ
Vanilla Rust ββββββββββββ 99%
Async Rust ββββββββββββ 29%
C Programming ββββββββββββ 62%
Bash ββββββββββββ 48%
Lua ββββββββββββ 39%
Web Dev ββββββββββββ 41%
NixOS ββββββββββββ 82%
Nix ββββββββββββ 88%
Python ββββββββββββ 30% (On Hold)
Django ββββββββββββ 14% (On Hold)
Docker ββββββββββββ 39% (On Hold)
// Current Project Focus
enum Projects {
RustSystemsUtils(Vec<&'static str>),
NeovimCustomization(Vec<&'static str>),
WebDevelopment(Vec<&'static str>),
LinuxRicing(Vec<&'static str>),
}
let current_projects = vec![
Projects::RustSystemsUtils(vec!["CLI Tools", "System Monitors", "File Utilities"]),
Projects::NeovimCustomization(vec!["Custom Plugins", "Workflow Enhancements"]),
Projects::WebDevelopment(vec!["Personal Portfolio", "Front-end Practice"]),
Projects::LinuxRicing(vec!["Hyprland Config", "Dotfiles Optimization"]),
];
-- My Development Environment
local setup = {
terminal = {
primary = "Alacritty",
secondary = "Kitty",
shell = "zsh + starship",
multiplexer = "tmux"
},
editor = {
primary = "Neovim",
plugins = {
"neo-tree", "telescope", "lualine",
"lsp-zero", "treesitter", "harpoon"
}
},
operating_system = {
distro = "Arch Linux",
window_manager = "Hyprland",
package_manager = "pacman + paru"
},
workflow = {
git = {"lazygit", "fugitive", "diffview"},
navigation = "tmux-navigator",
file_search = "ripgrep + fd + fzf",
note_taking = "markdown + obsidian"
}
}
Tool Mastery:
ββββββββββββββββββββββββββββββββββββ
Neovim ββββββββββββ 93%
Tmux ββββββββββββ 99%
Git ββββββββββββ 98%
Terminal ββββββββββββ 91%
Window Manager ββββββββββββ 99%
Bash/Zsh ββββββββββββ 86%
Hyprland ββββββββββββ 78%