Blog Logo
TAGS

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...

Outstatic - A Static Site CMS for Next.js

Outstatic is an open source Static Site CMS for Next.js that allows you to host your static website for free, without requiring any database. With only a 5-minute setup, you can have a complete dashbo...

Read more...

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...

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...

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...

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...