3 Ways to Deploy a React Application on Netlify
Get your React app in front of an audience with the minimum of effort using Netlify’s deployment features.
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.
How to Run, Configure, and Troubleshoot npm Scripts
Many JavaScript projects take advantage of npm’s ease-of-use and wide availability. If you’re yet to experience its benefits, get started right away.
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.
5 Websites to Help You Create Android Apps Without Any Coding
Fancy building a mobile app but unsure you have the coding skills to do so? Why not start with a no-code solution that’s quick and easy to use.
Create a Two-Player Tic-Tac-Toe Game Using JavaScript, HTML, and CSS
Get this simple game up-and-running in your web browser in no time!
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.
6 Important JavaScript Concepts for React Beginners
Make sure your fundamentals are strong before you start to build applications in React.
How to Save Images Created in JES Onto Your Computer
Once you’ve made changes to an image with JES, be sure you know how to save your finished creation.
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?
7 CSS Mistakes to Avoid as a Beginner
Mastering CSS can take a lot of practice and effort. Give yourself the best chance of success by avoiding these common mistakes.
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.