Last Week in .NET #22 – Microsoft Parrots Google In what I can only describe as a “lead magnet” for my newsletter, I’ve included this week’s newsletter as a blog post so you can see what you’re in for if you sign up.…
[Guest Post] Creating a game art asset pipeline in .NET | .NET Blog Check out how a game studio used .NET to create a game art asset pipeline.
SPACE JAM: A NEW LEGACY Learn Lessons Overview Dr G introduces some new Microsoft Learn modules inspired by the film Space Jam: A New Legacy. Basketball and coding both require persistence, curiosity, and the ability to look at the big picture whi
Europe's Biggest Vertical Farm Will Be Powered by Wind and Planted by Robots Crops will grow in stacks 14 layers high and will use more than 20,000 LED lights. Robots on wheels will deliver seeds to the growing shelves.
Apple's M1 Chip Benchmarks focused on the real-world programming I'm pretty impressed by what I've seen with Apple's M1 Chip. It's really fast and powerful for essential everyday tasks, which include browsing the web, working with Intel-based apps, and using programming apps. Yes – the ecosystem is moving, and that may...
What does the “runs-on” machine type of a GitHub Action mean? Received a really good question recently and I thought I’d post the result here.
Privacy matters even if "you have nothing to hide" The overwhelming majority of people do not care about privacy. They ask why they should care if they have "nothing to hide". Yet ...
Instantly Search OpenLibrary Books with Typesense Search through 28M books from the OpenLibrary database (from Internet Archive) with Typesense
Building Serverless with Docker - Espresso Coder Docker can greatly enhance your develoment experience even when building serverless functions, such as AWS Lambdas or Azure Functions
How do I avoid race conditions in WaitOnAddress where the wake happens before I enter the blocking state? | The Old New Thing A customer was struggling to close a race window with the WaitOnAddress function. struct work_queue { void produce(int value) { { std::lock_guard lock(m_mutex); m_work.push_back(value); } WakeByAddressSingle(&m_compare); } int consume()...
Improving Cloudflare’s products and services, one feature request at a time Monday Mornings with Customer Success: A monthly series brought to you by our Customer Success Team. This month's post is all about Cloudflare’s feature request process, and how we turn customer feedback into product improvements.
Never forget a #if when multi-targeting .NET libraries or applications - Gérald Barré In this post, I describe how to use #error to never forget a case when using #if in a multi-targeted application.
r/LambdaSchool - Lambda School is the biggest mistake I made this year 😔 89 votes and 33 comments so far on Reddit
Familiars.io | Quick-Play Monster-Catching Multiplayer Game You can play it in your browser now! (Works on your phone too!)
Familiars.io | Quick-Play Monster-Catching Multiplayer Game You can play it in your browser now! (Works on your phone too!)
8 Best Instagrammers For AI Enthusiasts This article looks at 10 of the best Instagrammers for anyone interested in Artificial Intelligence.
232: AirPods Max, Apple Fitness+, and AR/VR Indoor Cycling December surprise from Apple with some brand-new products and services dropping just in time for the holidays. Frank and James take a quick dip into Apple's new headphones, before heading into the world of home fitness and possibilities for app developers...
Using multiple APIs in Blazor with Azure AD authentication The post shows how to create a Blazor application which is hosted in an ASP.NET Core application and provides a public API which uses multiple downstream APIs. Both the Blazor client and the Blazor…
Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims With SUNBURST Backdoor We have discovered a global intrusion campaign, and we are tracking the actors behind this campaign as UNC2452.
Announcing the general availability of Event Hubs on Azure Stack Hub Event Hubs is the popular, highly reliable and extremely scalable event streaming engine that backs thousands of applications across every kind of industry in Microsoft Azure. We are now announcing the general availability of Event Hubs on Azure Stack Hub...
These Modern Programming Languages Will Make You Suffer Welcome to the ultimate rating of modern programming languages
Blast Off with Blazor: Integrate Cosmos DB with Blazor WebAssembly In this post, I integrate Cosmos DB with our project.
First-class TypeScript support in modular AWS SDK for JavaScript | Amazon Web Services On October 19th, 2020, we published the Release Candidate (RC) of the AWS SDK for JavaScript, version 3 (v3). One of the major changes in v3 is first-class TypeScript support. In this blog post we will discuss why we decided to use TypeScript for building...
Architecture Playbook — Architecture Playbook By Maikel Mardjan © Copyright 2018,2019, 2020 BM-Support.org. Created by Maikel Mardjan. This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (cc-by-sa).
Reindeer Secret Santa Assignment Problem Note: To see the completed code, please go here. All code for Model Mondays is kept in this repo and is MIT licensed. Feel free to use it! I was having a chat with a friend about what types of problems are good candidates for Mathematical Planning. He po...
Tips & Tricks to improve your .NET Build Setup with MSBuild – Webinar recording – .NET Tools Blog | JetBrains The recording of our webinar, Tips & Tricks to improve your .NET Build Setup with MSBuild, with Martin Ullrich, is now available. Subscribe to our community newsletter to receive notifications abo
Sharrows, the bicycle infrastructure that doesn’t work and nobody wants - macwright.com They seem dangerous and they are
Using Azure Slots and GitHub for Personal Projects Using Azure Slots and GitHub for Personal Projects