5 Characteristics of a Good Open-Source Project
Finding an open-source project that's right for you is a daunting task, so follow these tips and get contributing!
Learn How to Automatically Create Pivot Tables in Excel With VBA
Pivot tables are a powerful data visualization tool, but they can be awkward to set up. Take the frustration out of this process with a VBA script.
How to Send Your First Pull Request for Hacktoberfest 2022
This celebration of coding is a brilliant way of getting involved with your first open source contribution.
How to Calculate the Factorial of a Number
It's easy to manually compute a factorial, but how do you do so programatically, in the cleanest way possible?
How to Create a Simple Dice Roller App Using Windows Forms
Stuck without a die for your next gaming session? Learn how to roll your own app to take its place.
How to Use Git to Contribute to Open-Source Software
You may have heard about Git and open source, but do you know how they work in tandem to improve software development?
GraphQL: An Alternative to REST on HTTP
Find out how a GraphQL API can give you extra power and shorten your development time.
How to Detect Faces Using Python
Face detection is much easier than you think and this handy Python library proves it.
How to Create a Simple Alarm Clock in Python
If you’re a Python beginner, this simple alarm clock is an excellent practical introduction.
Everything You Need to Know to Start Writing Go
Get up to speed with this primer on the Go language.
What Is an Out Parameter in C#?
Need to return more than one value from a function? Out parameters are the answer.
How to Add SEO-Friendly Headers to a Next.js Website
Learn how to customize your pages’ metadata for a better user experience and improved SEO coverage.
How to Create an Accessible Progress Bar With React
Make sure your web app's progress bars look good and can be used by everyone.
Migrating Your App From jQuery to React
Moving to React? Discover how to ease the process of moving from jQuery.
How to Create Dependency Injections in JUnit
Clean up your test cases with automatic dependency injection, courtesy of JUnit.
A Guide to Using JSON in Go
JSON is one of the most versatile, portable data formats and Go has excellent support for working with it.
Build Your Own Twitter Scraper to Get Trending Hashtags Using Python
Scraping HTML can be fiddly, so make sure you understand this process with a bit of Python practice.
How to Add Google Analytics to a Next.js Website
Google analytics is a fantastic drop-in solution that gives you comprehensive stats for your website. Find out how to use it with a Next.js site.
How to Create Dynamic Routes in Next.js
Add flexibility to your routing with a quick spot of URL inspection.
How to Create a Next.js Markdown Blog Using react-markdown
Get a basic blog up and running in no time with this step-by-step guide.