Home

DIY Current Clamp Meter
In this post, I will show you the contactless clamp power meter I made. I used a readily available SCT-013
ESP OTA
In this post, I'll show you how to do OTA(over the air updates) to your ESP32/ESP8266. This means that you
DIY spot welder
In this post, I will show the spot welder I made. A spot welder is a very useful tool that
Visual Studio on localhost
In this post, I will show you how to access a local website running on localhost(Windows). Specifically, I will show
ubuntu resize disk
In this post, I will show you how to fix Ubuntu not booting after you resize the disk of the
GDS Viewer
In this post, I’ll talk about the online GDS File Viewer/Editor I made(or I’m making as it’s still a work
C# Code Snippets Bitwise Operators
In this code snippet, we will take a look at bitwise operators in C#. Bitwise operators can be used to
C# Code Snippets Pattern matching
In this code snippet, we will take a look at pattern matching in C#. Pattern matching is simply testing if an expression
C# Code Snippets Nullable types Null Checking And Coalescing Operators
In this code snippet, we will take a look at the nullable types, null coalescing and checking operators in C#. Reference types
C# Code Snippets Records
In this code snippet, we will take a look at records in C#. Records can be used instead of classes