Skip to content
View JavadJan's full-sized avatar
🐢
Focusing
🐢
Focusing

Highlights

  • Pro

Block or report JavadJan

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

Hi 👋, I'm Javad Khavari

Student at 42Wolfsburg

javadjan

  • 🌱 I'm currently student at 42Wolfsburg

  • 💬 Ask me about C, C++, Concurrency, Memory Management, Data Structures, Backend Architecture, Docker

  • 📫 How to reach me: khavarimjavad@gmail.com

  • 📄 Know about my experiences: LinkedIn

Connect with me:

javad-khavari

Languages and Tools:

javadjan

 javadjan

javadjan

Pinned Loading

  1. webserver webserver Public

    “Webserv is a C++ HTTP server built by a team of three. It handles HTTP request parsing, routing, CGI execution, configuration files, and non‑blocking I/O with poll/epoll. The project recreates cor…

    C++

  2. TransendenceJob/TransendenceJob TransendenceJob/TransendenceJob Public

    Project App hold for Transendence

    TypeScript 1

  3. Hoody Hoody Public

    Forked from Hack4-The-Future/Hoody

    Hoody is a React-based web platform for buying, selling, and donating second-hand items. Users can explore listings, connect via maps and chat, manage dashboards, and contribute to NGOs. Built with…

    JavaScript 1

  4. minishell minishell Public

    Minishell is a small Unix shell built using a BNF‑defined grammar and an AST-based execution model. It parses commands into structured AST nodes and supports pipes, redirections, built‑ins, and env…

    C

  5. 42-Inception 42-Inception Public

    Inception is a Docker‑based system‑administration project where I build a full WordPress stack using Docker Compose. Each service runs in its own container (Nginx, MariaDB, WordPress‑PHP‑FPM), with…

    JavaScript

  6. philosopher philosopher Public

    “Philosophers is a concurrency project simulating the Dining Philosophers problem. It uses threads and mutexes to manage shared resources, prevent deadlocks, avoid race conditions, and ensure accur…

    C