this post was submitted on 16 Mar 2026
21 points (95.7% liked)

Programming

26127 readers
778 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Hi there, I'm looking for good software architecture resources: blog, wiki or community.

I know good enough the basis of OOP and 'Design Pattern' and I'm looking for something more advanced.

One of my goal is to create local first software but anything with network and web archi are welcome too. ๐Ÿ™‚

you are viewing a single comment's thread
view the rest of the comments
[โ€“] one_old_coder@piefed.social 12 points 2 days ago (2 children)

There are a whole bunch of architecture books published by Oreilly that I have bought and plan to read. They were available for a few bucks in a previous Humble Bundle, and cover the topics:

  • Head First Software Architecture
  • Fundamentals of Software Architecture
  • Flow architectures
  • Domain-driven Design
  • Micro-services
  • Agile stuff
  • Scalable Systems
  • API Management
  • etc.

All are available on Anna's Archive. I like the Head First book to have an overview of architecture.

[โ€“] human@slrpnk.net 3 points 2 days ago (1 children)

I second this and would also recommend the Software Architecture Book Club podcast where the authors cover a chapter each episode (Head First Software Architecture and then Fundamentals of Software Architecture).

I would also recommend the InfoQ architecture RSS feed to stay current.

[โ€“] one_old_coder@piefed.social 1 points 1 day ago* (last edited 1 day ago)

Amazing, thanks.

Edit: I never knew that InfoQ was a good resource. That's a nice additional link.

[โ€“] HelloRoot@lemy.lol 1 points 1 day ago

I recommend "Software Architect's Handbook" by Joseph Ingeno as an intro/overview