Skip to content
View SlamChillz's full-sized avatar
🎯
Focusing, giving to healthy mistakes and learning to be better from them 💪🏽
🎯
Focusing, giving to healthy mistakes and learning to be better from them 💪🏽

Highlights

  • Pro
Block or Report

Block or report SlamChillz

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. binary_trees binary_trees Public

    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.

    C

  2. monty monty Public

    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 stac…

    C 1

  3. simple_shell simple_shell Public

    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 to…

    C

  4. udagram-microservices udagram-microservices Public

    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 re…

    TypeScript

  5. alx-system_engineering-devops alx-system_engineering-devops Public

    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 scrip…

    Shell

  6. AirBnB_clone_v3 AirBnB_clone_v3 Public

    Forked from Maryann529/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 a…

    Python