Quotidien Shaarli

Tous les liens d'un jour sur une page.

January 18, 2021

Blogged Answers: Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux) · Mark's Dev Blog

Definitive answers and clarification on the purpose and use cases for Context and Redux

https://designcode.io/design-system-in-figma
Handling concurrency - Aggregate Pattern and EF Core - Kamil Grzybek
thumbnail

How to handle concurrency conflicts and enforce domain invariants using Entity Framework Core and Domain-Driven Design Aggregate Pattern.

TestDouble
Explorons le code source du vaccin BioNTech / Pfizer contre le SARS-CoV-2 | Renaud Guérin

Dans cet article, nous allons déchiffrer caractère après caractère le code source du vaccin SARS-CoV-2 à ARN messager (ARNm) de BioNTech / Pfizer.

DDD: Entity Framework and the Memento Pattern

I worked with a team using Domain Driven Design recently that wanted to use Entity Framework Core (EF Core) for persistence and wanted to ensure that EF conc...

How Exceptionally Productive People End The Workday
thumbnail

Discover the best habits to help you end the workday, leave work at work, and set yourself up for maximum productivity the next morning.

locks - Why is Akka good for concurrency? - Software Engineering Stack Exchange
thumbnail

I am new to Akka and actor framework - I am sure I am missing something obvious, please accept my apologies in advance.

I keep reading that one of the main points to choose Akka is the way it mana...

DDD & Many to Many Object Relational Mapping
ORMless; a Memento-like pattern for object persistence — Matthias Noback - Blog
Un test peut en cacher un autre - Un peu de théorie | by Mickaël Wegerich | Medium
thumbnail

En discutant avec des développeurs, je remarque plusieurs choses : Nos approches sur l’architecture applicative du code sont différentes…

Transactional Outbox Pattern in a monolithic application | Maciej Toporowicz @ toporowicz.it
thumbnail

What is a Transactional Outbox Pattern? I describe the pattern, its pros and cons and provide a working implementation using Kotlin with Spring and PostgreSQL.

The Rules Design Pattern - Michael Whelan - behaviour driven blog