Skip to content
View eshanized's full-sized avatar
🦊
Why?
🦊
Why?

Organizations

@snigdhalinux @Snigdha-OS @TIVerse

Block or report eshanized

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
eshanized/README.md

πŸš€ Mission Statement

"Every system should operate like a flight control system β€” rigorously tested, fault-tolerant, and mission-critical by design."

Building secure, autonomous, and intelligent systems at the intersection of systems programming and AI.

πŸ‘¨β€πŸ’» About Me

struct Developer {
    name: &'static str,
    location: &'static str,
    roles: Vec<&'static str>,
    organizations: Vec<&'static str>,
    skills: Skills,
    currently_learning: Vec<&'static str>,
    currently_hacking_on: &'static str,
}

struct Skills {
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
}

impl Developer {
    fn eshan_roy() -> Self {
        Self {
            name: "Eshan Roy",
            location: "India οΏ½οΏ½",
            roles: vec![
                "Open Source Developer",
                "Systems Programmer",
                "Linux Enthusiast",
            ],
            organizations: vec![
                "Snigdha OS",
            ],
            skills: Skills {
                languages: vec!["Python", "Rust", "Go", "Shell", "TypeScript"],
                tools: vec!["Linux", "Docker", "Git", "CI/CD"],
            },
            currently_learning: vec![
                "Python",
                "Go",
                "Rust",
            ],
            currently_hacking_on: "Snigdha OS",
        }
    }
    
    fn fun_fact(&self) -> &str {
        "Be silent when it is time to hear! 🎧"
    }
}

πŸ† GitHub Achievements

GitHub Developer Program Pair Extraordinaire x2 Pull Shark x2

πŸ› οΈ Technology Arsenal

πŸ’» Languages & Frameworks

Rust Python Go Shell TypeScript JavaScript C

πŸš€ Web & Mobile

React Next.js Tailwind CSS FastAPI

☁️ Cloud & Infrastructure

Linux Arch Linux Docker Git GitHub Actions

Featured Projects

πŸ¦€ Rust Ecosystem (Crates.io)
Project Description Downloads
eshanized-polaris Rust-native distributed compute and orchestration framework for scaling concurrent workloads Crates.io
cynapse Real-time, memory-resident binary integrity verification for Rust applications Crates.io
dep-insight Dependency analysis, auditing, and visualization tool for Rust projects Crates.io
dynpatch Safe live code reloading for Rust - hot patching functions, services, and configs at runtime Crates.io
errcraft Structured and colorful error handling for Rust Crates.io
🐍 Python Ecosystem (PyPI)
Project Description Downloads
neurobus The World's First Neuro-Semantic Event Bus for Cognitive AI Systems PyPI
eclipsera Comprehensive ML framework with 68 algorithms spanning classical ML, clustering, AutoML, and explainability PyPI
vedart Parallel runtime unifying Python's concurrency ecosystem PyPI
cynapse Real-time memory integrity monitor for Python PyPI
fastalloc High-performance Python memory pool library for pre-allocated object pooling PyPI
🐧 Snigdha OS - Arch Linux Distribution

A powerful Arch Linux-based distro tailored for penetration testing πŸ›‘οΈ and ethical hacking πŸ•΅οΈβ€β™‚οΈ

Snigdha OS

πŸ–₯️ Core Applications

Project Description
SPM - Package Manager Snigdha OS Package Manager for streamlined package handling
Kernel Installer Kernel management and installation utility
Kernel Manager Advanced kernel management UI
System Maintenance System maintenance and optimization tools
Cleaner System cleanup and optimization utility
Updater System update manager with GUI
Updater TUI Terminal-based system updater

🎨 User Experience

Project Description
Welcome Center First-run welcome and setup wizard
Snigdha OS Tour Interactive system tour for new users
Assistant AI-powered system assistant
Raptor System configuration and management tool
Wallpaper Engine Dynamic wallpaper management system

πŸ–ŒοΈ Desktop Environments & Themes

Project Description
i3 Config i3wm configuration and rice
Hyprland Config Hyprland compositor configuration
GNOME Config GNOME desktop configuration
Plasma Config KDE Plasma configuration
Aurora Theme GTK Custom GTK theme for Snigdha OS
SDDM Sugar Candy Custom SDDM login theme

πŸ”§ System Infrastructure

Project Description
NERVE TUI-based system installer
Calamares Aurora Graphical system installer
Archiso GNOME GNOME edition ISO builder
Archiso i3 i3 edition ISO builder
Package Browser Web-based package search and browser

🌐 Web & Documentation

Project Description
Snigdha OS Web Official website source
Documentation User and developer documentation
Tools DB Security tools database
🌐 Web & Tools
Project Description Tech Stack
eshanized.github.io Personal portfolio showcasing web development projects and experiences TypeScript React
NeuroEdit Next-gen, AI-powered code editor with multi-line autocomplete and natural language code generation TypeScript
i3wm Custom i3wm configuration and dotfiles Shell

πŸ“Š GitHub Analytics

GitHub Stats GitHub Streak
Top Languages Top Contributed Repo
Contribution Graph
GitHub Trophies

πŸ“ Latest Blog Posts

➑️ Read More Articles on Dev.to

🀝 Let's Connect & Collaborate

Portfolio GitHub GitLab Dev.to

Twitter Facebook Instagram YouTube


πŸ’­ Philosophy

"Be silent when it is time to hear!"

⭐ From eshanized with ❀️

Popular repositories Loading

  1. eshanized.github.io eshanized.github.io Public

    eshanized portfolio showcasing web development projects, skills, and experiences. Built with React, Tailwind and TypeScript for a responsive design.

    TypeScript 1

  2. eshanized eshanized Public

    🌟 Eshanized is a GitHub profile dedicated to open-source projects and contributions. It showcases custom Linux distributions, web apps, security tools, and more, aimed at enhancing user experience,…

  3. register register Public

    Forked from is-a-dev/register

    Grab your own sweet-looking '.is-a.dev' subdomain.

    JavaScript

  4. i3wm i3wm Public

    Forked from Justus0405/i3wm-dotfiles

    //i3wm config

    Shell

  5. NeuroEdit NeuroEdit Public

    Forked from microsoft/vscode

    NeuroEdit is a next-gen, AI-powered code editor built for speed, intelligence, and simplicity. It features multi-line autocomplete, natural language code generation, AI-assisted refactoring, and se…

    TypeScript

  6. bulk-email-sender bulk-email-sender Public