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/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.
SlamChillz/AirBnB_clone_v2
Database configuration and setup for the AirBnB_clone project. This phase provisions a mysql database for the project.
SlamChillz/alx-backend-javascript
The ES5, ES6, TypeScript journey
SlamChillz/alx-backend-python
Advanced python concepts suchs: typing, coroutines and asynchronous operations, caching and more...
SlamChillz/alx-backend-storage
Advanced concepts on RDBMS, introduction to NOSQL databases and cache storage
SlamChillz/alx-backend-user-data
User data manipulation. Legal implementation of Personally Identifiable Information (PII) when building software for end users
SlamChillz/alx-files_manager
This project is a summary of this back-end trimester: authentication, NodeJS, MongoDB, Redis, pagination and background processing.
SlamChillz/alx-interview
Data structures, algorithm and critical thinking skill practice via technical interview questions
SlamChillz/serverless-todo-application
This is a todo application, built serverless by using the serverless framework to provision resources via aws cloudformation template. It integrates 0Auth for authentication, implements effective service logging and security of the application. This is my first serveless, I look forward to making healthy mistakes and learning quickly from them.
SlamChillz/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.
SlamChillz/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.
SlamChillz/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.
SlamChillz/alx-higher_level_programming
Higher Level Programming using Python and Incorporating C
SlamChillz/alx-low_level_programming
A comprehensive foundation on low level programming using C, the mother of all languages. This codebase encapsulates functional and imperative programming, data structures (arrays, singly and doubly linked list, hash tables), memory management, I/O operations, kernel interaction and more
SlamChillz/auth-service
Repository generated by Terraform
SlamChillz/community.postgresql
Manage PostgreSQL with Ansible
SlamChillz/deployment-with-ansible
Infrastructure set up and configuration management with ansible.
SlamChillz/dsa-in-golang
To learn how to implement data structures and solve complex problems using the Go language. An inquisitive journey into system programming and software.
SlamChillz/fern
Generate SDKs (client libraries) for your API
SlamChillz/Fix_My_Code_Challenge
Involves debgugging personal and external codebases. Also, how to pick up a new language with ease and maximise it use case.
SlamChillz/forage-lyft-starter-repo
Lyft starter repo
SlamChillz/go-blog
A simple application to evaluate my understanding of some golang basics.
SlamChillz/gpt-engineer
Specify what you want it to build, the AI asks for clarification, and then builds it.
SlamChillz/learn-cicd-starter
The starter code for the "Learn CICD" course on Boot.dev
SlamChillz/reflex
(Previously Pynecone) 🕸 Web apps in pure Python 🐍
SlamChillz/RSA-Factoring-Challenge
Mission Possible. RSA factorization algorithm
SlamChillz/solidjs-app
SlamChillz/The-beginning-of-an-Era
This repository encapsulates my beginner journey into software engineering. The folders represents individual projects literally by name. This is a phase that would not be forgotten. **baby steps**
SlamChillz/what-happens-when
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"
SlamChillz/xchange