Winforms: How to Create and Display an Input Dialog Box
A popup dialog box is a perfect way to quickly fetch required input from your app’s user. Learn how to create one in a Windows Forms app.
A Guide to the Graph Data Structure
The graph is a versatile data structure, with many variants. You can use it to solve lots of problems, not least those posed in interview tasks.
What Is the Easiest Programming Language for Games?
Dreaming of writing the next big game? The best place to start is with a solid grounding in one of the best languages for game development.
8 Free Game Development Software Tools to Make Your Own Games
Ready to build your dream game? Whether you’ve never written a line of code in your life or you’re a C# expert, these free game makers are for you.
Consuming RESTful APIs With Go
Golang’s http package makes it easy to use REST APIs for data transfer and client apps.
How to Use Regex Filters in Google’s Search Console to Optimize Site Performance
Search terms that users find your site with can vary enormously. Use the power of regular expressions to find valuable needles in the haystack.
How to Create a NodeJS API Without Using a Framework
Frameworks make your life easier, and your applications more robust. But it can be useful to know how to build an API without one.
The Pros and Cons of Using Styled Components in React
Styled components can increase the modularity of your apps and their building blocks, but do the benefits outweigh the drawbacks?
How to Download an Instagram Profile Pic Using Python
Instagram profile pics are tiny. Here's how to download a profile image with Python and view it at full resolution.
How to Convert HTML to an Image in JavaScript
Getting a snapshot of an HTML element can assist your design process and, sometimes, be part of your final app. With one library, it's an easy task.
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.
How to Customize Your WordPress Theme
A theme provides a fundamental structure and design to a website. Learn how to customize WordPress themes for free to make your website stand out.
How to Check and Update Your Git Version on Linux, Mac, and Windows
Wondering if your git command is as up-to-date as you’d like? Look no further than this simple guide.
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.
How to Make an Interactive Quiz Game in Python
Stuck for a simple programming challenge? Try writing your own quiz to test friends and family; it’s easy in Python.
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.
How to Build a Website From Scratch With Dreamweaver
Adobe’s Dreamweaver is an established web design tool you can use to build a complete website, without compromising on flexibility.