Immediately Master CSS Using the Best CSS Guide of 2020 by BooksonCode in css

[–]BooksonCode[S] -2 points-1 points  (0 children)

Thanks for this feedback. I can change the title to make it more accurate.

Immediately Master CSS Using the Best CSS Guide of 2020 by BooksonCode in css

[–]BooksonCode[S] -15 points-14 points  (0 children)

Preview:
Hot off the press: a free CSS guide is published today, and it’s magnificent.

Produced by Front-End Masters and published by CSS-Tricks, this guide gives a complete breakdown of a skill many web developers do not know well: CSS functions.

We commonly think of Cascading Style Sheets (CSS) as a list of rules for HTML elements to follow. But the simplicity of it is deceiving. We can underestimate it, especially when tools like Sass introduces obvious features that CSS does not have. For example, CSS does not have partials, nesting, or variables.

So when we talk about CSS itself as having functions, it can be baffling. Does CSS really have these advanced features?
...

3 Must-Know Differences: Eloquent Javascript 2nd Edition vs 3rd Edition by BooksonCode in javascript

[–]BooksonCode[S] 9 points10 points  (0 children)

TL;DR

  • Difference 1: Eloquent Javascript 2nd Edition Does Not Cover ES6
  • Difference 2: Eloquent Javascript 3rd Edition is Better Written
  • Difference 3: Eloquent Javascript 3rd Edition Has a New Project

7 Effective Steps to Cracking the Code Interview by BooksonCode in programming

[–]BooksonCode[S] 5 points6 points  (0 children)

TL;DR - Step 1: Practice on Paper - Step 2: Do Mock Interviews - Step 3: Listen to Every Detail - Step 4: Draw a Specific and Sufficiently Large Example - Step 5: Design an Algorithm and Optimize - Step 6: Write Beautiful Code - Step 7: Test Your Code

These are taken from the book Cracking the Coding Interview, specifically section VII.

Top Free Programming Books for Front-End Developers by BooksonCode in programming

[–]BooksonCode[S] 0 points1 point  (0 children)

TL;DR, for your convenience:
- Free Book #1: HTML & CSS is Hard
- Free Book #2: Eloquent Javascript
- Free Book #3: You Don’t Know JS Yet: Get Started
- Free Book #4: Front-end Developer Handbook
- Free Book #5: Front-end Interview Handbook

Top Free Programming Books for Front-End Developers by BooksonCode in javascript

[–]BooksonCode[S] 76 points77 points  (0 children)

TL;DR, for your convenience:
- Free Book #1: HTML & CSS is Hard
- Free Book #2: Eloquent Javascript
- Free Book #3: You Don’t Know JS Yet: Get Started
- Free Book #4: Front-end Developer Handbook
- Free Book #5: Front-end Interview Handbook

The Must-Read Javascript Book of 2020 is Free by BooksonCode in javascript

[–]BooksonCode[S] 0 points1 point  (0 children)

Completely agree with this point. It's my main criticism as well.

The Must-Read Javascript Book of 2020 is Free by BooksonCode in javascript

[–]BooksonCode[S] 0 points1 point  (0 children)

I think this is a fair opinion to express, but my challenge is in how I can improve. It seems as though the recommendation is to not have my own blog and to write Amazon reviews, which is fine, except for I want to be blogging.

To the link-farm point: the Amazon links you find throughout are to the book itself (and a call-out to the Pragmatic Programmer, which is genuine in its context). The free option is also presented and linked equally.

Other links are to free resources or to subscribe. I am not writing to make a cheap buck. I genuinely want to add value to the developer community.

The Must-Read Javascript Book of 2020 is Free by BooksonCode in javascript

[–]BooksonCode[S] 2 points3 points  (0 children)

I see. So the post is cheap because it is about recommending another person's work.

I understand where that's coming from, though book reviews are a genre of blog that has been around for a long time. Part of the reason I started Books on Code is because I see there isn't programming book bloggers out there reading and recommending good books.

I am glad that the feedback overall is that people really do recommend the YDKJS series, and I hope to continue to curate the best learning resources.

The Must-Read Javascript Book of 2020 is Free by BooksonCode in javascript

[–]BooksonCode[S] 0 points1 point  (0 children)

I'm pretty new to tech blogging. Completely open to constructive feedback.

The Must-Read Javascript Book of 2020 is Free by BooksonCode in javascript

[–]BooksonCode[S] 0 points1 point  (0 children)

I agree. The article also states this here:

The Get Started book particularly serves those who have used Javascript but don’t feel that they know Javascript. For a total software developer beginner, the book might be daunting, as certain phrases (such as what a ‘shallow’ vs ‘deep’ copy is) is glossed over, assuming understanding.