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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
📚 Currently Learning scikit-learn Swift GitHub Actions Grafana Kubernetes Lua Vue.js
🧠 Tools & Interests 42 Notion Obsidian OpenAI macOS Linux Alfred Helix Vim

📊 Stats

GitHub Stats

Popular repositories Loading

  1. obsidian-basetag obsidian-basetag Public

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

    TypeScript 31 4

  2. obsidian-dataview obsidian-dataview Public

    Forked from blacksmithgu/obsidian-dataview

    A high-performance data index and query language over Markdown files, for https://obsidian.md/.

    TypeScript

  3. libft libft Public

    A foundational C library reimplementation of standard libc functions, including string/memory manipulation, I/O, and linked list utilities. The first project of 42 core curriculum.

    C

  4. printf printf Public

    A reimplementation of a simple printf in C.

    C

  5. get-next-line get-next-line Public

    A function in C that reads and returns the next line from a file descriptor. Part of the 42 core curriculum.

    C

  6. push-swap push-swap Public

    An algorithm to sort integers using only specific stack operations (push, swap, rotate) with the fewest possible steps. Part of the 42 core curriculum.

    C