🎓 I studied Full-Stack Development and Computer Science at Bloom Institute of Technology (formerly Lambda School).
💻 Coding has been my passion since December 2019.
🎓 I studied Full-Stack Development and Computer Science at Bloom Institute of Technology (formerly Lambda School).
💻 Coding has been my passion since December 2019.
Forked from bloominstituteoftechnology/Computer-Architecture
A basic 8-bit computer emulator with 8-bit memory addressing written in Python. Loads external programs with instructions in binary.
Python
Recreating Conway's "Game of Life" in React.js, using Immer and Hooks to implement buffer for handling grid state. Algorithm to run game follows the 3 basic rules to decide cell state.
JavaScript 2
Forked from bloominstituteoftechnology/node-auth2-project
Uses Node.js, Express and Knex to build a RESTful API that provides user authentication using SQLite to store user information and bcryptjs for password hashing.
Forked from bloominstituteoftechnology/Sprint-Challenge--Data-Structures-Python
A challenge focused on solving problems by implementing different types of data structures.
Python
CRUD app that lets user login and browse through articles, save them to custom user created folders for later viewing, and edit/delete them. Built using React.js, Context, Reducer, and private rout…
JavaScript