# SwiftUICraft - Minecraft but made with SwiftUI
SwiftUICraft is a game powered by Prism, a lightweight 3D renderer for SwiftUI. It is made entirely with SwiftUI, without any SceneKit or SpriteKit. The game allows placing and destroying over 20 bloc...
TanStack Router | Modern and Scalable Routing for React Applications
TanStack Router BETAModern and scalable routing for React applicationsA fully typesafe router for React with first-class search-param APIs and client-side cache aware design. TanStack Router builds on...
.NET 6 on AWS Lambda, Quick Demos
This post outlines the steps to quickly deploy three simple .NET 6 Lambda functions during .NET Enterprise Developer Day and DeveloperWeek Europe. The blog post covers three demos - ASP.NET Core Web A...
Abbreviation examples for Azure resources - Cloud Adoption Framework | Microsoft Learn
This page provides abbreviation examples for various resources in Azure, including API Management service instance, Managed Identity, Management Group, Policy Definition, Resource Group, Azure Cogniti...
Automatic Dependency Injection with the Lambda Annotations Library for .NET - Part 2, Lambda Functions
Learn how to use the Amazon.Lambda.Annotations library for easier dependency injection (DI) with .NET AWS Lambda functions. This post will show you how to configure both scoped services and singleton ...
C4 Model: Defining Your Systems Within Your Business
Learn how adopting the C4 model can help you define your software architecture system. Defining layered abstractions is critical to getting started. Read on to find out the importance of mapping your ...
Dependency Injection with the Lambda Annotations Library for .NET - Part 1, Lambda Applications
The Amazon.Lambda.Annotations library makes dependency injection for .NET AWS Lambda functions easier. In this post, learn how to use DI with a function that is invoked directly and configure both sco...
Whats new in Orleans 7.0 - .NET Blog
The .NET 7 release brings exciting improvements to the Orleans toolchain, including over 150% performance improvements in some areas. The addition of the Orleans team to the broader .NET team means ex...
Hosting a .NET 6 Minimal API in AWS Lambda
The .NET 6 runtime for AWS Lambda is here! With it comes many new features such as an improved ILambdaLogger, support for C# 10, top-level statements and many more. But one new cool feature, originall...
Elon Musk: Neuralink, AI, Autopilot, and the Pale Blue Dot | Lex Fridman Podcast #49

The second part of the conversation with Elon Musk focuses on the engineering and innovation in brain computer interfaces and Neuralink. Musk discusses his belief in scientific methods and improving o...
Elon Musk: Tesla Autopilot | Lex Fridman Podcast #18

Elon Musk, the CEO of Tesla, was interviewed for the MIT Artificial Intelligence Podcast to discuss the Autopilot technology in Tesla vehicles. The interview focused on the vision and design choices b...
Concerned about Serverless Lock-in? Consider Patterns!
Design patterns provide a technology-neutral vocabulary to describe common solutions and design trade-offs for developing software. Despite rapid technology evolution, many design patterns pass the te...
Pulumi - Universal Infrastructure as Code
Pulumi is a platform that provides infrastructure as code for engineers in Node.js, Python, Go, .NET, Java, and YAML. With Pulumi Deployments, engineers can manage ten times more infrastructure, unloc...
Welcome to C# 11 - .NET Blog
C# 11 has been released and brings new features while continuing to advance themes from previous releases. Community participation was key to developing this version of C#. Some of the new features in...
.NET Conf 2022 - Day 1

The .NET team presented a number of live video streams discussing the features for the next release of Blazor and .NET7. The hot reload support for Blazor WebAssembly has significantly improved in pre...
Clerk: Complete User Management and Authentication Service for Developers
Clerk is a comprehensive user management and authentication service designed for developers. With a series A funding of $15 million led by Madrona, Clerk offers fully featured UIs and dead simple APIs...
Concurrent Processing in .NET 6 with System.Threading.Channels (Bonus: Interval Trees)
Learn how to simplify concurrent processing and pipelining of data using channels, a built-in feature of .NET 6. With channels, you can parallelize API calls and post-processing as a stream which enha...
Full New Elon Musk Interview. Ron Baron Conference Nov 2022. With Timestamps.

Elon Musk discusses his work with Tesla and SpaceX, aiming to accelerate the Advent of sustainable energy and taking steps to ensure humanity becomes a multi-planetary species. While he acknowledges t...
AWS Lambda with .NET 6 - Getting Started with Serverless Computing
Learn how to use AWS Lambda with .NET 6 for serverless computing, and deploy the serverless function to AWS. This article covers the use cases of AWS Lambda, installing the extensions and CLI template...
GitHub Actions and a C# AWS Lambda
At Don’t Panic Labs, we have been using Azure Dev Ops more than GitHub during the last few years. Periodically, I like to dive into other technologies and see where they are at. This led me to deploy ...