How to Integrate the Auth0 Authentication Service With a React Application
Outsourcing your authentication is not only easier and quicker, it’s more secure too. Let a trustworthy service take the strain.
Learn How to Identify and Track Hands With OpenCV and Python
Build this short project and start experimenting with hand-tracking computer vision in no time.
How to Use Regular Expressions in JavaScript
JavaScript has great support for regex, including a native literal and several useful methods.
What Is the Adapter Design Pattern and How Can You Use It?
Use this pattern to reuse third-party code without having to rewrite all your own.
Convert Any Image Into a Sketch Using Python
You may not be able to pass yourself off as a great artist with this program, but you can still use it to produce some impressive-looking imagery.
How to Create PDFs in Node.js Using PDFKit
Make attractive PDF documents using just a few simple commands with the power of PDFKit.
An Introduction to Lodash and Its Benefits for JavaScript Developers
Lodash is a utility library to power-up your JavaScript code and simplify the basics.
How to Format Go Source for Cleaner Consistent Code
Code that uses common standards is easier to read and more maintainable. Do your fellow programmers a favour and use Go’s built-in formatting tools.
Microservices Explained: How Do They Work and What’s So Good About Them?
A microservice architecture can bring powerful benefits, but ensure you understand the tradeoffs.
7 Programming Languages That Could Leave You Jobless
There’s a wealth of programming languages you could learn, but some will last longer than others. How can you tell which is best for your career?
6 Tips to Optimize React Native App Performance
Find out how to get the most out of your React Native app and give your users the very best experience.
The 15 Best Chrome Extensions for Programmers and Developers
Here are the best Chrome extensions you should be using if you're a developer of any kind, but especially if you're a web developer.
What Are Technology Stacks and What Do They Look Like?
From top-to-bottom or back-to-front, a technology stack is central to everything your app does.
Create Awesome Dashboards in React Using Tremor
Build attractive modular interfaces in no time with this React library.
Implementing Basic Physics and Collision Detection in Pygame
Save time and avoid errors with Pygame’s built-in collision-handling.
How to Use the Output Decorator in Angular
Send data between your Angular components using this simple technique.
How to Design and Code a Health Bar in Unity3D
If your game has combat, you probably need to deal with health. With Unity3D, you can do so in style.
How to Quickly Learn a New Programming Language
If you’re struggling to pick up a language, you may just need to approach your learning with a different mindset.
Understanding Contexts in Go
Learn how to use contexts to pass information down your program’s chain of execution and manage time limits.
Creating Sprite-Based Game Characters in Pygame
Characters are essential to most games, and Pygame’s Sprite class is the place to begin.