🏗️ Great C++ starts with great design.
Join Klaus Iglberger at ACCU on Sea 2026 for a 1-day workshop on modern C++ software design, architecture & design patterns — from type erasure to composition over inheritance.
🗓 June 15
🔗 https://accuonsea.uk/2026/sessions/cpp-software-design/

#cpp #softwaredesign #programming #coding

Struggle with how Pydantic stays so easy to use despite its depth? “The Facade That Makes Pydantic Feel Simple” breaks down the idea behind that simplicity.

👉 https://zalt.me/blog/2026/06/pydantic-facade-simplicity

#Python #Pydantic #softwaredesign #APIdesign

Every system has two layers that look like one. The technology layer (language, runtime, platform) is visible. The architecture layer (data model, ownership, failure modes) is invisible.

Most rewrites change the technology and preserve the architecture. The new codebase is faster for six months because it has no features. Then the same problems return in a new language.

Netscape proved this. So did most rewrites since.

#softwarearchitecture #softwaredesign

https://simplicityfirstphilosophy.substack.com/p/the-rewrite-trap-why-rebuilding-the

The Rewrite Trap: Why Rebuilding the System Almost Never Fixes What Was Actually Broken

The Same Architecture, Now in TypeScript

The Simplicity-First Philosophy

We have just released a new C++Online 2026 Conference Video!

Concurrency – All the Way Down - Ofek Shilon - C++Online 2026

https://youtu.be/xU145Wcm4vk

#cpp #cplusplus #softwaredesign #programming

C++ Concurrency – All the Way Down - Ofek Shilon

YouTube

We have just released a new C++Online 2026 Conference Video!

Concurrency – All the Way Down - Ofek Shilon - C++Online 2026

https://youtu.be/xU145Wcm4vk

#cpp #cplusplus #softwaredesign #programming

C++ Concurrency – All the Way Down - Ofek Shilon

YouTube

We have just released a new C++Online 2026 Conference Video!

Concurrency – All the Way Down - Ofek Shilon - C++Online 2026

https://youtu.be/xU145Wcm4vk

#cpp #cplusplus #softwaredesign #programming

Most apps still think in settings screens: checkboxes, dropdowns. Even apps with AI features.

But for an AI-powered app, that model already feels obsolete.

That’s why when I rolled out Personal Preferences for Schedule Us, I aimed for something more AI-native. Users can define any preference they can imagine, and turn it on or off as if it were built in.

More here: https://scheduleus.online/news/customize_your_personal_prefs

#ai #productivity #ux #ui #softwaredesign #scheduling #saas

Customize how <em>Schedule Us</em> creates your events

Set your own preferences for *Schedule Us* to follow when it creates a calendar event.

Schedule Us

How do you go from abstract models to guarantees you can rely on in production? “Symbolic Shapes, Real‑World Guarantees” digs into that bridge.

👉 https://zalt.me/blog/2026/05/symbolic-shapes-guarantees

#softwaredesign #mlsystems #engineering

Transformers feel like magic, but they’re not. Curious how a simple registry pattern quietly powers their behavior behind the scenes?

👉 https://zalt.me/blog/2026/05/registry-pattern-transformers

#Transformers #MachineLearning #SoftwareDesign #Python