Skip to content
View ilcde's full-sized avatar
🔥
grinding time
🔥
grinding time

Highlights

  • Pro

Block or report ilcde

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ilcde/README.md

🧠 About Me

I don't just memorize dry theories — I ask "Why?" and "What if?" until a hard concept boils down to something I could explain to a 10-year-old. That curiosity is the thread connecting everything below, from REST APIs down to bare-metal Assembly.

  • 🎓 CS student, splitting time between shipping fullstack products and going down OS / kernel rabbit holes for fun
  • 💼 Pay-the-bills stack: modern frontend architectures + robust enterprise backends
  • 🐧 For-the-joy-of-it stack: Operating Systems, kernel internals, and talking straight to the CPU
  • 📚 Right now: grinding DSA, building Spring Boot + Angular side projects, and reading kernel source in my spare time
  • 🐧 Daily driver: Fedora Linux (btw)

🚀 Featured Projects

chttp

HTTP/1.1 from scratch in C11.
poll() event loop, incremental parser, router, chunked encoding, static files with ETag and byte ranges. Zero dependencies.
C POSIX MIT

vylix

Universal hybrid-safe microkernel.
Clean architecture, safety first, built for predictability and isolation over raw throughput today.
Rust C++ Assembly aarch64

VortixOS

An OS is coming....
The from-scratch operating system playground — bootloader upward, no training wheels.
C Assembly osdev

high-performance-hybrid-web-scraper

Hybrid scraping engine.
FastAPI and Playwright on top of a C++ cpr core, bridged with pybind11 — Python ergonomics, native speed.
Python C++ pybind11

TaskPay

Task manager + salary tracker.
Local-first PWA with no login and no cloud: your data stays on your machine.
Java 21 Spring Boot 3 PWA H2

hubt-review-platform

HUBT online review platform.
Nền tảng ôn tập trực tuyến: Spring Boot 4 backend, leaderboard API, integrated static frontend.
Java Spring Boot 4 JavaScript

📂 More repositories
Repo What it is Stack
system-monitor-pro Desktop system monitor with live resource graphs Python customtkinter
StudyDiscipline Windows focus enforcer: blocks distractions, kills games, Strict Mode Python
Portfolio Personal portfolio site HTML CSS JS
web_hoan_thien Coursework web build, finished version HTML CSS
web_thiet_ke Web design exercises HTML CSS

🛠️ Tech Stack

Frontend & Mobile

JavaScript, TypeScript, HTML, CSS, Angular, Tailwind, Bootstrap, Android Studio, Swift

Backend, Databases & Infra

Java, Spring, Redis, PostgreSQL, MongoDB, MySQL, Docker, Nginx

Low-Level & Systemsmy actual passion

C, C++, Rust   Assembly

Tooling

Git, GitHub, Figma, Postman, CMake, VS Code, Linux, Python

📊 GitHub Stats

ilcde's GitHub stats Most used languages



GitHub streak



Contribution activity graph

🏆 Trophies

GitHub trophies

🔝 Top Contributed Repo

Closed for now.


💬 Random Dev Quote

Random dev quote

☕ Support

Buy Me a Coffee PayPal Ko-fi

(links coming soon)

Pinned Loading

  1. chttp chttp Public

    Create http using C from scratch

    C