Learn How to Use the Java HashMap Data Structure
HashMap is one of the most efficient data structures. Store your key-value pairs data using the Java HashMap data structure.
How to Test Express APIs With Jest
Using Express to create your API and Jest to test it is a winning combination to improve your app’s reliability.
12 Useful Python One-Liners You Must Know
Python One-Liners can help you perform complex tasks with just one line of Python code. Here are some of the most useful ones to know!
HTML Templating With Go
Templates let you separate front-end development from your business logic and backend programming. And Go has great templating support built in.
The Beginner’s Guide to Setting Up Visual Studio Code on Your Windows PC
Visual Studio Code is a popular choice amongst programmers, and for good reason. Here's how to get started with it on Windows.
Learn How to Create Classes in C#
Explore object-oriented programming with classes and objects in C#.
Session Storage vs. Local Storage: What Are the Differences?
Session and local storage are both easy-to-use client-side data stores you can access using JavaScript. So how do they differ?
Try Python in Your Browser With These Free Online Interactive Shells
Whether you're trying Python for the first time or reviewing the basics of arrays and lists, it's easy to try your code in a browser with these tools.
Objective-C vs. Swift: Which Is Best for Your Project?
Apple developed Swift as a replacement for Objective-C, but is the newer language always the best choice?
13 Alternative Career Paths for Software Developers
Not sure what career path to take as a software engineer? Here are some promising no-code career options for software developers.
Documenting NestJS APIs With Swagger
Discover how to generate Swagger docs from your Nest API with a few simple decorators.
How to Install Python PIP on Windows, Mac, and Linux
Many Python developers rely on a tool called PIP for Python to streamline development. Here's how to install Python PIP.
How to Tune Your Java Virtual Machine
Learn about the three types of option you can use to fine-tune the JVM.
How to Open a JAR File Using the Command Line
You can extract a JAR file to discover what it contains, but you can also view its contents first so you know what files it will create.
How to Create a JAR File
Learn how to distribute Java classes and related files using the JAR package format.
How to Explore Datasets in Go
The best way to understand data is to examine it. Enter Gota, a Go package to help you do exactly that.
What Is a Java Stack Trace?
Although it may look confusing at first, a stack trace can hold the keys to fast, effective troubleshooting.
How to Validate HTML Forms Using Regular Expressions
Regular expressions are a powerful and versatile pattern-matching tool. Find out how they can simplify your form validation.
How to Import and Export CSV Data in PostgreSQL
Back up your Postgres data, transfer it elsewhere, and import it when necessary, all with the power of CSV.
How to Use IIS to Host a Website Locally on Windows
Microsoft’s IIS is a hidden gem: a capable web server that’s free and built-in. What’s more, it’s an excellent option for testing your website.