Stephen Wolfram: Complexity and the Fabric of Reality | Lex Fridman Podcast #234

Stephen Wolfram, computer scientist, mathematician and founder of Wolfram Research, discusses the concept of complexity in nature and how it inspired him to seek a scientific basis for complicated str...
Restful Web API Patterns & Practices Cookbook • Mike Amundsen & Alianna Inzana • GOTO 2022

Mike Amundsen, an internationally known author and speaker on network architecture, web development, and technology, has written a book titled RESTful Patterns and Best Practices for APIs Cookbook. Th...
Ardalis.Specification
Ardalis.Specification is a base class package that includes tests and support for adding specifications to a DDD model, as well as a default generic Repository base class with support for EF6 and EF C...
Avoid Using Cache in Your Application or Do It Right
Caching data from the database closer to the application can greatly improve performance. However, before you start implementing cache at the application level, it’s important to ask yourself many dif...
Bringing Kestrel + YARP to Azure App Services
In this post, the engineering work required to change a critical platform component with code paths that are exercised billions of times a day while minimizing service disruptions and maintaining SLA ...
Sieve - Simple, Clean, and Extensible Framework for .NET Core
Sieve is a powerful sorting, filtering, and pagination framework for .NET Core that allows developers to easily create queries that can be modified by clients. It supports filtering, sorting, and pagi...
.NET 6 now available in Ubuntu 22.04 and with Chiseled Ubuntu Containers
.NET 6 is now included in Ubuntu 22.04 and can be easily installed with apt install dotnet6. Additionally, .NET 6 is available with Chiseled Ubuntu Containers, a new small and secure container offerin...
Designing a user notification system
This article discusses the implementation of an asynchronous communication mechanism that respects scalability, asynchronous communication, and statelessness requirements for utilizing user notificati...
Should You Reuse Ids Among Microservices?
In a microservices architecture, managing ids can be a tricky question to answer. Should you use the same Id for multiple microservices or have a separate set of Ids for each? According to Vladimir Kh...
12 Ways to Improve Your Monolith Before Transitioning to Microservices
Your team decided it’s time to get rid of that old, clunky monolith (finally!). You had a good run with it, but the monolith has grown so big that you’re spending more effort maintaining it than addin...
TypeScript 4.8: Better Intersections Union Types
TypeScript 4.8 is a planned upgrade to Microsoft’s strongly typed JavaScript variant. It brings improvements in correctness, consistency, and fixes to file watching on Linux and macOS. The release can...
Why you should use the Specification pattern in .NET
In this article, Anthony Trad explores the benefits of using the Specification pattern in .NET. By adhering to the Clean Architecture Principles and leveraging this pattern, developers can reduce code...
Continuous Deployment For Practical People
Continuous Deployment is the latest evolution of DevOps, Continuous Integration, and Continuous Delivery. In this article, we discuss what Continuous Deployment is all about and why it is essential fo...
Domain-Driven Design for Microservices: Understanding Bounded Contexts and Context Maps
Microservices are a popular and scalable way of developing software, but to fully utilize their potential, you need a good design that allows developer teams to work autonomously and deploy without st...
Python-Pandas cheat sheet: 30 functions-methods
In this blog, Jyoti Kumar covers 30 useful python-pandas functions/methods frequently used in data analysis. The functions/methods are used for loading and understanding data, selecting columns/rows o...
Sorting a Python Dictionary: Values, Keys, and More
In this tutorial, youll learn how to sort the key-value pairs of a Python dictionary using the sorted() function. Youll also explore how to iterate over dictionary views, cast dictionaries to lists du...
Using C# records and Entity Framework Core to implement immutable data access layers
In this article, João Simões explains how to implement immutable data access layers using C# records and Entity Framework Core, which most .NET developers use to abstract their data layer and work dir...
Orchestration Pattern: Perspectives to keep in mind when working with microservices
In this article, Bruno Crema from gb.tech talks about the benefits of an API-centric approach while working with microservices. He outlines the challenges that come with maintaining the loose-coupling...
Beyond the Twelve-Factor App
Transform your business with VMware Tanzu, a modular platform for any app, every cloud. With Tanzu Application Platform, get faster and more secure paths to production. Use Tanzu for Kubernetes Operat...
The Twelve-Factor App: A methodology for building efficient and scalable software-as-a-service apps
The Twelve-Factor App is a methodology for developing software-as-a-service apps that are efficient, scalable and easy to manage. It recommends using declarative formats for setup automation, isolatin...