From f3268bd319fcd78648757291ca7a2cd0c08db336 Mon Sep 17 00:00:00 2001 From: Paras-96 Date: Mon, 17 Jun 2024 10:16:44 +0530 Subject: [PATCH] Added one useful resource Added the What is a Software Developer? Definition, Skills, and Career URL to the section - Must-read articles provide useful insights to aspiring software development engineers. Please let me know if further changes are required. Thank you --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09b20f7..bc45632 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ There are some free books available, including: - [Practical Advice for New Software Engineers](http://product.hubspot.com/blog/practical-advice-for-new-software-engineers) - [On Being A Senior Engineer](http://www.kitchensoap.com/2012/10/25/on-being-a-senior-engineer/) - [Lessons Learned in Software Development](http://henrikwarne.com/2015/04/16/lessons-learned-in-software-development/): one of those articles that give you years of hard-earned lessons, all in one short article. Must read. +- [What is a Software Developer? Definition, Skills and Career](https://www.scaler.com/blog/software-developer/) - [Things I Learnt The Hard Way](https://blog.juliobiason.me/thoughts/things-i-learnt-the-hard-way/) - Spec first, then code - Tests make better APIs