JavaScript Daily
12.1K subscribers
34 photos
2 videos
270 links
Daily JavaScript / JS community news, links and events.

"First, software ate the world, the web ate software, and JavaScript ate the web."

'JavaScript' is a trademark of Oracle Corporation in the US. We are not endorsed by or affiliated with Oracle.
Download Telegram
Breaking @angular news:
April - Rob Wormald (Dev Rel, Angular) was forced to quit.
June - Kara Erickson (Technical Lead, Angular) quit.
July - Matias Niemala (Animations Lead, Angular) has been forced to quit the Angular team. Others soon...

What the hell is going on at Google?

Now when I say forced, I mean demoted, ostracized, and ignored by leadership. Amazing talent shoved out the door... a true loss to the Angular community IMO.

Source: https://twitter.com/ThomasBurleson/status/1283902169226280960

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘3
https://ui.dev/webpack/


Become an expert in JavaScript, know about interesting JS libraries and frameworks,

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ”₯3πŸ‘2πŸ₯°1
What does 100% mean in CSS?

One of the CSS units I use most is the wonderful % β€” so handy for positioning elements on the page.

Unfortunately, the rules aren’t exactly straightforward. One question I’m always asking myself is:

Percent of what?



https://wattenberger.com/blog/css-percents


πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘3
Source: Twitter

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘2
If you know Javascript, you can do:

πŸ”Ή Front-end
πŸ”Ή Back-end
πŸ”Ή Animations
πŸ”Ή Styling
πŸ”Ή Static websites
πŸ”Ή API development
πŸ”Ή Server setup
πŸ”Ή and tons more!

(What we are saying here is you should learn Javascript)


πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘8❀1
πŸ”₯ Follow @javascriptdaily πŸ”₯

If you like Javascript, there are a few popular stacks you can learn with the frameworks!

MERN, MEAN AND VENoM!

MERN
MongoDB, Express, React and Node

MEAN
MongoDB, Express, Angular and Node

VENoM
Vue, Express, Node and MongoDB

What are you learning?
πŸ‘6
#DataTypes Explained:

0 vs null vs undefined


πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘4
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘2
A good resource to learn ES6 features in comparison with ES5.

#LearnES6

http://es6-features.org/

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘2πŸ”₯1
Today let's focus on memory management! Above you can learn how the mark & sweep garbage collection algorithm works.

On a very high-level, that's what your programming language runtime does under the hood when it deallocates memory.

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ₯³πŸ₯³ D3.js v6.0 released πŸ₯³πŸ₯³

For more regular updates from JavaScript ecosystem,
πŸ”₯ Follow @javascriptdaily πŸ”₯

Catch the major updates here πŸ‘‡

https://github.com/d3/d3/blob/master/CHANGES.md
πŸ‘1
What Vue.js Does Better Than React

After delving deep into the Vue.js docs and playing around with Vue.js (note: I am in no way a Vue.js expert) I was shocked to find myself liking the way Vue.js did some things better than React.

Ultimately I hope that React steals is inspired by these things that Vue.js does and starts doing them as well.

Different Philosophies

Single File Components

Officially Supported Related Libraries

Style Guide

Class and Style Bindings

Slots

Directive Modifiers

Form Input Bindings

Custom Directives

Written in TypeScript

https://hswolff.com/blog/what-vuejs-does-better-than-react/

πŸ”₯ Follow @javascriptdaily πŸ”₯
πŸ‘7
Hardest things of being self taught is not knowing what to learn and structure of topics.
πŸ‘11