- Currently studying on Holberton Coding School.
Repository | Description |
---|---|
holbertonschool-simple_shell | This is a shell enviorement made in conjunction to two of my peers, named Christian Rosario and Jose Nieves. It runs multiple custom and original shell commands which aim to replicate the use of regular shell. |
holbertonschool-higher_level_programming | High-Level Programming is a programming language with strong abstraction from the details of the computer. In contrast to low-level programming, it may use natural language elements, be easier to use, or may automate significant areas of computing systems, making the process of developing a program simpler and more understandable than when using a lower-level language. The amount of abstraction provided defines how "high-level" a programming language is. |
holbertonschool-low_level_programming | Low-Level Programming is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions. Generally, this refers to either machine code or assembly language. Because of the low abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture. |
Project name | Description |
---|---|
Printf | This program is designed to mimic the printf function in C |
Simple_Shell | This program is designed to mimic the abilities of a simple shell |
Monty | Stacks, Queues - LIFO, FIFO |
AirBnB Clone | HolbertonBnB is a complete web application, integrating mysql storage with ORM, a back-end JSON API, and front-end interfacing in a clone of AirBnB. And a console interpreter to work with the classes and that interacts with both, the DB and JSON storages |