What You Need to Know About Possible Opt-Out Telemetry in Google’s Go
What do you do when your compiler starts phoning home data about your usage? Is it a problem and is there an alternative?
How to Install Ruby on Linux
Here's how you can set up a development environment on your Linux machine by installing Ruby.
How to Host Your Django App for Free on Vercel
Find a free home for your Django app and deploy it easily and quickly straight from GitHub.
How to Destructure Arrays and Objects in JavaScript
Get to grips with this handy syntax shortcut and get cleaner code as a result.
Learn to Automate Your Vlookups With Excel VBA
Take your Excel programming a step further by using the popular VLOOKUP function in your VBA code.
How to Blur Human Faces in Real-Time With Python
Explore the world of computer vision and experiment with a popular security feature: the blurring of part of an image.
Build Your Own Weight Conversion Tool Using Python
This tiny app can come in handy when you’re using different suppliers or working with a team in another country. There’s scope for extensions, too.
What Is Obsidian Note-Taking? How to Use It Like a Pro
Are you tired of traditional note-taking? Learn how to use the Obsidian note-taking app to increase your productivity.
How to Install Java on Ubuntu and Remove It When You’re Done
Need to install Java on your Ubuntu system? Whether you're coding in Java or using an app, here's how to get it running.
How to Create a REST API With FastAPI and MongoDB
Get a bare-bones, auto-documented API up and running in no time with this combination of useful tools.
Build a Word Jumble Game Using Python
Test your anagram and vocabulary skills by writing a program that flexes your programming skills too.
Is Hosting Django on PythonAnywhere a Good Idea?
PythonAnywhere is suitable for Django development, but how easy is it to set up?
Build a Random Image Fetcher Using Python
The Unsplash API is easy to use, especially together with Python's Requests module. Start fetching sample images using these tools today.
How to Add a Text Watermark to Any PDF Using Python
Put your stamp on a PDF file by watermarking its pages.
Task Queuing the Easy Way With Node.js and BullMQ
Why do something immediately if you can put it off until later? Message queuing isn’t for the lazy though—it can help make your app more responsive.
How to Deploy a Golang Application Using AWS Elastic Beanstalk
AWS Elastic Beanstalk streamlines the deployment process of an application and that too in a few simple steps.
How to Use Enums in C#
A small but useful language feature, enums can help you write cleaner, safer code.
The Top 10 Tech Jobs That Require Coding and Programming
Do you love coding and programming? Here are the top tech jobs that will satisfy your passion and help you excel in your career!
How to Encode and Decode Messages Using Base64 and Python
This simple GUI app is a handy one to have available, and building it will help you practice your Python skills.