Day 3 Overview: Testing Practices + Integration TestsTesting Practices Unit Tests for Express Middleware Let鈥檚 look at an example: import {initDb, generate} from 'til-server-test-utils' import * as postsController from '../posts' import db from '../../utils/db' // I'll give this one to you. You want ...Aug 17, 2023路13 min read路41
Day 2 Overview: The DOMCourse Project Overview: What will I be building? App: Coffee Masters Web app for a coffee shop Menu of products Details of each product Order with Cart Data in JSON No JavaScript written To start, I always thought that the DOM and the HTML f...Jul 28, 2023路9 min read路30
Day 1 Overview: VanillaJSWhy am I taking this course? Though I've been coding for about 3 years now since I finished my boot camp at the tail end of 2020, and have used React extensively during my stops at LeanIX and Twilio, I found that I still had gaps in my mental model o...Jul 28, 2023路7 min read路66
How I built an API microservice that could handle up to 500-1,000RPS with minimal latency馃挕 If you're interested in interacting with my API through Swagger UI, you can find the live link to the deployed service here. 馃挕 If you'd like to check out my code, feel free to check out my GitHub repo! 馃挕 If you want to read an exhaustive b...Jul 13, 2023路13 min read路312