Home

C# Code Snippets Readonly
In this code snippet, we will take a look at the readonly keyword in C#. Obviously, a variable/field marked as readonly can
C# Code Snippets Code Benchmarking
In this code snippet, we'll see how to benchmark C# code. Benchmarking can be useful to find out how well a
C# Code Snippets Tuples
In this code snippet, we will take a look at tuples in C#. Tuples allow you to quickly and easily create
C# Code Snippets Ranges
In this code snippet, we will take a look at ranges in C#. Ranges give you a quick and easy syntax
C# Code Snippets Boxing
In this code snippet, we will take a look at boxing and unboxing in C#. Boxing happens when a value data
C# Code Snippets Dynamic Keyword
Dynamic allows you to save any data type into a variable or pass any type into a method/return any type
C# Code Snippets DateTime
In this code snippet, we will take a look at DateTime in C#. DateTime is used to represent dates and times
Attiny Arduino programming shiled
In this post, I'll show you how to program the Attiny microcontrollers via the Arduino IDE using an Arduino board
ESP32 Web Camera
In this post, I’ll show you how to program the ESP32 Camera board to live stream the video feed to
iCE40 FPGA iCE aStick with IceStorm Tutorial
This tutorial will cover the hardware and software setup for the icestick development board that uses an iCE40 FPGA. The