How to Create a Shopping Cart in Next.js With Context and useReducer
Explore the workings of a shopping cart you can build yourself—and learn about React along the way.
How to Create a Responsive Footer in React
Discover how to use this simple module to add a site footer.
6 Ways to Spot a Good API
Use these tips to find a good API or you could regret your choice in the long-run.
7 API Security Best Practices to Consider
Your API can be a security weak point, so make sure you protect it from hackers with the following measures.
What Are SQL Stored Procedures and How Do You Create Them?
Stored procedures: like functions for your SQL.
How to Find and Delete Duplicates in SQL
Even if you're careful, duplicate data can end up in your database. Make sure you know how to clean it up quickly and easily.
Introduction to WebAssembly in Go
Get started with WebAssembly in Go and build high-speed web applications.
What Is the Builder Design Pattern?
Solve your creation problems for complex objects with this useful pattern.
The 4 Best Pastebin Alternatives for Sharing Code and Text
These Pastebin alternatives let you type, paste, and share blocks of code or text with others online easily.
How to Create Graphics in a JES Application
Learn how to perform basic image annotation with these handy functions.
How to Keep Track of Page Views on Your Blog Using Supabase
Google Analytics can be overkill for a basic site and you can easily create a basic alternative.
Displaying and Updating a Game Score in Pygame
Explore the basics of a simple platformer and learn how to keep score.
Working With Environment Variables in Go
Configure your application for different environments using the environment variables. It also adds an extra layer of security to the application.
What Is SWR and How Do You Use It in Next.js?
Ease your performance problems with a robust caching tool.
Reducing Docker Image Sizes With Alpine Linux Images
Trim the fat off your docker images by picking the Alpine way.
4 Cross-Platform Mobile Dev Languages to Consider for Your Next App
Tailor your app to multiple platforms with these tried-and-tested frameworks.
Connect to a Postgres Database in Your Go Application With GORM
Go plus ORM equals GORM! Learn how to set up this handy database wrapper.
How to Build a Simple Counter App in React
Get up to speed with the React framework by building this simple app.
How to Update Query Params in React
Create a user-friendly app by taking advantage of query parameters.