Thanks for guiding !
I will read it as far as I can
Hi there!
I just finished:
Steve Krugās Donāt Make Me Think ( https://www.amazon.co.uk/Dont-Make-Me-Think-Usability/dp/0321965515/ref=sr_1_1?ie=UTF8&qid=1463245438&sr=8-1 )
⦠and continuing
Robert C. Martinās Clean Code ( https://www.amazon.co.uk/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882/ref=sr_1_1?ie=UTF8&qid=1463245497&sr=8-1 )
Iām reading āIntroduction to algorithmsā, and non programming related āA brief history of timeā by Stephen Hawking, recommended to all of you campers 
Finishing āA smarter way to learn JavaScriptā and starting āA smarter way to learn JQueryā by Mark Myers. I like the syntax drills because I am very forgetful. The syntax gets in the way when Iām trying to work out an idea, every time. I may start the FreeCodeCamp drills from the beginning because I canāt even remember āsliceā and āspliceā!
I just finished this one. It has some really helpful advice for how to professionally program, without actual code. I really enjoyed reading it.
I had picked up CLRS an intro into algorithms but found it was over my head in math. I then picked up algorithms unlocked by Thomas Cormen (one of the authors of CLRS) and am finding that a good starting point to the complexity of algorithms and measuring runtime.
How are you liking the algorithm book you have?
Intro to programming by CLRS?
Eloquent Javascript
i will begin in it from tomorrow
Yep! Thatās āCLRSā itās an amazing book. Great for a reference book but Iāve found it to not really be a read straight through kind of book.
This is what I picked up after being overwhelmed by CLRS. cLRS is just an abreviation of the four authors last name.
https://g.co/kgs/rZMQN
Also Eloquent JavaScript is amazing by far the one book that every JS dev should read
āJavaScript Ninjaā - is a great one too. By the man who wrote jQuery
āYou donāt know JSā the entire series. Another MUST read
Everyday or so I check Packtpub for their daily free book. In a year, Iāve got about 10 Javascript related books. Itās very easy to sign up, and once you have theses free ebooks, you can download them as epub, mobi, read them online or even upgrade to a print version (for cheap).
Just finished reading a quick book, JavaScript and JSON Essentials
Itās the perfect book for it. No exaggeration.
I agree, the āA Smarter Way To Learn Javascriptā as well as the online exercises have been invaluable to me. I love the Pomodoro technique that he incorporated as well, very effective stuff.
Not a book, but a really, really long article: What is code? by Paul Ford, BusinessWeek.
It ran last summer (2015) and is a super overview of code culture. Ford is a fabulous writer; the prose is funny and informative. Made me laugh aloud. And I learned a bunch.
Eloquent JavaScript and Code Complete, they are really inspiring.
Iām switching āProfessional JavaScript for Web Developersā with the book of Flanagan and Eloquent JavaScript. The main guide is the Zakas book, but I complement with the others and MDN.
After reading I make a resume in OneNote. I donāt know if iās a good idea but works for me.
I picked up Head FIrst HTML5 early on⦠I found it pretty useful for interacting with and manipulating the DOM. Eloquent Javascript has been my favorite JS book yet thoughā¦
Eloquent JavaScript second edition, my second book in English. Iām having a good experience.
Iām studying Java so I just put in an order for Java in a Nutshell, Benjamin J. Evans. Lots of 5 star reviews and itās just what I need at the moment.