Live data from Hacker News

Ask HN: Which are some good resources for software design/planning?

news.ycombinator.com

1–6 of 6 posts

Ask HN: Which are some good resources for software design/planning?

#1
Hi,

so far, I've only worked as a coder in teams and on (very) small projects of my own. In the (near) future I want to (need to) design and manage a larger software project of my own (a fairly complex Django + x project).

Since I want to avoid 'stupid' mistakes, adhere to best-practices, and respect (and utilize) the hard work and research that has gone into software design, I'm looking for some good resources (books, classes, ...) to learn the basics of software design and how to plan (larger) software projects.

A little bit about myself: I'm a fairly confident coder/'engineer', but my degree is not in CS. Nevertheless, I'm not appalled by 'hard' stuff and I really want to learn.

Thank you so much!

Re: Ask HN: Which are some good resources for software design/planning?

#2
I'd highly recommend Design It!: From Programmer to Software Architect by Michael Keeling. Plenty of practical examples (including a scenario enterprise application thay unfolds during the book), up to date in terms of technologies and approaches such as microservices architectures, cloud etc and just generally very readable. A good grounding to enterprise-class design. It also by nature educates you on leading teams through the design process.

Re: Ask HN: Which are some good resources for software design/planning?

#3
post #2

I'd highly recommend Design It!: From Programmer to Software Architect by Michael Keeling. Plenty of practical examples (including a scenario enterprise application thay unfolds during the book), up to date in terms of technologies and approaches such as microservices architectures, cloud etc and just generally very readable. A good grounding to enterprise-class design. It also by nature educates you on leading teams…

Awesome! I'll definitely have a look at it :)

Re: Ask HN: Which are some good resources for software design/planning?

#4
Hi,

I would like to recommend the best software for project planning, projecting, pricing and project management. It provides weekly, monthly cash flow details also helps do project forecast for project profitability. It's ProfitBoard. It also has a free trial option. To know more visit: https://www.slickaccount.com/profitability/index

Re: Ask HN: Which are some good resources for software design/planning?

#5
This may not be a good introductory overview but will contain a bunch of interesting ideas: http://aosabook.org/en/index.html

Old but good: http://sunnyday.mit.edu/16.355/parnas-criteria.html

More ideas:

https://www.infoq.com/presentations/Simple-Made-Easy

http://misko.hevery.com/2008/07/30/top-10-things-which-make-...

Re: Ask HN: Which are some good resources for software design/planning?

#6
post #2

I'd highly recommend Design It!: From Programmer to Software Architect by Michael Keeling. Plenty of practical examples (including a scenario enterprise application thay unfolds during the book), up to date in terms of technologies and approaches such as microservices architectures, cloud etc and just generally very readable. A good grounding to enterprise-class design. It also by nature educates you on leading teams…

Just snagged this, thanks for the recommendation!