Home

Arduino ESP826632 ISR
In this post, we'll take a look at interrupts and timers in microcontrollers. I will show you how to implement
Arduino ESP826632 Watchdog Timer
In this post, we'll take a look at watchdog timers in microcontrollers. I will show you how to implement it
ESP32 freeRTOS Tutorial
Recently, I was using FreeRTOS on an ESP32, so I thought I’d make a post documenting it and showing you
wireguard
I started using Wireguard as a VPN to connect into my home network some time ago. In fact I wrote
Code Snippets Local Functions
In this code snippet, we'll take a look at local functions in C#.Local functions can be declared and used only
Calling The Command Line In C# With CliWrap
In this code snippet, we will learn how to call the command line in C#. We will be using a
Fullstack Serverless Blazor App With Azure Functions 2
In this post, I will show you how to create a Blazor C# WebAssembly app with a serverless backend utilizing
Code Snippets Using WebSockets In C#
In this code snippet, we will learn how to use WebSockets in C#. WebSockets allow you to establish a bi-directional(full-duplex)
Azure Functions Durable Functions
In this code snippet, we will look at Durable Azure Functions. Azure functions are stateless by default. But we can
Code Snippets Working With Streams In C#
In this code snippet, we will learn about streams in C#. Streams provide a generic view of a sequence of