What is an API? A Beginner's GuideThe world of software relies on the ability of different applications and software to interact with each other by sharing data and communicating. This communication is typically done through APIs (Application Programming Interfaces). In this article,...Aug 2, 2023·3 min read·42
Stop Hating On Array.reduce()There has been some controversy recently about whether or not JavaScript developers should use the Array.reduce() method. Here's just a few posts that were part of the recent Tweet storm: https://twitter.com/rossipedia/status/1681027968985104386?ref_...Jul 19, 2023·4 min read·24
Managing a Remix Site's Content With Sanity.ioBuild a Remix application and set up Sanity.io to manage its contentAug 23, 2022·20 min read·2.4K
Managing Lambda Size with Multiple Prisma ClientsLearn to use Serverless Framework to deploy a function with multiple Prisma Clients while maintaining a decent artifact sizeFeb 6, 2022·19 min read·1.9K
Dynamically Setting Meta Tags in RemixCheck out how to dynamically update the Meta tags on your webpage from Remix sub-routes for better SEO.Feb 1, 2022·5 min read·4.0K
End-To-End Type Safety: What, Why and HowLearn the concept of End-To-End Type Safety by implementing it in a full-stack application using Nx, NestJS, React, and PrismaJan 21, 2022·16 min read·4.9K
When Serverless Meets Traditional Relational DatabasesA look into potential issues that may arise when using a Serverless architecture with a traditional Relational Database and potential solutionsJan 21, 2022·11 min read·363