Get the Most Out of React Hooks With These Best Practices
React Hooks are a tricky concept and it can be difficult to know how to use them. Follow these tips to get the best out of React.
10 Completely Free Resources to Help You Learn Android Development
Get up to speed on Android development without having to pay for the privilege.
Why Does Nobody Want to Learn Java in 2022?
Java has its fans, but also its critics. Here are some of the reasons more and more developers may be avoiding the language.
How to Install R and RStudio on Mac
You can't install R or RStudio directly from the Mac App Store, but there are other ways to go about it.
How to Use Event Emitters in Node.js
Create and handle your own custom events to organize your backend JavaScript code efficiently.
7 Outdated Technologies and the Professions That Still Use Them
How can such old technology still be in use?
How Do You Format a String in JavaScript?
Become a string master with this JavaScript guide to formatting, interpolation, and more.
Add Pop-Up Effects to Your React.js App
Check out two ways of creating your own simple popup modals in React.
What Is the Singleton Design Pattern?
The singleton pattern has some solid use cases, so make sure you know how to use it.
Create a Progress Bar in Python CLI
Modernize your command-line apps with great looking progress bars.
The Top 8 JavaScript Engines for Game Development
JavaScript is an excellent language for gamedev beginners and there are plenty of frameworks to help you along the way.
How to Run JavaScript in Python
If you have existing JavaScript code that you’d like to reuse in Python, check out this module.
How to Build and Consume an API in Next.js
Go end-to-end with this tutorial covering every part of a simple API’s journey.
Make Your React App Come Alive With Animations
Liven up your app with some movement or other style changes using CSS animations.
How to Consume GraphQL API Endpoints in Go
Learn about this REST alternative and how to use it with Go.
How to Create CAPTCHA Using Python
Make your own CAPTCHA tests in no time with this handy Python library.
How to Create a Confirmation Dialog Box in a Winforms Application
Walk through the process of creating a confirmation box using Windows Forms, with this step-by-step guide.
How to Build a Food Delivery Chatbot Using Google Dialogflow
Create your very own virtual assistant with Google’s natural language platform.
How to Build a Mad Libs Game Using Python
Try reproducing the simple rules and structure of Mad Libs for a Python game that's easy to create and evolve.
Create an Homage to Excitebike Using Python
Get inspiration from this classic retro clone or just experiment with its code to learn more.