Blog Logo
TAGS

Building a .NET Distributed Application with DAPR and Azure Container Apps

In this article, Albert Starreveld from VX Company explains the benefits of using DAPR (Distributed Application Runtime) for container-based, distributed architectures. He covers the advantages in ser...

Read more...

Introducing Connect for TypeScript, Kotlin, and Swift: Simple, Reliable, Interoperable APIs for Web, Node.js, Android, and iOS

Buf has launched Connect for TypeScript, Kotlin, and Swift, which offers simple, reliable, and interoperable APIs for web, Node.js, Android, and iOS. Buf helps teams work with Protocol Buffers APIs, w...

Read more...

Library for running command-line processes

CliWrap is a library that makes it easy to run command-line processes from .NET applications. It provides a convenient fluent API for building command lines, handling results and errors, and processin...

Read more...

10 Reasons on why you’re not and should not use Clean Architecture in .NET

Clean Architecture has been around for years and if you’re a .NET developer, you’re probably familiar with it. But is it always the best approach? In this article, Anthony Trad explores 10 reasons why...

Read more...

A Team at Microsoft is Helping Make Python Faster

The Faster CPython Team at Microsoft is working toward increasing Pythons CPU performance with a 4-stage implementation plan proposed by Core Developer Mark Shannon. Microsoft established a team of 6 ...

Read more...

Automatically Version and Release .Net Application

In this post, Anto Subash shares a step-by-step guide on how to automatically version and release a .Net Application using GitHub Actions. The article covers topics such as Conventional Commits, Versi...

Read more...

How To Scrape Google Maps For Business Details With Python

Learn how to fetch businesses and their details from Google Maps using geocoding and places with Python. This article covers everything from installing required packages to creating a .tsv file with c...

Read more...

How We Improved React Loading Times by 70% with Next.js

We switched from Create React App to Next.js and reduced our initial page load times by as much as 70%. With its built-in support for page routing and intelligent pre-loading, Next.js unlocked a new l...

Read more...

Introducing Turbopack: Rust-based successor to Webpack

Vercel introduces Turbopack, the Rust-based successor to Webpack built with high-performance bare-metal tooling and an incremental architecture for the fastest possible development experience. Turbopa...

Read more...

Orchestrating Data/ML Workflows at Scale With Netflix Maestro

At Netflix, data and machine learning (ML) pipelines are central to the business, representing diverse use cases that go beyond recommendations, predictions, and data transformations. In this blog pos...

Read more...

Qubes OS: A reasonably secure operating system

Qubes OS is a highly secure operating system that offers compartmentalization and Operating System Freedom. It uses the Xen hypervisor, providing the same level of security relied on by major hosting ...

Read more...

AVOID Entity Services by Focusing on Capabilities

AVOID Entity Services by Focusing on Capabilities

Entity Services are services that are centered around an Entity. For example, a CustomerService or a ProductService. Most times these services focus on data and CRUD operations. These services can c...

Read more...

Carl Sagan on Man-made Climate Change (1990 !!!)

Carl Sagan on Man-made Climate Change (1990 !!!)

The speaker gives a brief explanation of why greenhouse warming is a serious concern. They discuss the existence of the greenhouse effect and how it is necessary for life on Earth. However, with the i...

Read more...

Top 6 React Hook Mistakes Beginners Make

Top 6 React Hook Mistakes Beginners Make

In this video, the speaker identifies six common mistakes that developers make when using the useState and useEffect hooks in React. The first mistake is using state unnecessarily, such as when the va...

Read more...

Announcing Entity Framework Core 7 RC2: JSON Columns

Entity Framework Core 7 RC2 has been released with all the features planned for the GA release, including mapping to SQL Server JSON Columns, ExecuteUpdate and ExecuteDelete (Bulk updates), improved p...

Read more...

Diagrid Launches Fully Managed Dapr Service for Kubernetes with $24.2 Million Funding

Diagrid, a startup founded by the creators of Dapr and Kubernetes Event-Driven Autoscaling (KEDA) received $24.2 million in funding, $4.2 million of which was from a seed round led by Amplify and the ...

Read more...

Introducing A New Cross-Cutting Architecture Diagram: The Critical Path

This new architecture diagram spans levels 1–3 of the C4 model to give you the fastest view at your system possible. Architecture diagrams help create a shared understanding about application architec...

Read more...

Polyglot Microservices Communication Using Dapr on AKS

Distributed Application Runtime (Dapr) is a CNCF project that provides capabilities to solve common concerns like service discovery, service-to-service communication, state management, configuration, ...

Read more...

Data Structures & Algorithms for Coding Interview

This repository contains solutions to various problems and concepts of Data Structures and Algorithms in Python3 in a structured manner. The topics covered include Dynamic Programming, Sorting Algorit...

Read more...

Why Were Breaking Up with CSS-in-JS

In this article, software engineer Sam shares his experience with using CSS-in-JS libraries like Emotion and styled-components for React. He discusses the pros and cons of CSS-in-JS and delves into th...

Read more...