JavaScript Daily
11.6K 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
The Third Age of JavaScript

Every 10 years there is a changing of the guard in JavaScript. I think we have just started a period of accelerated change that could in future be regarded as the Third Age of JavaScript.

https://www.swyx.io/writing/js-third-age/

⚡️ Follow @javascriptdaily ⚡️
👍3
Opportunity for Indian Undergrads:

Join Free Software Movement of India(@fsmi_in) as an intern and get trained on Full Stack Development with JavaScript.

Apply: internships.fsmi.in

🔥 Follow @javascriptdaily 🔥
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 🔥
👍81
🔥 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 🔥
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