Pinned Repositories
AirBnB_clone_v3
A RESTFUL API for AirBnB_clone. This version of the project exposes all the needed endpoint for clients to interact with the service. I love the idea of APIs, so it was fun and insightful working and collaborating on this project.
alx-backend
This repository documents core backend projects focusing on specific topics titled by folder names. These projects are tackled using python and javascript programming language.
alx-backend-javascript
The ES5, ES6, TypeScript journey
alx-backend-python
Advanced python concepts suchs: typing, coroutines and asynchronous operations, caching and more...
alx-backend-storage
Advanced concepts on RDBMS, introduction to NOSQL databases and cache storage
alx-system_engineering-devops
This project tracks my understanding of system administration/DevOps concepts. It spans across various sub niche of this field, from shell comprehension to I/O operations to processes to bash scripting to networking and more.
binary_trees
The study of a non-primitive non-linear data structures called binary trees and how they differ from non-primitive linear data structures like array, stacks, queues and linked list.
monty
Data Structures in C - Stacks(LIFO) and Queues(FIFO). The focus on this project is to understand non-primitive linear data structures and their use cases. What do LIFO and FIFO mean? What is a stack, and when to use it? What is a queue, and when to use it? What are the most common use cases of stacks and queues? What is the proper way to use global variables?
simple_shell
A custom unix shell. The goal is to have a good understanding of how the unix system orchestrate command execution, from reading commands through batch or interactive modes to lexical parsing to tokenization to system calls and more. It also gears towards understanding of system processes, from creation to efficient process communication
udagram-microservices
This project involves refactoring an image sharing application built on monolith architecture to a microservice architecture. Understanding the benefits of both archiectures and their trade offs relative to the intending project is key to builing a scalable and cost efficient project.
SlamChillz's Repositories
SlamChillz/0x01-Fix_My_Code_Challenge
SlamChillz/monty
Data Structures in C - Stacks(LIFO) and Queues(FIFO). The focus on this project is to understand non-primitive linear data structures and their use cases. What do LIFO and FIFO mean? What is a stack, and when to use it? What is a queue, and when to use it? What are the most common use cases of stacks and queues? What is the proper way to use global variables?
SlamChillz/simple_shell
A custom unix shell. The goal is to have a good understanding of how the unix system orchestrate command execution, from reading commands through batch or interactive modes to lexical parsing to tokenization to system calls and more. It also gears towards understanding of system processes, from creation to efficient process communication
SlamChillz/udagram-microservices
This project involves refactoring an image sharing application built on monolith architecture to a microservice architecture. Understanding the benefits of both archiectures and their trade offs relative to the intending project is key to builing a scalable and cost efficient project.
SlamChillz/alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
SlamChillz/alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
SlamChillz/ecommerce-api
This is an intermediate nodejs practice project at Kodecamp. The project will scale intermittently as advanced topics/features are introduced during the course of the internship.
SlamChillz/sorting_algorithms
Sorting algorithms and Big O notation. The study of time and space complexities and how to optimize build through writing smarter and intelligent codes
SlamChillz/udagram
Udacity Project: Am udagram image filtering application. This is a solution extention of the initial code base. This project implements a monolith architecture.
SlamChillz/zero_day
This is my first repository as a full-stack engineer