Welcome to TheTechMaker! Here are some cool things I have written.
-
How Does Base64 Encoding Work?
Some things you might have heard being thrown around in the cryptography space are encoding methods. Such encoding methods are normally used to turn binary data into text, typically so it can be used to transmit… Read More
-
Regular Expressions in C++
In an earlier post I made, I discussed how regular expressions could be used. Now, I will show you how to implement them in your own C++ program. The regex Library The regular expression library was… Read More
-
Make a Price Drop Notifier in Python
In this guide, I will show you how to use the BeautifulSoup library to make a simple program that notifies you when a product on an online site drops in price. This library runs in the… Read More
-
The Beginner’s Guide To Regular Expressions
Regular expressions (abbreviated as a “regex”) are useful tools that help easily find and match text in strings and files. They sort of function like the typical find-in-document feature you are probably used to, only more… Read More
-
How to Install Arch Linux From Scratch
In this guide, I will be showing you how to install Arch Linux from scratch. You can do this on a physical machine, but I will be doing it on a virtual machine. What is Arch… Read More
-
Optimizing AI Models Using Convolutional Neural Networks
This guide is a part two to a previous guide I made, called The Simple Guide to AI and Machine Learning With Python. This guide is simply how you can improve accuracy to the model you… Read More
-
The Simple Guide to AI and Machine Learning With Python
In this guide, you will learn how to create an AI that recognizes handwriting with Python using Dense neural networks and the MNIST dataset. This guide will use TensorFlow to train your AI, and basic knowledge… Read More
-
How to Listen on ATC Conversations Using a SDR
Did you know that ATC conversations and conversations between planes are freely available, with no encryption? It is legal to listen in on ATC conversations, and in this guide I will tell you how if you… Read More
-
How to make a GPS with Arduino
This guide will show you how to make a simple GPS with Arduino. What you will need GPS Neo-6M This will be used to determine the location. Arduino UNO Rev3 This will be what we use… Read More
-
How to Install MacOS on Windows using VMware
If you had ever wanted to get the MacOS experience without owning a Mac, then you may want to use a virtual machine to get the experience, and this guide will teach you how to do… Read More