PinnedUnderstanding Typescript: Singletons & Private ConstructorsThe “singleton” pattern is about ensuring that you always only have exactly one instance of a certain class.Mar 29, 2023Mar 29, 2023
PinnedAuth For My React Rails Application Including Reset PasswordI’m currently working on a project which is my final project at Flatiron School. The idea of this project is about building an inventory…Mar 11, 2022Mar 11, 2022
PinnedBuilding Sinatra API Back-end with Active Record/Ruby Part 1Part 1: Review fundamentals and Sinatra API Application Starter CodeFeb 18, 2022Feb 18, 2022
PinnedBuilding Sinatra API Back-end with Active Record/Ruby Part 3Part 3 Sinatra API RoutesFeb 22, 2022Feb 22, 2022
PinnedBuilding Sinatra API Back-end with Active Record/Ruby Part 2Part 2: Create Migrations And TablesFeb 22, 2022Feb 22, 2022
Project MERN Jobify is a job-tracking applicationA mini project that applied MERN stack — MongoDB, ExpressJS, ReactJS, and NodeJSApr 7, 2023Apr 7, 2023
Git Workflow That I have FollowedA Git workflow is a recipe or recommendation for how to use Git to accomplish work in a consistent and productive manner.Feb 5, 2022Feb 5, 2022
Quick Review on Active Record MigrationsMigrations are a crucial part of any Active Record application. They provide a consistent way to set up and update your database tables…Feb 4, 2022Feb 4, 2022
Common SQL Queries: ORDER BY, LIMIT, BETWEEN, NULL, COUNT, GROUP BYTop-Tip: In sqlite3, you can format the output of your select statements with a few helpful options:Feb 3, 2022Feb 3, 2022