Blog Logo
TAGS

Auto Instrumenting Python FastAPI and Monitoring with Azure Application Insights β€” Easily!

Coming from a C# background β€” I found monitoring my python FastAPI application with Azure Application Insights stupidly difficult. Mainly due to a lack of direct support in Azure or documentation for ...

Read more...

Restate - Resilience & Durability for Event-driven Applications

Restate provides a durable async/await framework for easily building workflows, event-driven applications, and distributed services in a fault-tolerant manner. With features such as Lambda Workflows a...

Read more...

R3 - A New Modern Reimplementation of Reactive Extensions for C#

Recently, R3 was released as a new implementation of Reactive Extensions for C#. It is considered the third generation of Rx, with core parts provided as a library common to .NET platforms. The transi...

Read more...

SlimFaas: The slimest and simplest Function As A Service

SlimFaas is a Function As A Service that allows you to scale to 0 after a period of inactivity, supports synchronous and asynchronous HTTP calls, offers retry functionality, and a Mind Changer REST AP...

Read more...

Introducing the next generation of Claude 3 - A new standard for intelligence and vision capabilities

Today, were announcing the Claude 3 model family, including Opus, Sonnet, and Haiku, which set new industry benchmarks for cognitive tasks. Opus leads in intelligence, outperforming peers in various b...

Read more...

chispa - Fast PySpark Test Helper Methods with Descriptive Error Messages

chispa provides fast PySpark test helper methods that output descriptive error messages. This library makes it easy to write high quality PySpark code. Fun fact: chispa means Spark in Spanish ;) Insta...

Read more...

GLIGEN: Open-Set Grounded Text-to-Image Generation

GLIGEN: Open-Set Grounded Text-to-Image Generation by Yuheng Li, Haotian Liu, Qingyang Wu, Fangzhou Mu, Jianwei Yang, Jianfeng Gao, Chunyuan Li, Yong Jae Lee. This work proposes GLIGEN, a novel approa...

Read more...

Microsoft partners with Mistral in second AI deal beyond OpenAI

Microsoft has announced a new multiyear partnership with Mistral, a French AI startup valued at €2 billion. The partnership includes Microsoft taking a minor stake in the company, just over a year aft...

Read more...

Testing Event-Driven Architectures with OpenTelemetry - The New Stack

Where are you using WebAssembly? Wasm promises to let developers build once and run anywhere. Are you using it yet? At work, for production apps. At work, but not for production apps. I don’t use WebA...

Read more...

Preview of Distributed Tracing V2 for Durable Functions

We released Distributed Tracing V2 for Durable Functions to help improve observability! Durable Functions enables you to write long-running, reliable, event-driven, and stateful logic on the Azure Fun...

Read more...

Welcome to PlatformPlatform

# πŸ‘‹ Welcome to PlatformPlatform Drawing on our expertise building true enterprise-grade products with millions of daily users in highly regulated sectors like healthcare, finance, government, etc., w...

Read more...

Reacts Next Big Change?

Reacts Next Big Change?

React is often discussed but React Dom, the package that powers it, is not given enough attention. React Dom handles the rendering and placement of components in the DOM. The introduction of React Str...

Read more...

Dev Container for TypeScript and Express.js

# Dev Container for TypeScript and Express.js This is the complete source code for the article [A Dev Container Template for TypeScript and Express.js](https://manfredmlange.medium.com/a-dev-container...

Read more...

Implementing Infrastructure for Distributed System with Latest Technologies and Architectures

The main idea of creating this project is implementing an infrastructure for up and running distributed system with the latest technology and architecture like Vertical Slice Architecture, Event Drive...

Read more...

Introducing the .NET 8 runtime for AWS Lambda

AWS Lambda now supports .NET 8 as both a managed runtime and container base image. With this release, Lambda developers can benefit from .NET 8 features including API enhancements, improved Native Ahe...

Read more...

InversifyJS - A Powerful Inversion of Control Container for JavaScript & Node.js Apps

InversifyJS is a lightweight inversion of control (IoC) container for TypeScript and JavaScript apps. An IoC container uses a class constructor to identify and inject its dependencies. InversifyJS has...

Read more...

Lightship - Abstracts readiness, liveness, and startup checks and graceful shutdown of Node.js services in Kubernetes

# Lightship 🚒 [![Coveralls](https://img.shields.io/coveralls/gajus/lightship.svg?style=flat-square)](https://coveralls.io/github/gajus/lightship) [![NPM version](http://img.shields.io/npm/v/lightship...

Read more...

TSyringe - Lightweight Dependency Injection Container for TypeScript/JavaScript

A lightweight dependency injection container for TypeScript/JavaScript for constructor injection. This library provides decorators for ease of use, such as injectable(), singleton(), autoInjectable(),...

Read more...

Preventing Duplicate Payments with Idempotency Keys by Stripe, PayPal and Adyen

Payment service providers such as PayPal or Stripe use a method called Idempotency Keys to prevent duplicate payments. Idempotency ensures that transactions are executed just once, even if multiple re...

Read more...

Build OpenAPI-compliant REST APIs using TypeScript and Node

GitHub - lukeautry/tsoa: Build OpenAPI-compliant REST APIs using TypeScript and Node GitHub - lukeautry/tsoa: Build OpenAPI-compliant REST APIs using TypeScript and Node Skip to content Toggle navigat...

Read more...