Struggling to modularize your domain logic? 🤔 Join @ewolff at #SAGconf as he explores how models can complement Bounded Contexts to structure complex systems effectively. Discover practical strategies for combining models, modules, and abstract data types to create maintainable, scalable software architectures. 🛠️

🔗 Learn more about Eberhard's session: https://t1p.de/4lsar

#SAG2025 #SoftwareArchitecture #DomainDrivenDesign #BoundedContexts #Modularization #iSAQB #ArchitecturePatterns

Lucas Sifoni - Leveraging Elixir's hot code loading capabilities to modularize a monolithic app

How hot code loading solves client-specific engineering problems in my startup Alzo

Watch the recording of our February 2023 meetup to see these talks:
• Scripting in Swift by Dalton Claybrook
• iOS Modularization by Tamar Nachmany

https://www.youtube.com/watch?v=UE5izjeRfEI

#iosdev #swift #modularization

iOSoho: Scripting in Swift && iOS Modularization

YouTube

Here's a recording of our May meetup with these presentations:
• Mike Katz on Demystifying SwiftSyntax: Unraveling the Magic of Abstract Syntax Trees (ASTs)
• Mani Ramezan on Enhancing Swift Development through Modularization and Automation

https://www.youtube.com/watch?v=E5J_9M3EQVY

#iosdev #swift #swiftsyntax #Modularization

iOSoho: Demystifying SwiftSyntax && Enhancing Swift Development through Modularization

YouTube

Appreciating the wave of #microservice #criticism posts - Properly assess the #costs and #disadvantages before embracing them. #Modularization is great.

One of my rules of thumb: if you're in a small (<30-50) team #microservices are probably better avoided.

https://www.breck-mckye.com/blog/2023/05/Microfrontends-should-be-your-last-resort/

I've been argumenting this for more than a decade but being backed by the #blogosphere surely helps.

Microfrontends should be your last resort

„Modularize the Qonto iOS app for 50% faster builds“ by Marine Commerçon (https://medium.com/qonto-way/modularization-72f2838d2ee7) featuring dependency visualization of a complex iOS codebase using emerge (https://github.com/glato/emerge). From monolithic chaos to harmonized modules 🚀 . #dependency #visualization #complexity #iOS #swift #modularization
Modularize the Qonto iOS app for 50% faster builds - The Qonto Way - Medium

If you’re a mobile engineer or have ever talked to one, you probably know that build time can be a major frustration. In a monolithic codebase, every code addition makes the build slower. Sometimes…

The Qonto Way

Build systems used in #Java - #Gradle #Maven - easily let you mix concerns leading to accidental complexity. One is the #modularization of your software.

The Java Module System (JPMS) is designed specifically to address only the modularization concern.

If we use (or learn from) it, the build system can take a step back so that things unrelated to modularization no longer pollute you project description.

My talk at #JavaLand https://meine.doag.org/events/javaland/2024/agenda/#agendaId.3790

Example/slides https://github.com/jjohannes/java-module-system

JavaLand 2024: Agenda - DOAG

@bits
FORTH was the third or fourth programming language that I learned, and it was a real brain-changer because of its effective enforcement of this principle.

#FORTH #Programming #modularization

I just published a long overdue update to the Gradual Modularization book. Here is what I wrote my readers (of which I apparently have 622!!): https://stephanhagemann.com/posts/2023-10-18-message-to-readers/ #ruby #rails #modularization
Message to Readers of Gradual Modularization

📣 New ETL pipeline course module out! Grasp the difference between .pyscript & Jupyter notebooks and master Python script drafting best practices.

Dive into function definitions, modularization, code documentation, and Python script packaging. We also introduce Pandas and DuckDB Python API for efficient data handling. Discover more at

https://ploomber-sql.readthedocs.io/en/latest/packaging-your-sql-project/intro-to-python-scripting-and-pipelines.html

#Python #DataScience #SQLAlchemy #Pandas #Automation #Modularization.

Introduction to Python scripting and data pipelines — From zero to hero. End to end data applications with SQL and Jupyter