How to Add Syntax Highlighting to a Code Block in React
Spruce up your code snippets with some color and help readers understand the syntax with this highlighting component.
Learn These 8 Languages to Code Like a Pro in AWS Cloud
Looking to get into cloud computing, but unsure where to start? Consider one of these languages that AWS has excellent support for.
How to Use the @Before and @After Annotations in JUnit
Unit tests should isolate functionality as much as possible, but it can be tricky to eliminate all dependant code. These annotations will help out.
An Overview of Important Go Commands and Flags
Learn all about the go command-line utility, its subcommands, and options.
Go Testing Packages for Improved Productivity
Go has a great built-in testing package to verify your programs. You can also use these third-party packages to take your testing to the next level.
4 Testing Methods Every Developer Should Know
There are almost as many ways to test your code as there are to write it. Understand the differences and build yourself a robust testing process.
How to Store and Access API Keys in a React Application
You can do a lot with APIs, but make sure you keep your keys and passwords safe and secure.
How to Use TypeScript in React Applications
TypeScript helps you write more robust code than plain JavaScript, so make sure to use it with your React apps.
5 Reasons Ubuntu Is the Ideal Linux Distro for Software Developers
Ubuntu is widely used for development by programmers around the globe. What makes Ubuntu a good fit for developing software?
Top 6 Visual Studio Extensions for Game Developers
Visual Studio is a powerful tool for all developers. As a game dev, you can grab some high quality extensions to power-up your work.
Build an Email-Sending Chatbot With Google Dialogflow
Chatbots are increasingly popular on company websites, especially for customer service. Learn how to create your own AI helper.
A Quick Guide to Lambda Expressions in C++
Learn how lambdas can make your code more efficient and easier to maintain.
How to Create Your First PICO-8 Game
Learn how to create your first simple game, from start to finish.
How to Use the @DisplayName Annotation in JUnit
Clean up your test method names with this simple annotation.
How to Change the Icon in a Windows Forms Desktop Application
For a professional application, small details matter. Make sure you consistently communicate your brand across your Windows app, including its icon.
Time and Date Manipulation in Go Applications
Working with time can be a tricky task, whether you’re switching between timezones or handling leap seconds. Make it simple with Go's time package.
What Is PICO-8?
PICO-8, the little 8-bit style virtual game console, is here to help you begin your journey in game development. It plays some great games too!
4 Efficient Logging Packages for Your Go Apps
Go a step further than the standard library with one of these logging packages.
How Scoping Works in JavaScript
Find out all there is to know about scope and gain a better understanding of more complex JavaScript programs.
Implementing User Authentication in Express Apps
You can protect genuine users from malicious ones by authenticating them. Make sure you use best practices to avoid leaving any security holes.