Frontend and Fullstack Projects
My blog (not yet named)
- React
- NextJS
- TailwindCSS
- Remark
News Explorer
- React
- Node
- Express
- MongoDB
- JavaScript
- A MERN stack application that interacts with the public News API service to search for and display articles.
- Authenticated users can save articles to their personal profile pages for later reading.
- This was the capstone project of the Practicum Web Development bootcamp. The frontend was created with Create-React-App, and the backend is written in Node/Express.js with MongoDB. The backend is deployed on a Google Cloud EC2 instance, with a Linux OS.
An Invoicing App
- React
- JavaScript
- Styled-Components
CLI and Backend Projects
Command Line Notes
- Python
- argparse
- git
- A minimal command-line note-taking app. Allows you to take markdown notes in your editor of choice. Simply typing `cln name-of-note` will create a new note, or open one that already exists.
- Supports Github integration, allowing you to push your code to Github with a single command `cln -p`.
Create-Express-App
- NodeJS
- Bash
- JavaScript
- Express
- Mongo
- A CLI that automates the creation of Express apps with MongoDB. You supply it with a name for the project and names for each of the models and it will installs the necessary packages, set up the file structure and write the necessary boilerplate.
Microservices
- Node
- Express
- MongoDB
- JavaScript
- A collection of NodeJS microservices
- - a URL shortener
- - a time stamper
- - a header parser
- - a file metadata parser