Displaying and Updating a Game Score in Pygame
Explore the basics of a simple platformer and learn how to keep score.
What Is SWR and How Do You Use It in Next.js?
Ease your performance problems with a robust caching tool.
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 Update Query Params in React
Create a user-friendly app by taking advantage of query parameters.
Generating UUIDs With Go
Go offers many ways to generate UUIDs, which are a convenient and robust way of organizing your data.
3 Advanced Data Structures Every Programmer Should Know
Get a leg up on the competition by learning these heaps and trees.
What Is WebAssembly?
WebAssembly brings native speed to the browser and you don’t have to ditch your favourite language!
6 Skills Developers Should Learn to Stay Ahead of AI
AI is advancing by leaps and bounds, but is it a real threat to your developer job? Not if you prepare.
cheat.sh Gives You Access to the Best Linux and Programming Cheat Sheets
Get your hands on the best community-driven Linux and programming cheat sheet repositories using cheat.sh.
What Is the Decorator Design Pattern?
Discover the decorator pattern and build more flexible, extensible object hierarchies.
How to Dockerize a Django App
Get started with Docker containerization by practicing on a sample Django app.
Winforms: Create a Digital Clock That Updates Every Second
A clock is always useful so why not build your own and customize it to your unique requirements?
JavaScript Basics: How to Create and Use a Dictionary
A map of key/value pairs is an incredibly useful data structure. JavaScript has native support for dictionaries via its Object type.
How to Create a Drag and Drop File Uploader in a Winforms App
Add support for file uploads with the intuitive usability of drag and drop.
The Top 7 Open-Source Python IDEs to Program Like a Pro
As a programmer, an IDE can be your most important tool. Use this selection to pick a good one.
4 Interesting Image Processing Techniques Using JES
JES lets you build your own image filters in just a few lines of code.
An Introduction to the Spring Framework
Put some Spring in your step and learn how to build apps with this powerful framework.
How to Add Charts to Your React App
From basic bar graphs to xy plots and beyond, get charting with React.