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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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 ...
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...
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, ...
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...
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...
.NET Systems Programming Learned the Hard Way

This talk discusses net systems programming and the importance of performance in Akka.Net, which originated from the need to process campaigns for tens of millions of active users concurrently while m...
Architecture Modelling & Diagramming As Code
In this article, Christian Eder discusses the increasing trend of defining infrastructure through general purpose programming languages instead of configuration languages. He explores the benefits of ...
Ilograph Interactive System Diagrams
Welcome to the future of diagramming with Ilograph interactive system diagrams. Show all the relevant details of your systems without the constraints of a traditional diagram. Your systems must be vie...
Should that be a Microservice? Keep These Six Factors in Mind
In todays rapidly evolving tech landscape, the decision to use microservices can have a significant impact on an organization. With six key factors to consider, this article provides a comprehensive g...
4 Common Mistakes in Event-Driven Systems: An Exploration
In recent years, event-driven systems have gained popularity among large companies. This article explores the main reasons behind this trend and identifies four common mistakes that can occur when imp...