How to Use a Java ArrayList
An ArrayList is perfect for storing a list of ordered data. Find out how you can use it in your projects.
How to Use Python to Reverse a String
Either one of these approaches works, so find out which is most suitable for you.
10 Unreal Engine 5 Games Confirmed and on the Way
Unreal Engine 5 looks to help deliver video games like we've never experienced before. Let's explore some titles that are going to use UE5.
The 7 Best IDEs and Text Editors for C# Developers
A programmer is only as good as her toolset! If you develop with C#, make sure you're using a capable text editor to ease the task at hand.
Why You Shouldn't Learn to Code With Codecademy
You can learn to code for free with Codecademy, but is Codecademy any good? Should you upgrade to Pro? Or learn elsewhere?
How to Add Graphics to a C# Windows Form Application
See how you can draw shapes, use colors, and render images in a WinForms app.
Build a Simple Handheld Video Game Using an Arduino
Check out this starter project that's perfect for budding game devs and DIYers.
How to Use Built-In Angular Directive: ngIf, ngFor, ngClass, and More
Angular’s directives add additional behavior to parts of your application. Find out how to use the most common and useful directives.
How to Read Strings From a .env File With Python, Express.JS, and Go
A .env file can solve problems with consistent, cross-platform configuration. Get to grips with this simple file format in several languages.
Getting Started With Go
Get up and Go with this quick guide to installation and how to write your first program.
How to Use Arrays in a Bash Script
Arrays can simplify many tasks, especially when you need to repeat an action across several files. Find out how to use them in your bash scripts.
A New Tomb Raider Game Is Coming: Everything We Know So Far
Good news, Tomb Raider fans: there's a new Tomb Raider game coming! Let's explore further…
How to Use Formik to Create Forms in React
Formik makes React forms much easier to create and work with. Find out how!
How to Edit an Excel Spreadsheet With Python and Openpyxl
Learn how to use this handy library to work with Excel spreadsheets outside of Excel.
How to Position Web Elements With CSS Vertical Align
Vertically aligning elements on a web page hasn’t always been easy. It’s still not straightforward, but the vertical-align CSS property can help.
React vs. Angular: Why Is React So Much More Popular?
How do you choose between these two popular front-end frameworks? Start by looking at their performance and what they’re like to code in.
An Introduction to the React Context API
Learn how to share data across several components, the right way.
How to Use Python to Reverse a List or Array
Reversing an array is a common technique you might use for a game or when displaying a sorted list. Python has several ways to do it.