Blog Logo
TAGS

Gitpod: Always ready to code

Ship software faster with secure cloud development environments that just work. Gitpod provides high-powered, automated development environments in the cloud that are perfectly configured for each tas...

Read more...

Refit: The automatic type-safe REST library for .NET Core, Xamarin and .NET

Refit is a library heavily inspired by Squares Retrofit library, and it turns your REST API into a live interface. With RestService, Refit generates an implementation of your API that uses HttpClient ...

Read more...

Performance Improvements in ASP.NET Core 7

This blog post covers the latest performance improvements made to ASP.NET Core 7. Performance is a key feature of .NET, and the .NET team and community contributors work towards making apps faster and...

Read more...

Skippr.io - Data as Infrastructure

Skippr.io is a platform that provides data infrastructure for enterprise businesses. With a focus on simplifying data management, Skippr offers a wide range of tools and services designed to help busi...

Read more...

The Changing Face Of ETL

Data growth has led to the need for modernization of data processes. In this article, we discuss conventional database systems, big data infrastructures, and the importance of ETL pipelines. We touch ...

Read more...

daisyUI — Tailwind CSS Components

daisyUI is a free plugin for Tailwind CSS that provides customizable and themeable UI components that work on all frameworks. With daisyUI, you can use Tailwind CSS but write fewer class names, result...

Read more...

Headless UI - Unstyled, Accessible UI Components for React and Vue

Headless UI is a collection of unstyled, fully accessible UI components designed to integrate seamlessly with Tailwind CSS. It includes menu (dropdown) components, a listbox (select) component, a comb...

Read more...

React Query and TypeScript: Tips and Tricks for an Improved Development Experience

If youre a frontend developer, youve probably heard that TypeScript is the way to go. But what about libraries and tools like React Query? In this blog post, we explore the gotchas and tips for using ...

Read more...

vanilla-extract - Zero-runtime Stylesheets-in-TypeScript

Use TypeScript as your preprocessor and generate static CSS files at build time with vanilla-extract. Write type-safe, locally scoped classes, variables and themes. Create a single global theme or mul...

Read more...

Workflow Orchestration with Temporal and Spring Boot

This article discusses the use of Temporal and Spring Boot for workflow orchestration in microservices. It covers the basics of workflow orchestration, implementing saga with Temporal, and using Sprin...

Read more...

CSS in 2023 - Tailwind vs MUI vs Bootstrap vs Chakra vs...

CSS in 2023 - Tailwind vs MUI vs Bootstrap vs Chakra vs...

In this article, the author discusses their experience with UI libraries and frameworks and how they have evolved in their thinking about their role in web development. They highlight three core types...

Read more...

Event Driven Architectures vs Workflows (with AWS Services!)

Event Driven Architectures vs Workflows (with AWS Services!)

The video explains two ways to coordinate process flows in distributed applications: an event-driven architecture and a workflow. The example of an e-commerce order process is used to demonstrate the ...

Read more...

Awesome Software Architecture

Curated list of awesome articles and resources to learn and practice software architecture, patterns and principles. This repository will be updated continuously, keep yourself up to date. This reposi...

Read more...

Mandrill.net - Simple, cross-platform Mandrill api wrapper for .NET Core

Mandrill.net is a simple, cross-platform Mandrill API wrapper for .NET Core. With Mandrill.net, developers can easily send transactional messages through Mandrill using a template or without a templat...

Read more...

chakra-ui-steps - Steps component designed to work seamlessly with Chakra UI.

This is a Steps component that has been specifically designed to work well with Chakra UI. It has a range of useful features and there are plenty of code examples and documentation available for refer...

Read more...

How to Send Emails at Scale in .NET with the Azure Communication Service

Learn how to send emails securely and at scale using the Azure Communication Service in a .NET console app. This post walks through all the necessary steps, starting with creating a new Email Communic...

Read more...

REST APIs - How To Connect Your React App Like The Pros

Consuming REST APIs with React can be a mess of code, but libraries like react-query make it easy with advanced features right out of the box. This tutorial will demonstrate two approaches, including ...

Read more...

.NET Performance Series #1: Performance Improvements in .NET 7

In this first episode of the .NET Performance Series, Tobias Streng presents research, benchmarks, and comparisons on various topics in the .NET world with a focus on performance using the latest .NET...

Read more...

.NET Performance Series #2: Newtonsoft vs. System.Text.Json

In this episode of the .NET Performance Series, we take a closer look at Newtonsoft and System.Text.Json to determine which method is the fastest to implement on the latest .NET 7. Our research and be...

Read more...

Dafny: A Verification-Ready Programming Language with Compiler Support

Dafny is a programming language that provides verification-ready support during development. It has an integrated verifier which constantly flags errors and shows counterexamples, ensuring that the co...

Read more...