by optbuild on 8/24/23, 9:43 AM with 20 comments
You started understanding programming languages much easier and better and were able to structure solutions in more elegantly and efficiently in code.
by rtem179 on 8/24/23, 2:19 PM
From my experience, a lot of devs who work in a full stack roles are stronger as backend devs but they have some basic understanding of how to build a frontend in one of the popular frameworks, such as React. If we are working with a good designer this is usually enough, but having a simple mental modal for how to make something look good really goes a long way. The way that this book was written gave me a good grasp of this by explaining it in a way similar to how I’d think about software (as opposed to being more vague and abstract, which a lot of design books aimed at designers tend to be).
by avinassh on 8/24/23, 1:37 PM
MIT 6.824 Distributed Systems by Robert Morris - https://www.youtube.com/watch?v=cQP8WApzIQQ&list=PLrw6a1wE39...
Designing Data-Intensive Applications (DDIA) - https://dataintensive.net/
Crafting Interpreters - https://craftinginterpreters.com/
by ezedv on 8/24/23, 5:59 PM
Not programming skills related, but sometimes I read this blog in order to be more up-to-date: https://www.ratherlabs.com/blog
by mcraenich on 8/24/23, 12:33 PM
The 'mental model and scientific process' has less to do with code alone, and more to do with the holistic act of working for a business. Development is just a part of it. Books will teach you best practices (and you should know best practices), but they won't teach you how to be an effective team-member, or cog in the business.
by solannou on 8/24/23, 1:32 PM
You seems to have a certain inclinaison for scientific programming. I suppose it's in this area that you want to have better programming skill. The book that I heard a lot about is the following one (it's on my shelf) :
- The Art of Computer Programming, Volumes 1-4, by Donald E. Knuth
Some books are more generals and provide insightfull tips that I found quite helpfull : - 97 things every programmer should know, by a lots of people
- The pragmatics programmer, by Andy Hunt and Dave Thomas
- Clean code, by Robert C. Martin
If you want improve you skill about a particular programm language, the best is learn every kog and what happend under the hood of you language. Books, Video, any things that will help in that direction, it depends of your choice . Usually it takes time to improve.There is many type of language and big difference inside those type : Scripting languages (python,bash,js...), compiled languages (c,c++,java,c#,...),... If you know different tools you are more likely to be able to use the right tools for the right jobs.
But the real advise is to be doing some real stuff : face real world problem
Take care !
by gsuuon on 8/25/23, 3:06 PM
[1] https://fsharpforfunandprofit.com/
[2] https://fsharpforfunandprofit.com/series/designing-with-type...
by im_lince on 8/24/23, 10:55 AM
Free Udacity course by Peter Norvigs: https://www.udacity.com/course/design-of-computer-programs--...
Introduction to Algorithms (Thomas H. Cormen) : https://en.wikipedia.org/wiki/Introduction_to_Algorithms
by dusted on 8/24/23, 11:49 AM
by muffa on 8/25/23, 5:31 PM
by jeffreygoesto on 8/24/23, 1:37 PM
by frumiousirc on 8/24/23, 11:54 AM
by alexfromapex on 8/24/23, 12:42 PM
by jpg1 on 8/24/23, 10:41 PM
by hnaccountme on 8/25/23, 8:15 AM