Blog Logo
TAGS

AWS Announces Native AOT Tooling Support for .NET Applications on AWS Lambda

Today, AWS announced the general availability of tooling support to build and deploy native AOT compiled .NET 7 applications on AWS Lambda. Native AOT allows .NET applications to be pre-compiled to a ...

Read more...

Azure Functions: Timeout value of 00:05:00 exceeded by function

When running Azure functions, if the function is timed out, an error is encountered. By default, Azure function timeouts in 5 minutes. The maximum for consumption plan is 10 minutes. To avoid time-out...

Read more...

Bye bye Azure Functions, Hello Azure Container Apps: Introduction

Azure Functions have been a good choice for asynchronous and reactive workloads, but have significant drawbacks when building HTTP APIs, notably cold start times. Azure Container Apps provide an alter...

Read more...

Dapr and Azure Functions: Part 1 – Hello World

This series of articles explores how to build Functions based microservices running in Dapr. The goal is to help folks new to Docker and containers better understand what’s happening under the hood wi...

Read more...

Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions

If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the message will automatically be returned to the queue and retried again in the future. In addition to spec...

Read more...

Why we ditched GraphQL for tRPC

At Echobind, were always looking for ways to improve our processes. After trying out tRPC, weve decided to adopt it as the official API layer for Bison. Both tRPC and GraphQL serve the same purpose of...

Read more...

Stephen Wolfram: Fundamental Theory of Physics, Life, and the Universe | Lex Fridman Podcast #124

Stephen Wolfram: Fundamental Theory of Physics, Life, and the Universe | Lex Fridman Podcast #124

Stephen Wolfram is a computer scientist, mathematician, and theoretical physicist. Please check out our sponsors to get a discount and to support this podcast: - SimpliSafe: https://simplisafe.com/lex...

Read more...

LinqGen - Optimize Linq Queries using Source Generation

LinqGen is a library that optimizes Linq queries using source generation of user code. It aims to create allocation-free, specialized Linq queries per your type. The library can be installed from NuGe...

Read more...

Securing Azure Functions using certificate authentication

Learn how to secure your Azure Functions using X509 certificates in this comprehensive guide. The article walks you through the process of setting up the Azure Function to require certificates and the...

Read more...

Twitter clone built in Next.js + TypeScript + Tailwind CSS using Cloud Firestore and Storage

![](/.github/assets/presentation.png) A Twitter clone built in Next.js, TypeScript, and Tailwind CSS, utilizing Cloud Firestore for data storage and Cloud Storage for storing uploaded images. Features...

Read more...

JavaScript State Machines and Statecharts

JavaScript and TypeScript finite state machine library and statecharts for modern web development. Adheres to the SCXML specification, with Graph traversal utilities, and React hooks and utilities. Co...

Read more...

# 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...

Read more...

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...

Read more...

.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...

Read more...

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...

Read more...

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 ...

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...