Amazon CodeWhisperer, Free for Individual Use, is Now Generally Available
Amazon CodeWhisperer, a real-time AI coding companion, is now generally available and includes a CodeWhisperer Individual tier that is free to use for all developers. The tool keeps developers product...
GitHub Copilot CLI: A CLI experience for letting GitHub Copilot help you on the command line
GitHub Copilot CLI is a CLI experience that translates natural language into shell commands, with modes for different domains. It helps in breaking down and explaining piece by piece what the suggeste...
JEP 444: Virtual Threads Arrive in JDK 21, Ushering a New Era of Concurrency
JEP 444, Virtual Threads, was promoted from Proposed to Target to Targeted status for JDK 21. This feature provides virtual threads, lightweight threads that dramatically reduce the effort of writing,...
Teaching Large Language Models to Self-Debug
Large language models have achieved impressive performance on code generation, but generating correct code with a single attempt is challenging. To address this problem, the authors propose SELF-DEBUG...
Telepresence for Docker - Simplified K8s Local Development
Telepresence for Docker simplifies how teams develop and test on Kubernetes. This Kubernetes development tool seamlessly creates a remote-to-local dev environment, so your teams can enjoy the ease and...
Algebraic Data Types in (typed) Python
By properly utilizing Algebraic Data Types (ADTs, not to be confused with abstract data types), you can transform certain types of invalid states from runtime errors into type-checking errors, making ...
Announcing the GitHub Actions extension for VS Code
Today, were excited to announce the public beta release of the official GitHub Actions VS Code extension. With this extension, you can manage your workflows without leaving your editor, easily monitor...
ASP.NET Core updates in .NET 8 Preview 3
ASP.NET Core updates in .NET 8 Preview 3 include many improvements such as server-side rendering with Blazor, sections support in Blazor, and ASP.NET Core support for native AOT. Itβs now possible to ...
Awesome Integration - A Curated List of System Integration Software and Resources
Looking for the best IT system integration software and resources? Look no further than Awesome Integration! With handpicked API management, design, documentation, testing, BPM, ESB, iPaaS, and other ...
Check out new C# 12 preview features!
Were excited to preview three new features for C# 12: primary constructors for non-record classes and structs, using aliases for any type, and default values for lambda expression parameters. You can ...
Introducing Storybook 7.0: Next-level component development and testing
Storybook 7.0 is the gold standard UI workshop environment for component-driven development, documentation, and testing. Its first major release in over two years, SB7, includes first-class Vite suppo...
Producing and Consuming Kafka Messages in CloudEvents Format Using the C# SDK
In this article, Vasil Kosturski presents a simple Kafka producer and consumer using the C# CloudEvents SDK. The article covers a practical example of how to use CloudEvents with Kafka and provides in...
Build your own ChatGPT in .NET with Semantic Kernel π
The popularity of chat GPT, which has signed up 100 million users in just two months, has led to an increase in startups utilizing the underlying large language models (LLMs) that power the technology...
Announcing .NET 8 Preview 3
The .NET 8 Preview 3 has been released with changes in build paths, workloads and containers. It also includes performance improvements in the JIT, for Arm64, and dynamic PGO. The release notes and kn...
Intellenum: intelligence, for your enums!
Intellenum is an open source C# project that provides a fast and efficient way to deal with enums. It uses source generation to that generates backing code for extremely fast, and allocation-free, loo...
Tenacity - Simplify Retry Behavior in Python
Tenacity is a Python library that simplifies the task of adding retry behavior to any function or process. It is licensed under Apache 2.0 and fixes many bugs and adds significant new functionality co...
Translating ASP.NET Core into a Static Site Generator with GitHub - ZarehD/AspNetStatic
ZarehD/AspNetStatic is a GitHub repository that transforms ASP.NET Core into a static site generator. The project is designed to automate workflows, host and manage packages, find and fix vulnerabilit...
C# 12 Released: Primary Constructors, Optional Lambda Pβs and Using Anything
In October 2022, C# 11 was released, and now the languages next version, C# 12, has become public. This version comes with several exciting features, including the ability to create primary constructo...
Essential productivity kit for .NET developers
Discover the latest updates in the .NET world with .NET Annotated Monthly. In the April 2023 edition, Rachel Appel discusses the history of JavaScript and the current options available for building AP...
PL/Rust: A Trusted Procedural Language Handler
PL/Rust is a loadable procedural language that enables writing PostgreSQL functions in Rust programming language. These functions are compiled to native machine code for the best performance, access t...