Skip to content
View usmanUA's full-sized avatar

Highlights

  • Pro

Block or report usmanUA

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

Hello, I'm Usman Ahmed

🛠 Languages and Tools

c logo cplusplus logo python logo go logo bash logo pandas logo tensorflow logo pytorch logo docker logo

🔥 My Stats :

Top Langs

🚀 Projects

Here's a selection of my recent work. Check out my repositories for more details!

C and C++ Projects

Simulated photon transport in water media using C++ to enhance understanding of particle interactions in biological tissues.

A performant web server built from scratch using C++, focusing on concurrency and optimization.

Containers for NGINX, WordPress, MariaDB, FTP, and Redis, designed to provide a seamless web development environment.

A C-based 3D game engine inspired by Wolfenstein 3D, simulating a first-person maze.

Self-coded shell taking bash as a reference.

Multi-threaded simulation of famous dining philosophers problem in C.

Data Science Projects

Multilayer perceptron in python using Numpy only.

Logistic Regression model in python using Numpy only.

Go Projects

A RESTful API built using Go, designed for high performance and scalability, with a focus on clean code practices.

Multi-threaded simulation of famous dining philosophers problem in Go.

🧠 What I’m Learning

  • Advanced C and C++ for system-level programming (Hive Helsinki)
  • AI-driven solutions for real-world problems (Hive Helsinki)
  • Quantum Computing/Programming

💬 Get in Touch

⚡ Fun Fact

When I'm not coding, I love exploring the latest trends in AI and trying out new programming languages!


Feel free to explore my repositories and reach out if you want to collaborate or just chat about tech!

Pinned Loading

  1. minishell minishell Public

    Minishell, implemented in C and leveraging Unix system calls, mimics the functionality of the bash shell. It enables users to execute programs, manage environment variables, utilize redirections an…

    C

  2. 42-philosophers 42-philosophers Public

    42-philosophers is a C-based project that addresses the Dining Philosophers Problem in computer science using multithreading. It aims to prevent deadlocks and manage resource conflicts effectively.

    C

  3. CPP-modules CPP-modules Public

    cpp_modules is an extensive collection of C++ exercises, systematically arranged into separate modules. Each module targets a particular area of C++ programming, covering fundamental concepts such …

    C++

  4. DSLR-LogisticRegression DSLR-LogisticRegression Public

    A Python-based project from 42 School that implements logistic regression to analyze and classify data, focusing on understanding machine learning concepts and statistical analysis. Model is writte…

    Python

  5. ft_linear_regression ft_linear_regression Public

    A simple linear regression project from 42 School. This project involves implementing a linear regression model using Python and NumPy, optimizing it with gradient descent, and visualizing the resu…

    Python