Untitled-4 Blog Feb 01, 2019 Tech on Fire: Network Fundamentals – Defense in Depth Tech on Fire with Blaize Understand how network security is layered on to improve a network security posture. https://www.youtube.com/watch?v=SwRuTkmNf5Y
Untitled-4 Blog Jan 25, 2019 Tech on Fire: Network Fundamentals – Routing Tech on Fire with Blaize Learn how IP traffic routing works across IP based networks like the Internet. https://www.youtube.com/watch?v=HED__AWiNIE
Untitled-4 Blog Jan 19, 2019 Tech on Fire: Network Fundamentals – The OSI Model Tech on Fire with Blaize In this episode, Blaize will talk about the OSI Model and how it gives taxonomy to network technologies.
Untitled-4 Blog Jan 15, 2019 To Use or Not Use Blockchain Just say the word “blockchain” and you’re likely to get mixed reactions from all kinds of people. Understanding blockchain and how it works at a conceptual level is key to understanding what uses it has and why one would want...
Untitled-4 Blog Jan 11, 2019 Tech on Fire: IaaS, PaaS, and SaaS on Azure Tech on Fire with Blaize In this episode Blaize will discuss what Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS) entail, and how these relate to cloud computing.
Untitled-4 Blog Dec 07, 2018 How To Remove All Resources in a Resource Group Without Removing the Group On Azure Sometimes, I’ve needed to remove all the resources in a resource group without actually having to remove the resource group itself. In the Azure Portal, it’s not possible to do this other than manually selecting each resource individually and deleting...
Untitled-4 Blog Sep 29, 2018 Take a Spin on Azure IoT Hub In this webinar, you’ll get a survey of Azure IoT Hub and the suite of tools surrounding it. With this knowledge, you will be able to approach it with confidence when considering your next IoT project.
Untitled-4 Blog Aug 31, 2018 Creating a Daemon with .NET Core (Part 2) This little project is a practical implementation of a blog post I wrote about implementing daemons in .NET Core. This daemon is a .NET Core console app that is using a Generic Host to host an MQTT Server based on...
Untitled-4 Blog Aug 14, 2018 Creating a Daemon with .NET Core (Part 1) Daemons are as essential to servers as caffeine and pizza are to developers. The executables run as services on a server waiting to receive input usually from a network call, and respond to it by providing something back to the...
Untitled-4 Blog Jul 27, 2018 Security Best Practices for Docker Images Docker Hub is a blessing and a curse at times. It's a great way to share Docker images to the public, but it can be used by hackers to sneak code into environments with malicious intent. Recently, a hacker uploaded...
Untitled-4 Blog Jul 27, 2018 Using Rclone with Azure for a Low-cost Backup While backups are often one of the most overlooked planks in a comprehensive data security plan, they are are probably among the most important things one can do for data security. It’s works as an insurance policy against data loss...
Untitled-4 Blog Jun 28, 2018 Using OpenVPN on Azure For a Low Cost, Private VPN A personal VPN is a nice way of securing traffic between your device and the Internet. Securing your traffic is good for several reasons including safe browsing when one is away from a trusted network like one’s home or office....