Skip to content
View darrenkuro's full-sized avatar
  • Berlin

Highlights

  • Pro

Block or report darrenkuro

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
darrenkuro/README.md

đź‘‹ Hi, This is Darren

I've always been curious and passionate about all things data-, technology-, or programming-related. Currently on the post-core curriculum at 42Berlin, exploring system-level programming, backend engineering, and real-world development projects.

🚀 Projects

Project Description
Transcendence A real-time multiplayer 3D Pong game with authentication, matchmaking, and leaderboard system. A full-stack modular architecture using Fastify for backend and a custom reactive vanilla TypeScript frontend, deployed as a Dockerized application behind a Caddy web server.
Minishell A simplified shell clone written in C. Supports pipes, redirections, logical operators.
WebServer HTTP server in C++ with support for CGI and multiplexing.
Obsidian Plugin Enhances tag rendering in Obsidian using CodeMirror and obsidian plugin API.

🛠️ Tech Stack

Category Tools
🚀 Proficient In JavaScript TypeScript C C++ Bash Node.js HTML CSS TailwindCSS Docker Git Fastify SQLite Drizzle esbuild Zod Swagger Prettier pnpm Make Nginx WebSocket
🔧 Experienced With Rust Python PostgreSQL React Electron Caddy MongoDB Redis Kibana Babylon.js D3.js MUI Nix
📚 Currently Learning scikit-learn Swift GitHub Actions Grafana Kubernetes Lua Vue.js
🧠 Tools & Interests 42 Notion Obsidian OpenAI macOS Linux Alfred Helix Vim

Pinned Loading

  1. obsidian-basetag obsidian-basetag Public

    A lightweight obsidian plugin to render the basename of tags in preview mode.

    TypeScript 31 4

  2. minishell minishell Public

    A simple UNIX shell written in C that replicates the basic behavior of bash.

    C

  3. transcendence transcendence Public

    Forked from cubernetes/ft-transcendence

    A real-time multiplayer Pong web app with custom backend, authentication, and responsive frontend.

    TypeScript

  4. webserv webserv Public

    A lightweight HTTP server written in C++, supporting non-blocking I/O, multiple ports, and basic CGI execution.

    C++