Containers? So What? Docker 101 Explained - Computer Stuff They Didn't Teach You #8 Containers are confusing. They are a buzzword that everyone is saying but no one understands. Why use them? Why are they better than virtual machines? How ar...
Git 101 Basics - Computer Stuff They Didn't Teach You #4 This video talks about how to think about Git source control! Computer Stuff They Didn't Teach You #4 - Git 101 Basicshttp://computerstufftheydidntteachyou.c...
.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 ...
.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...
Empowerment to the People! What You Need to Know About Black People, Disability, and Accessibility [w/ASL Interpreting]About one fifth (20%) of the global population lives with disabilities. According to the 2017 American Community Survey, 13.6 percent of...
.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...
Intro to Graphics 08 - WebGL Introduction to Computer Graphics.School of Computing, University of Utah.Full playlist: https://www.youtube.com/playlist?list=PLplnkTzzqsZTfYh4UbhLGpI5kGd5o...
Wakeup From Sleep With a Timer (ESP32 + Arduino series) You can't let the ESP32 be in deep sleep forever. At some point you need to wake it up and the easiest way is by using a timer.Learn how to configure your bo...
Git Pull Requests explained - Computer Stuff They Didn't Teach You #5 Pull Requests are a lie! WHAT!? Scott talks about how Git Pull Requests work and merges one in live in this the second episode of our spontaneous training on...
A Simple Scam Trick (Don't get fooled!) How can a scammer convince people that he can predict the stock market or the price of cryptocurrencies? The trick is surprisingly simple. Learn how it works...
Using DHT22 Temperature Sensor (ESP32 + Arduino series) Measure temperature and humidity with the DHT22 (AM2302) sensor. This is a cheap & accurate sensor that integrates easily into many IoT projects.⚡️Other vide...
Brittney Braxton - Journaling as a Dev [w/ASL Interpreting] Note: There are initial captions directly in the video until the interpreter begins.Are you working with impact and purpose? Are you solidly attuned on what ...
Harold Jackson N / A - Black Queer Living: A History of DIY Culture in the Black LBGT+ Community [w/ ASL Interpreting]What is DIY culture? How does DIY culture intertwine with the Black LGBT+ culture? Get these questions answered, and learn a few easy be...
Blessing Krofegha - Is Headless CMS the Future of Development? [w/ASL Interpreting] Blessing Krofegha on Twitter: https://twitter.com/Beveloper
SpaceX & Starlink: Is Satellite Internet a Good Idea? SpaceX plans to launch 12,000 satellites to provide world-wide internet coverage with Starlink. Is that a good idea? How fast can satellite be? Is it safe to...
Dawood Iddris - The Future of Tech and How to Keep in Touch While It Evolves [w/ASL Interpreting] Building and leading communities, one of the common pitfall many people fall in whiles trying to gain grounds in technology has to do with learning every new...
Why ESP32's Are The Best Microcontrollers (ESP32 + Arduino series) The ESP32 is a very powerful microcontroller with built-in WiFi and Bluetooth, a dual-core CPU and a lot of memory. In this video I'll go over all of the fea...
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,...
Kubernetes and Container Orchestration 101 - Computer Stuff They Didn't Teach You #11 We've learned about docker and containers, we've seen how they can do one thing well. What happens if they are connected and work together? How do we move fr...
Manage FreeRTOS tasks - Suspend, Delay, Resume, Delete (ESP32 + Arduino series) Once you have FreeRTOS tasks running, you might want to manage them. The scheduler can stop, suspend, and resume individual tasks. You can control tasks from...
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...
Someone is pretending to be me. One random day - someone spills the beans. They were picked to impersonate me and get a job using my information.
Ayodele Odubela - Combatting Bias in ML [w/ASL Interpreting] In this talk I cover how to see the bias in your data and machine learning models. By giving examples from recent research on biased facial recognition syste...
Connect to ThingSpeak (ESP32 + Arduino series) Use the built-in WiFi to send data to ThingSpeak. This could be temperature readings, water levels, lux levels, ...ThingSpeak is free if you send less than 3...
How To Install PlatformIO (ESP32 + Arduino series) Setting up PlatformIO inside Visual Studio Code for ESP32 development.PlatformIO is just an extension to Visual Studio Code and includes a library manager, a...
Deep sleep: Use RTC memory to store data (ESP32 + Arduino series) In deep sleep, the ESP32 powers down its main memory so all the contents is lost. You can, however, save some data in RTC memory. This is kept powered on dur...
Software & Hardware Used in Formula 1 Save 20% on F1 TV through my referral link:https://referme.to/xavierd-8(Not sponsored. I get a small kickback when you subscribe while you save 20%.)F1 cars ...
What's a Carriage and Who's Feeding it Lines? CRLF - Computer Stuff They Didn't Teach You #1 Computer Stuff They Didn't Teach You #1 - What's a Carriage and Who's Feeding it Lines? CRLFhttp://computerstufftheydidntteachyou.com/https://www.youtube.com...
Valerie Phoenix - Empowered By Imposter Syndrome [w/ASL Interpreting] Imposter syndrome is something that the industry continues to represent as a negative. My take on this as a black woman in tech is we need to turn all of our...
What Does Culturally Responsive Teaching Mean in an Online Environment? [w/ASL Interpreting] Culturally responsive teaching (CRT) is an instructional approach that seeks to ensure academic success while developing students' sense of culture and socia...
.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...
Using Arduino's Serial Monitor & Plotter (ESP32 + Arduino series) Quickly debug your sketches with the Arduino Serial Monitor. See the value of variables and learn how to use the built-in plotter of the Arduino IDE.I've use...
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...
Git Push --Force will destroy the timeline and kill us all - Computer Stuff They Didn't Teach You #7 Computer Stuff They Didn't Teach You #7 - Git Push --Force will destroy the timeline and kill us all! Ok, not really. But you really want to understand what'...
Brian Douglas - Your Next Open Source Contribution [w/ASL Interpreting] Note: The opening moments have closed captions until the interpreter begins. Today Open Source is ubiquitous and comprises nearly 80% – 90% of the code in a ...
Danny Thompson - Keynote: From Frying Chicken To Software Engineer [w/ASL Interpreting] "I spent 10 years working in gas stations, liquor stores and small retail. Never knew the path to tech was possible until a Rapper changed my life.In this ta...
Git Rebase vs Merge explained - Computer Stuff They Didn't Teach You #6 How do you use Git Rebase vs Git Merge? Is this the hardest part of Git? Let's see if Evil Mr. Spock and Scott can explain Git Rebase without pain!http://com...
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 ...
Shukri Abdullahi - Through Programming I Became a Better Artist [w/ASL Interpreting] Code is my new favorite artistic medium. Creating art was once the only activity that put me in a flow state that was until I started coding. Programming lik...
Angie Jones - Keynote: The Reality of Developing an Artificial World [w/ASL Interpreting] Our world is changing. Artificial intelligence is being employed in just about all walks of life - from virtual assistants to self-driving cars. How does thi...
Lightning Interviews with Danny Thompson - Part 1 [w/ASL Interpreting] Danny Thompson will prerecord a series of interviews, which will stream consecutively during this time.Guests:- Christina Beckford https://twitter.com/DevDi...
Install Serial Drivers for ESP32 (macOS, Windows, Linux) Before you can program the ESP32, you need to install a driver for the USB-to-UART chip. Depending on your board that might be the CH340 or CP210x chip.🔗 Dr...
Aaron Saunders - Keynote - The Journey To Inclusive Innovation Incubator In3DC [w/ASL Interpreting] How we ended up building an innovation space for black and underrepresented communities. Our focus on tech enabled startups and small business is driven by o...
Nate Rose - Innovating on OUR STEM Education [w/ASL Interpreting] What is an IQ? Why do we take the SATs? How did it end up even being a metric of childhood success? Senior Software Engineer walks through 100 years of moder...
Basic Text Editing and Hotkeys in VS Code - Computer Stuff They Didn't Teach You #3 Computer Stuff They Didn't Teach You #3 - Basic Text Editing and Hotkeys in VS Codehttp://computerstufftheydidntteachyou.com/https://www.youtube.com/playlist...
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 ...
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...
Blackfacts and the Wakanda Technology Platform - Technology By Us, for Us, About Us [w/ASL] The subject of 'Inclusion' in the Tech Industry is a hot topic today.In 1990, when my employer at the time declined to offer to reimburse me for programming ...
Lightning Interviews with Danny Thompson - Part 2 [w/ASL Interpreting] Danny Thompson precorded a series of interviews, which streamed consecutively during this time.Guests:- Marcelo Rocha DaSilva - https://github.com/bigdatakid...
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...
Code Pages, Character Encoding, Unicode, UTF-8 and the BOM - Computer Stuff They Didn't Teach You #2 Computer Stuff They Didn't Teach You #2 - Code Pages, Character Encoding, Unicode, UTF-8 and the BOMhttp://computerstufftheydidntteachyou.com/https://www.you...
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, ...
Ports and Processes! What Process has that Port open? - Computer Stuff They Didn't Teach You #9 Port already in use? ERR! What app has that Port open? What's the relationship between ports and processes? What if I use Windows? What about Linux? Can I ma...
Banjo Obayomi - Grimoire, A Data-Centric Blogging Platform [w/ASL Interpreting] In this talk, I will describe how I built a new blogging platform focused on creating interactive data stories. By the end, you will understand the tools and...
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...
Why Use PlatformIO instead of Arduino? (ESP32 + Arduino series) The Arduino IDE is great, but also limited. Here I'll talk about using PlatformIO as a more powerful alternative.🔗Useful links:- PlatformIO homepage: https:...
Claudius Mbemba - What They Don't Teach You About Fundraising as a Black Founder [w/ASL] useneu.com has made 3 attempts at raising capital for our business. Each attempt brought with it some valuable, and often unintuitive, lessons about the fund...
6 Months as a Full Time Pancreas Managing our Son’s Type 1 Diabetes with Multiple Daily Injections and Dexcom G6 Continuous Glucose Monitor
The rings of share - the unsolved problem of sharing Recently (last Saturday), I went to the Colombo Street Food Festival. It was a bit crowded for my liking but had awesome music and good beer. I snapped some photos of the event, recorded some clips of the music, and snapped some more photos with the other...
Real World Micro Services Over the years I’ve become pretty frustrated by the state of tech and engineering in general. One of the biggest issues we face in the industry is the lack of reusability in software. GitHub made a major revolutionary change for developers, enabling all o...
Upside Down Backups - IvyMike.dev An Upside-Down Backup Strategy I have a strange way of doing backups these days. When I save something, the master copy is in the cloud. If a file exists only on my local drive, it's not safe....
What Is a Circulant Matrix? An $latex n imes n$ circulant matrix is defined by $latex n$ parameters, the elements in the first row, and each subsequent row is a cyclic shift forward of the one above: $latex otag C = egin…
Evaluating New Tools I was reading about Phoenix today, looking at guides and documentation. It’s great to see in a guide when it’s easy to quickly set up a project, that makes it fun to get started and explore. The most exciting thing about Phoenix is that “reactivity”, or l...
How This Website Works This is a brief manual of how to write and publish pages on this website. It's mainly documentation for my future self, but may also be interesting to people who'd like to set up their own website without content management system (CMS), static site gener...
AirPods Pro 2 Review: 1 Underrated Thing! AirPods Pro take computational audio to the limits, which makes them hard to review, but great to listen toThe water bottle: http://shop.MKBHD.comGet a dbran...
AirPods Pro 2 Review: 1 Underrated Thing! AirPods Pro take computational audio to the limits, which makes them hard to review, but great to listen toThe water bottle: http://shop.MKBHD.comGet a dbran...
How Asianometry reached 270K subscribers & $5K/mo on YouTube Learn how history/tech YouTube channel Asianometry reached 270K subscribers earning $5K per month with ads and Patreon
0 A.D.: Empires Ascendant 0 A.D. is a free, open-source, historical Real Time Strategy (RTS) game currently under development by Wildfire Games, a global group of volunteer game developers.
Visual Studio for Mac 17.4 Preview 2.1 is now available We are pleased to announce the second preview release of Visual Studio for Mac 17.4. This release has been focused on addressing feedback from customers and on improving the overall experience. If you are already using the Visual Studio for Mac Preview re...
Deploy a GraphQL Server in Minutes with NO CODE using Grafbase Grafbase is the data platform for developers. In this video, we'll explore building a Serverless backend with GraphQL with the least amount of code possible....
Russia-based Facebook operation targeted Europe with anti-Ukraine messaging Network uncovered by the DFRLab promoted Kremlin narratives in Germany, France, Italy, Ukraine, Latvia and the UK
Seismolog: Två explosioner intill Nord Stream Gasläckorna på Nord Stream 1 och 2 utreds av tyska myndigheter som medvetna attacker. Nu kan SVT avslöja att mätstationer i både Sverige och Danmark registrerade kraftiga undervattensexplosioner i samma område som gasläckorna under måndagen. – Det är inge...
Cloudflare named a Leader in WAF by Forrester Forester has recognised Cloudflare as a Leader in The Forrester Wave™: Web Application Firewalls, Q3 2022 report. The report evaluated 12 Web Application Firewall (WAF) providers on 24 criteria across current offering, strategy and market presence.
GitHub - Cysharp/MemoryPack: Zero encoding extreme performance binary serializer for C#. Zero encoding extreme performance binary serializer for C#. - GitHub - Cysharp/MemoryPack: Zero encoding extreme performance binary serializer for C#.
GitHub - DavidBuchanan314/monomorph: MD5-Monomorphic Shellcode Packer - all payloads have the same MD5 hash MD5-Monomorphic Shellcode Packer - all payloads have the same MD5 hash - GitHub - DavidBuchanan314/monomorph: MD5-Monomorphic Shellcode Packer - all payloads have the same MD5 hash
A Brief History of Android: Founding, Evolution & Industry Impact We share the story behind the world's largest mobile OS. Learn all about Android's journey from early development to its market dominance and future plans with Google.
Securing Web APIs with Azure AD: Connecting External Clients Posts in this series: A Case StudyDesigning Authentication SchemesAuthorizing Client ApplicationsBuilding the ServerEnabling Local DevelopmentConnecting External ClientsFull example In the previous post, we looked at enabling local development by creating...
Clean Code Tip: throw exceptions instead of returning null when there is no fallback - Code4IT In case of unmanageable error, should you return null or throw exceptions?
Counting Occurrences of a Char Within a String in C# - Code Maze In this article, we are going to learn different methods in C# to count occurrences of a char within a string.
Built-in rate limiting in ASP.NET Core vs AspNetCoreRateLimit Learn about the built-in rate-limiting middleware in ASP.NET Core. The post uses limiting on an API key and compares it to AspNetCoreRateLimit.
Getting started with OpenTelemetry Metrics in .NET. Part 1: Key concepts In this 2 part series-post I’m going to show you how to use OpenTelemetry to generate custom metrics and how to visualize those metrics using Prometheus and Grafana. In part 1 I’ll be talking about some key concepts that you should know when using OpenTel...
CYBERATTAQUE CHSF : COMMUNIQUE DE PRESSE | CHSF - Centre Hospitalier Sud Francilien CYBERATTAQUE CHSF : COMMUNIQUE DE PRESSE |
Ian McConnell - Quitting (The Way I Wrote It) I wrote this in December.Text me yo: (615) 908-2088Check out my Patreon page for unreleased songs and oversharing: https://www.patreon.com/IanmcconnellFollow...
Pattern matching is awesome Pattern matching, which was introduced in C# 9, is a hell of a beast and does more than you might think. In this small blog post I show you where the magic is and what it does under the hood.
Go runtime: 4 years later - The Go Programming Language A check-in on the status of Go runtime development
Announcing general availability for Azure Functions v4 .NET framework support in an isolated process In light of our recent .NET on Azure Functions Roadmap update, we’re excited to share today that Azure functions v4 now generally supports .NET framework 4.8 in an isolated process. You can now build production Serverless Apps with Azure Functions v4 ...
The many problems with implementing Single Sign-On Without SSO and other enterprise features, a product can only go so far.
Bye bye Azure Functions, Hello Azure Container Apps: Migrating from Azure Functions to ASP.NET Core | endjin The second in a series of posts talking about how and why we migrated an application from Azure Functions to Azure Container Apps
I love the composition of the C# Open XML SDK Recently I had to generate an export with some basic data. Unfortunately, CSV was not an option, a proper Excel file was required. There are quite a few options for generating Excel files, but most are wrappers around the Open XML SDK, and I don't really ...
The Animated Tripod Provided to YouTube by Ninja TuneThe Animated Tripod · The Cinematic OrchestraMan With A Movie Camera℗ Ninja TuneMusic Publisher: Just Isn't MusicAuto-gener...
[Last Week in .NET #102] – MAUIing Figma Lies Developers tell themselves include, “I can get this done in a week, including testing”. Ouch. 🙈 Dev from Twitter remarks unironically that one of the perks of working at Twitter is…
'Berkeley' Testnet Alpha Participation Guide The Berkeley Testnet Alpha is here! Come build zkApps to test and strengthen core functionalities and the network.
DART's Impact with Asteroid Dimorphos (Official NASA Broadcast) Countdown to impact as NASA’s Double Asteroid Redirection Test (DART) attempts humanity’s first-ever test of planetary defense! The DART spacecraft will inte...
Ian McConnell - Quitting (The Way I Wrote It) I wrote this in December.Text me yo: (615) 908-2088Check out my Patreon page for unreleased songs and oversharing: https://www.patreon.com/IanmcconnellFollow...