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
Static Types Are Overrated and Static Types Give You a False Sense of Security


There is no known empirical evidence that static types have a strong impact on bug density.

So in spite of the cool developer tooling they enable, static types don’t actually help reduce over-all bug density by very much. Why?

If you haven’t exercised the code, you really have no idea whether or not it works. Sure, you can know whether or not a variable has been defined, or whether or not a function is passing an array instead of an object, but as it turns out:

- There are a lot of other ways to express bugs in your programs type checking won’t catch, and…

- A lot of other ways to catch type related bugs.



👉👉 Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.

Read full blog here:
https://medium.com/javascript-scene/the-shocking-secret-about-static-types-514d39bf30a3
👍1
#CFP for #JSConferences ::

ForwardJS Ottawa is happening on May 26-29 2020 in The Interweb.

Due to the COVID-19 situation, the organizers made ForwardJS Ottawa a virtual event, providing four days of workshops and talks to registrants from the comfort of their browser. Best part is, the talk sessions will be FREE.

Apply for Talk here:
http://bit.ly/forward2020cfp

More Details:
https://forwardjs.com/ottawa/

👉👉 Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
🥰1
Initializing a 3D map

https://www.wrld3d.com/wrld.js/latest/docs/examples/embedding-a-3d-map/

👉👉 Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Translate Vue.js application with vue-i18n


This tutorial guides you through adding translations to your Vue.js application using vue-i18n. The tutorials starts with a blank demo project which you'll create in the next step. You can of course apply the steps to your own project...



👉👉 Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.



https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-vue-app-with-vue-i18n
👍1
Guide to Web Development
A beautiful epistemological guide to from frontend to backend in web development align with collaboration and testing as well...


👉👉 Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.


https://andreasbm.github.io/web-skills/?compact
Step 1 – HTML
Step 2 – CSS
Step 3 – JavaScript
Step 4 – Linux CLI + Git

Step 5 – ReactJS/VueJS
Step 6 – Start applying for front-end developer jobs 😃

Step 7 – Node JS
Step 8 – Express JS
Step 9 – MongoDB/
Step 10 – Apply for full-stack developer jobs 🤩

👉 Join @javascriptdaily for more updates about JavaScript jobs, frameworks, libraries, events and anything else about JavaScript
👍2
😂

👉 Follow @JavaScriptDaily, let's share common interests of JavaScript Developers.
Animating with #VueJS - Talk by Sarah Drasner

Slides::
http://slides.com/sdrasner/animating-vue-f17#/


https://www.youtube.com/watch?v=LLnVLjpY6gE


👉 Follow @JavaScriptDaily, let's share common interests of JavaScript Developers.
👍2
While we all are hyped about official deno 1.0 release, here's an article which summaries why deno was born and why is it build the way it is.

https://dev.to/olivierloverde/deno-1-0-officially-scheduled-on-may-13-review-of-the-features-1kb0

👉 Follow @javascriptDaily. let's share common interests of javascript developers
Deno 1.0 released.

💡Follow @JavaScriptDaily💡
Deno 1.0 Released

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

https://deno.land/v1

👉 Follow @JavaScriptDaily for regular updates from JavaScript ecosystem.
What began as a side project of a Google developer now shares the JS leaderboard with #React and #Angular...

With the help of Sarah Drasner, Taylor Otwell, Thorsten Lünborg and many others from the Vue.js community, Evan You tells the story of how he fought against the odds to bring #Vuejs to life.

👉 Follow @JavaScriptDaily for regular updates from JavaScript ecosystem.

https://www.youtube.com/watch?v=OrxmtDw4pVI
👍3
👉 Follow @JavaScriptDaily for regular updates from JavaScript ecosystem.

#JavaScriptQuiz

let points = 100;
let winner = false;

if(points > 90) {
let winner = true;
}

console.log(winner);
👍4😁2
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