Code Generation from XAML in Visual Studio is Mind-blowing Awesome If you are a Xamarin.Forms, WPF, or UWP developer you need to checkout this amazing new feature to generate properties, commands, and more!
Async and Await and what is it actually doing? Ever write a function that calls another function that happens to be asynchronous? Intellisense compl...
Quokka.js VS Code Extension - The Fastest Way to Test JavaScript Want to know the fastest way to test a piece of JavaScript? Well, it's not in the browser, and you don't need to create a new file, save it, and run it. Inst...
Linux vs Windows Round 0: A Microsoft Dev Builds the Linux Kernel Retired Microsoft Windows NT developer Davepl takes you on a tour of the Windows Subsystem for Linux v2 and shows you how to build and deploy your own custom...
What is the Cloud? Soft and Fluffy Edition - Computer Stuff They Didn't Teach You #10 A gentle and clear explanation of cloud computing. This 20 min video talks about the components of a computer, starting with a Raspberry Pi, Laptops, Phones,...
Designer AND Developer - Amy Dutton Can Do It All! Design is a learned skill just like anything else. Amy Dutton shares her perspective on being a Designer and Developer and how those skills compare with each...
Davepl: Microsoft Company Meetings of the 1990s A Dave's Garage Quicktake: Davepl reviews and describes Microsoft company meetings of the 1990s that featured hosts like SNL's Dana Carvey and Kevin Nealon....
Intro to Graphics 08 - WebGL Introduction to Computer Graphics.School of Computing, University of Utah.Full playlist: https://www.youtube.com/playlist?list=PLplnkTzzqsZTfYh4UbhLGpI5kGd5o...
The Hottest New Tech in Web Development with Scott Tolinski Scott Tolinski, the owner of Level Up Tutorials, joins to talk about his favorite latest tech. He recently went through an update on his course platform usin...
The Path to Becoming a Software Developer with Mary Baker How hard is it to get your first job in tech? Let's talk about the learning process in programming Bootcamps and how challenging it can be. We'll also talk a...
5 Tips For Crushing Your Developer Interviews You can have all the skills in the world, but if you don't interview well, it's hard to get a job. Let's talk about 5 tips that can help you nail your develo...
Blazor WebAssembly - Downloading Files : EP19 Hey Coders,In this tutorial, I am showing how you can download files in Blazor WebAssembly applications. In the first section of the episode I am showing how...
WSL2, Visual Studio Code, Windows 10, Ubuntu/Linux + more - Computer Stuff They Didn't Teach You #19 In this video we are blurring the lines between operating systems and showing you the future of software development using Visual Studio Code, WSL2, Ubuntu, ...
Blazor WebAssembly : JavaScript Isolation - EP21 Hey Coders,In this tutorial, I am showing how you can isolate JavaScript files in Blazor applications. With JavaScript isolation you can load your JavaScript...
How I Automated the Boring with JavaScript, Cloudflare Workers, and Airtable Don't waste time on the boring stuff and learn how to use your programming skills for good. In this video, I'll show you how I automated part of my newslette...
.NET GC Internals - 08. Generations The eighth episode of the .NET GC Internals series explaining a real in-depth knowledge how .NET GC works. In this episode I will cover the concept of genera...
How to Multitask with FreeRTOS (ESP32 + Arduino series) Run multiple tasks on the ESP32 with FreeRTOS. For instance: blinking two LED's at different intervals or increment two counters at the same time.A FreeRTOS ...
JavaScript Automated Testing with Jest - The What, Why, and How with Alba Silvente Let's learn how to write tests in JavaScript using Jest. Alba Silvente joins to talk about testing, the what, the why, and the how! We'll talk about differen...
Intro to Graphics 09 - Curves (Part 1) Introduction to Computer Graphics.School of Computing, University of Utah.Full playlist: https://www.youtube.com/playlist?list=PLplnkTzzqsZTfYh4UbhLGpI5kGd5o...
.NET GC Internals - 07. Allocations The seventh episode of the .NET GC Internals series explaining a real in-depth knowledge how .NET GC works. Let's switch the topic! This episode is not about...
Davepl: Who Decides New Windows Features? A Dave's Garage QuickTake:Dave discusses how new features go from idea to product in Microsoft Windows!LIVESTREAM: Don't miss the upcoming Dave's Garage Live...
Blazor WebAssembly : Virtualize Component - EP20 Hey Coders,In this tutorial, I am showing you can use Virtualize component and load thousands of records in efficient way. We will first check how it actuall...
.NET GC Internals - 06. Compact phase The sixth episode of the .NET GC Internals series explaining a real in-depth knowledge how .NET GC works. This episode is about the Compact phase, happening ...
Davepl: The Microsoft Employee Review Stack Ranking System A Dave's Garage Quicktake:Dave discusses the Microsoft employee review system and stack ranking.LIVESTREAM: Don't miss the upcoming Dave's Garage Livestream ...
Davepl: Windows "Pinball" Easter Egg and Cheats A Dave's Garage Quicktake: Dave discusses the secret back door in Pinball that will give you infinite lives, score, and more.LIVESTREAM: Don't miss the upco...
Software Drag Racing: C++ vs C# vs Python - Which Will Win? Retired Microsoft Engineer Davepl writes the same 'Primes' benchmark in Python, C#, and C++ and then compares and explains the differences in the code before...
Linux vs Windows Round 1: Open Source vs Proprietary - From a Retired Microsoft Dev A totally neutral and completely unbiased retired Microsoft operating systems developer gives you the rundown on Linux vs Windows! In Round 0, the competiti...
Blazor WebAssembly : Deploy to IIS - EP23 Hey Coders,In this tutorial, I am showing how you can deploy your Blazor WebAssembly application on IIS. First we are going to make sure that we have IIS ins...
Microsoft Weddings and Marriages #Shorts Have any developers at Microsoft married one another?LIVESTREAM: Don't miss the upcoming Dave's Garage Livestream on Feb 28th at 10AM PST, 1PM EST, 6PM GMT!
Davepl: Windows Source Code Leak and the Task Manager Code A Dave's Garage Quicktake:Dave discusses the Windows XP source code leak and reveals for the first time how he got access to the Windows Task Manager source ...
Dave's Garage Livestream - Linux vs Windows Secrets plus more! Dave takes questions from the audience about Microsoft, Windows Secrets, Linux, and much more! Learn the secret behind the scenes stories!
Intro to Graphics 07 - GPU Pipeline Introduction to Computer Graphics.School of Computing, University of Utah.Full playlist: https://www.youtube.com/playlist?list=PLplnkTzzqsZTfYh4UbhLGpI5kGd5o...
What is FreeRTOS? (ESP32 + Arduino series) Want to multitask on your ESP32? By using FreeRTOS you won't have to worry about scheduling your tasks and making sure that all of them are given enough proc...
Blazor WebAssembly : Lazy-loading Assemblies - EP22 Hey Coders,In this tutorial, I am showing how you can load your large assemblies later on in your application instead of loading them when the application ge...
.NET GC Internals - 05. Sweep phase The fifth episode of the .NET GC Internals series explaining a real in-depth knowledge how .NET GC works. This episode is about the Sweep phase, and its Conc...
Do Microsoft Devs Secretly Use Linux? Dave discusses how, as a Microsoft Windows developer, he feels about Linux.
Hello, Assembly! Retrocoding the World's Smallest Windows App in x86 ASM Dave builds the World's Smallest Windows application live in x86 assembly using only a text editor and the command line to assemble the program using the Mic...
Setting up Cardano Relays using Kubernetes/microk8s With an interest in both learning Kubernetes and more about blockchains, I decided to set up a Cardano Stake Pool using Kubernetes (specifically, microk8s).
Authentication with Nextjs, Fauna, and Auth0 - Nextjs Crash Course Part 2 Want to learn how to easily add authentication to your Next.js applications? In this video, we will use the new Auth0 Nextjs library for adding authenticatio...
Best Features and Benefits of the Jamstack with Colby Fayock Coby Fayock has been a huge Jamstack advocate, and he joins to talk about his favorite features in the Jamstack. We both love being able to serve static asse...
How I Bombed My First Technical Interview Have you ever bombed a technical interview? Well, I bombed my very first one...HARD! I couldn't answer basic questions that were expected of me. I've obvious...
Solid - A Better Web (Simply Explained) We have no privacy on the web anymore. Our data is stored with many third-parties, some even sell it behind our backs. Solid aims to put all our data in a si...
Keep WiFi Connection Alive with FreeRTOS Task (ESP32 + Arduino series) Does your ESP32 need a constant WiFi connection? Use a FreeRTOS task to constantly check your connection, and re-establish it when needed.This code has been ...
Watch as I build my YouTube Subscriber Counter! Watch as Dave uses a 64x32 SMD RGB matrix, an ESP32 microcontroller, Arduino SDK and the YouTube Sight API to build a live subscriber counter for his YouTube...
Hello, Windows! RetroCoding "Hello World" for Windows with Dave See the Art of Code as Dave crafts a new Windows Hello program from scratch in the editor with no assists. Dave writes clean code in pure C for your enjoym...
Is Gatsby a Backend Framework?!?! Gatsby is listed as a backend framework on the State of JavaScript 2020 survey results...HUH?! I was really curious what would make people think of Gatsby wh...
The Day Microsoft Campus Crashed - Bedlam at Microsoft! Retired Microsoft engineer Davepl takes you through the great email storm of 1997 on Microsoft campus with the story of what happened, how it started, and ho...
Intro to Graphics 10 - Curves (Part 2) Introduction to Computer Graphics.School of Computing, University of Utah.Full playlist: https://www.youtube.com/playlist?list=PLplnkTzzqsZTfYh4UbhLGpI5kGd5o...
Blazor WebAssembly : Creating Chat Application Using SignalR - EP24 Hey Coders,In this tutorial, I am showing how you can integrate SignalR in your Blazor WebAssembly project. First we will check how SignalR actually could ge...
Azure Static Web Apps, Website, GitHub, SSL & hosting FREE! Computer Stuff They Didn't Teach You #20 Setting up a website, domain, SSL, hosting for FREE - Computer Stuff They Didn't Teach You #20. Today we setup an Azure Static Web App, deploy, host, and set...
Davepl: Writing Your Own Operating System A Dave's Garage Quicktake:Dave answers whether he's ever written his own operating system, and discusses multitasking on the Commodore 64 years ago...LIVESTR...
We asked a Retired Microsoft Windows Engineer 100 Questions! Why oh Why? Find out! You picked the questions, Dave provided the answers in "Dave's Garage Livestream 2"!Retired operating systems engineer "Davepl" brings us the second installm...
That time Bill Gates had a house party... Dave talks about the parties that Bill Gates used to host for the top co-op and intern candidates back in the 1990s.
Are there Secret Microsoft APIs in Windows 10? Does Microsoft Windows contain secret, undocumented APIs, and if so, why and what do they do?
Build a Harry Potter API with Node.js, Express.js, and Dynamo DB Let’s create our very own Harry Potter API. We’ll use Dynamo DB as our database and then Node and Express for our server. We’ll grab Harry Potter character d...
Should You Learn VIM as a Developer? Could VIM be the secret to be becoming a more efficient developer? VIM is often overlooked by modern-day developers and many developers have never even heard...
Mentorship vs. Sponsorship + Storytelling - Computer Stuff They Didn't Teach You #21 Mentorship, Sponsorship, and StorytellingI had the pleasure of speaking with our Microsoft Learn Student Ambassadors about what's beyond mentorship. What's t...
Top 5 Questions I Get About VS Code - VS Code Settings Q and A I never have to answer these questions again : ) I get asked the same questions about my settings in VS Code. In this video, I'll answer the top 5 questions ...
Adam Savage's One Day Builds: 3D Print UV Curing Oven! Adam Savage's One Day Builds: 3D Print UV Curing Oven!
Keyless SSL now supports FIPS 140-2 L3 hardware security module (HSM) offerings from all major cloud providers Private encryption keys stored in hardware security module offerings from all major cloud providers can now be used to secure HTTPS connections at Cloudflare’s global edge.
Umbraco Package Migration to .NET Core: Criteria Providers - Wiring It All Up This is one of a series of posts looking at migrating Umbraco packages to V9 and .NET Core. Other posts in this series: Introduction ...
National Privacy Tests: country rankings, and insights The National Privacy Test scores internet users' digital habits, digital privacy awareness, and digital risk tolerance.
The .NET Stacks #42: 🔌 When Active Directory isn't so active | Dave Brock This week, we discuss the Azure AD outage and also talk about a variety of other topics.
Fairphone suggests Qualcomm is the biggest barrier to long-term Android support Qualcomm ended support for the phone after Android 6, but Fairphone is still going.
Who Will Write your Company’s Technical Content? <p>If the best strategy for mixing in-house content with various outsourced options was the same for every company, this article would be a lot shorter. However, your company’s resources and goals determine the best content strategy.</p>
A Modest Proposal: Let’s Stop Lying To Each Other in Our Research Papers - Maxwell Forbes I was reviewing for ACL1 last week, and it was a particularly depressing time. It was depressing because it made me r...
Contributing to WPF and Windows Forms Projects on GitHub Windows Forms and WPF have been open source for over a year and there have been many amazing contributions. In this session the lead contributors to these pr...
It doesn't work | Frank DENIS random thoughts. 8 AM. Like any other day, I take a quick glance at my GitHub notifications via Octobox.
Planned maintenance scheduled for Saturday, March 27, 2021 at 1:00 UTC (Friday March 26 9:00 PM US/EDT) tl;dr; Planned service interruption that will impact all Stack Overflow/Stack Exchange sites, Jobs, Chat, and Teams. All sites may be read-only for up to 15 minutes on Saturday March 27, 2021 at 1:...
NixOS on Raspberry Pi - Blog by Anne Douwe Bouma My journey of installing and using NixOS on Raspberry Pi
Bits of Security | Datadog See metrics from all of your apps, tools & services in one place with Datadog's cloud monitoring as a service solution. Try it for free.