📰 Dev.to · Matti | funkyposts
6 articles · Updated every 3 hours · View all reads
All
Articles 75,046Blog Posts 102,145Tech Tutorials 18,353Research Papers 16,003News 13,127
⚡ AI Lessons

Dev.to · Matti | funkyposts
1w ago
Mastering State in Modern C++: Making It Encapsulated
How to localize module-internal state in modern C++ using stateful functional modules—keeping state evolution explicit without polluting the domain model or rel

Dev.to · Matti | funkyposts
1mo ago
Mastering State in Modern C++: Making It Explicit
How to manage state in modern C++ using the functional core–imperative shell pattern—making dependencies explicit and improving testability and design.

Dev.to · Matti | funkyposts
⚡ AI Lesson
1mo ago
Bridging Object-Oriented and Functional Thinking in Modern C++
How to write testable C++ code with fewer mocks using pure functions. Improve unit testing, reduce tight coupling, and build more maintainable systems by combin

Dev.to · Matti | funkyposts
1mo ago
When One Shell Isn’t Enough: Scaling the Functional Core–Imperative Shell Pattern with Actors in C++
Learn how to scale the functional core–imperative shell pattern in modern C++ using the actor model. Decouple side effects, reduce complexity, and build modular

Dev.to · Matti | funkyposts
2mo ago
Handling Side Effects in Modern C++: Interfacing Pure Functions with Our Imperative World
Learn how to structure C++ applications using pure functions and isolate side effects. Apply the functional core–imperative shell pattern to write cleaner, more

Dev.to · Matti | funkyposts
2mo ago
Bridging Object-Oriented and Functional Thinking in Modern C++
Bridging object-oriented and functional programming in modern C++: how pure functions reduce coupling and simplify testing in real-world C++ code
DeepCamp AI