Salesforce Consultant
This project is about writing your own HTTP server . You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
The Inception project is designed to create a fully containerized development environment using Docker and Docker Compose
This repository demonstrates the development of a full-stack e-commerce website using NestJS for the backend, React for the frontend, GraphQL for API interactions, and MongoDB as the database. The project is designed to showcase a modern, scalable,
This project provides an automated script for creating and managing VirtualBox virtual machines (VMs) with customizable settings. It simplifies the process of setting up VMs by allowing you to define parameters such as memory, CPU, disk size, network configuration, and installation ISO.
Minishell is a simple, lightweight shell program designed to mimic basic functionalities of a Unix-like shell. It allows users to interact with the system by running commands, executing programs, and managing processes directly from the command line.
This project implements a simple raycasting engine, a key component of 3D graphics rendering, often used in games like the original Wolfenstein 3D. The engine casts rays in a 2D world to simulate the appearance of 3D spaces.