Day: March 26, 2023
8 posts
How to prevent data loss when a Postgres container is killed or shut down.
I do not like to make my blog contents so long when I can easily go straight to…
What It Was Like To Code For Amazon (Part 2)
(You can read Part 1 of this article here: https://dev.to/bytebodger/what-it-was-like-to-code-for-amazon-part-1-5034) Everyone was called to Seattle (FWIW, I live…
Yet Another Newsletter LOL: Cache
Another week, another newsletter. Let’s get to it! Around the Web Jack Herrington has amazing YouTube content and…
How To Optimize Your React App’s Performance
React is a widely popular JavaScript library for building user interfaces. The combination of its declarative nature, JSX…
A story of let, const, object mutation, and a bug in my code
Recently, we rewrote our community blog for “Unicorn Utterances” to use Astro, a static site generator framework. One…
Mastering JavaScript in 100 Days: A Structured Plan for Proficiency
JavaScript (JS) is a widely used programming language for creating interactive web pages and web applications. If you…
Deploy React.js application on Render
React.js is a popular JavaScript library for building user interfaces, and Render is a cloud platform for deploying…
Step by Step: Build a Membership Website with Amplify, Stripe, and Next.js
Content of Table: Introduce Create a Copy of the Design Project Create an Amplify Project Setup a Next.js…