Pinned Repositories
AirBnB_clone_v4
Version 3 of an AirBnB clone as part of the ALX Full Stack Web Development teaching modules.
alx-higher_level_programming
Higher Level Programming with Python | An ALX/Holberton SE Learning Module
alx-low_level_programming
Working with C from the shell
alx-system_engineering-devops
An ALX/Holberton SE repository for learning how to be a top DevOps or better called - a Site Reliability Engineer.
Funky-Fonz_V1
The project highlights a simple phone store where the user can add products to the cart and checkout using Flutterwave
Funky-Fonz_V2
A web app built on React & Redux with Bootstrap 5 styling where users can buy phones online & checkout with Flutterwave (An ALX/Holberton SE Project).
opthal-express-api
An Express/Node Server that connects to a Postgres database and powers a React Client Side (An Alx/Holberton SE Project).
opthalhub
A Material Design Bootstrap 5 Designed React Client Side that users can schedule for medical appointments (An ALX/Holberton SE Project).
react-router-4
The project shows how to use the react-router-dom to access different pages and push history to the URL (altering the path).
simple_shell
An ALX project that involves writing a simple UNIX command interpreter
karllucas's Repositories
karllucas/alx-higher_level_programming
Higher Level Programming with Python | An ALX/Holberton SE Learning Module
karllucas/alx-system_engineering-devops
An ALX/Holberton SE repository for learning how to be a top DevOps or better called - a Site Reliability Engineer.
karllucas/Funky-Fonz_V1
The project highlights a simple phone store where the user can add products to the cart and checkout using Flutterwave
karllucas/alx-low_level_programming
Working with C from the shell
karllucas/opthal-express-api
An Express/Node Server that connects to a Postgres database and powers a React Client Side (An Alx/Holberton SE Project).
karllucas/opthalhub
A Material Design Bootstrap 5 Designed React Client Side that users can schedule for medical appointments (An ALX/Holberton SE Project).
karllucas/simple_shell
An ALX project that involves writing a simple UNIX command interpreter
karllucas/AirBnB_clone
Part 1 of a simple AirBnB clone (group-pairing) project that utilizes a Python-oriented tech stack. These include a command interpreter, a website, a database, and an API to connect the data to the front-end.
karllucas/AirBnB_clone_v4
Version 3 of an AirBnB clone as part of the ALX Full Stack Web Development teaching modules.
karllucas/Funky-Fonz_V2
A web app built on React & Redux with Bootstrap 5 styling where users can buy phones online & checkout with Flutterwave (An ALX/Holberton SE Project).
karllucas/printf
A function that produces output according to a format.
karllucas/AirBnB_clone_v2
Version 2 of an AirBnB clone as part of the ALX Full Stack Web Development teaching modules.
karllucas/AirBnB_clone_v3
Version 3 of an AirBnB clone as part of the ALX Full Stack Web Development teaching modules.
karllucas/alx-backend
An ALX related repository for learning crucial backend concepts and technologies when developing for the web.
karllucas/alx-backend-javascript
An ALX/Holberton SE repository that teaches node.js, TypeScript, EcmaScript6 (2015) basics.
karllucas/alx-backend-python
An ALX/Holberton SE repository for learning backend Python, Unit & Integration tests.
karllucas/alx-backend-storage
Advance into MySQL, NoSQL, and learn Redis basics.
karllucas/alx-backend-user-data
A crucial repository covering User Authentication, User Data Collection & Processing on the backend with Python.
karllucas/alx-files_manager
An Alx/Holberton SE practice web app that runs on Express/Node and implements routing.
karllucas/alx-interview
An ALX/Holberton SE repository, dedicated to algorithm practice in preparation for interviews.
karllucas/alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
karllucas/alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
karllucas/binary_trees
This task is all about working with binary trees. A Binary Tree is a special datastructure used for data storage purposes. It has the benefits of both an ordered array and a linked list as search is as quick as in a sorted array and insertion or deletion operation are as fast as in linked list.
karllucas/Fix_My_Code_Challenge
Fix my code is a new type of project, where I jump into an existing code base and fix it! I may or may not know the language.
karllucas/karllucas
My GitHib Profile Readme repo. Notice that it looks like a YAML used to make API contracts? Now that's Swagger! :)
karllucas/monty
Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). The goal of this project is to create an interpreter for Monty ByteCodes files.
karllucas/my-streetmix-app
Streetmix is an interactive web app that makes street design accessible to everyday people and helps community members engage in meetings with transportation and city officials.
karllucas/nextjs-dashboard
karllucas/odin-landingpage
A simple landing page with foundational HTML and CSS code practices.
karllucas/sorting_algorithms
This project consists of C functions that help sort an array of numbers using different Sort Types. Typically tests Big O notation.