Home

DIY Spot Welder

TslaNov 21, 20234 min read
DIY spot welder

About In this post, I will show you the spot welder I made. A spot welder is a very useful tool that can weld two pieces of metal by simply…

Test Local Website on Smartphone While Developing In Visual Studio

TslaSep 10, 20232 min read
Visual Studio on localhost

About In this post, I will show you how to access a local website running on localhost(Windows). Specifically, I will show you how to do this for Visual Studio when…

Ubuntu Virtual Box VM Will Not Boot After Disk Resize Fix

TslaSep 5, 20232 min read
ubuntu resize disk

About In this post, I will show you how to fix Ubuntu not booting after you resize the disk of the virtual machine in VirtualBox. I just recently ran into…

Online GDS File Viewer

TslaAug 1, 20232 min read
GDS Viewer

About 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 in progress). For now, I will make the development version…

C# Bitwise Operators

TslaMar 14, 20235 min read
C# Code Snippets Bitwise Operators

About In this code snippet, we will take a look at bitwise operators in C#.Bitwise operators can be used to manipulate individual bits of a variable. These operations can be quite cryptic and hard…

C# Pattern Matching

TslaMar 14, 20232 min read
C# Code Snippets Pattern matching

About In this code snippet, we will take a look at pattern matching in C#.Pattern matching is simply testing if an expression matches certain criteria. For example, Regex often times gets used…

C# Nullable Types Null Checking And Coalescing Operators

TslaMar 12, 20233 min read
C# Code Snippets Nullable types Null Checking And Coalescing Operators

About In this code snippet, we will take a look at the nullable types, null coalescing and checking operators in C#. Reference types are nullable by default, value types like int for example are not. You…

C# Records

TslaMar 1, 20232 min read
C# Code Snippets Records

About In this code snippet, we will take a look at records in C#. Records can be used instead of classes and structs. They reduce the amount of boilerplate code required to create objects whose…

C# Readonly

TslaFeb 27, 20231 min read
C# Code Snippets Readonly

About In this code snippet, we will take a look at the readonly keyword in C#.Obviously, a variable/field marked as readonly can not be modified after it was set. However, readonly can…

C# Code Benchmarking

TslaFeb 27, 20233 min read
C# Code Snippets Code Benchmarking

About In this code snippet, we’ll see how to benchmark C# code. Benchmarking can be useful to find out how well a certain piece of code is performing. We can look…

Advertisment ad adsense adlogger