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
Quasar is an open-source Vue.js based framework, which allows you as a web developer to quickly create responsive websites/apps in many flavours:

- SPAs (Single Page App)
- SSR (Server-side Rendered App) (+ optional PWA client takeover)
- PWAs (Progressive Web App)
- BEX (Browser Extension)
- Mobile Apps (Android, iOS, …) through Cordova or Capacitor
- Multi-platform Desktop Apps (using Electron)

Quasar’s motto is: write code once and simultaneously deploy it as a website, a Mobile App and/or an Electron App. Yes, one codebase for all of them, helping you develop an app in record time by using a state-of-the-art CLI and backed by best-practice, blazing fast Quasar web components.

When using Quasar, you won’t need additional heavy libraries like Hammer.js, Moment.js or Bootstrap. It’s got those needs covered internally, and all with a small footprint!

https://quasar.dev/
πŸ‘50❀5πŸ₯°5πŸ‘Ž1
πŸ“’
WebContainers are now officially supported in Firefox, desktop & mobile!

You can now build Node.js apps directly in the browser using Firefox and debug them natively with FirefoxDevTools πŸ”₯

> Use the Web to Build the Web! <

https://blog.stackblitz.com/posts/webcontainers-are-now-supported-on-firefox/
πŸ”₯30πŸ‘20πŸŽ‰8πŸ‘4πŸ€”3❀1
Fresh uses a different model: one where you ship 0 KB of JS to clients by default.

https://deno.com/blog/fresh-is-stable
πŸ‘31πŸ”₯4πŸ‘Ž3πŸ‘3🀩2
PHP is better with Laravel.

CSS is better with Tailwind.

JavaScript is better with..?
πŸ‘44πŸ”₯10❀9
What is your favorite thing in JavaScript?
πŸ‘8
Computers are becoming more powerful, thanks to GPUs and multi-core CPUs. Equally, applications are getting more complex as they leverage threads (independent execution units in a process) for maximum application performance and responsiveness.

In this article, we will explain what multithreading is, and how Node.js handles asynchronous operations using the event loop and worker pools. We'll also discuss how to use the Node.js worker-threads module to create and manage threads.

Let's get started!



https://blog.appsignal.com/2022/07/20/an-introduction-to-multithreading-in-nodejs.html
πŸ‘35πŸ”₯5πŸ‘4
What did JavaScript promise you?
❀35πŸ‘24
How difficult is JavaScript?

Suggest a number randomly from 0(most easy) to 10(most difficult),
and tell how difficult is this ?
πŸ‘39
Did you use Memoization in JavaScript ?

In a nutshell, Memoization is a programming technique which allows you to reduce the function’s time cost for space cost. That is, the functions which are memoized gain speed for a higher use of memory space.

https://betterprogramming.pub/understanding-javascript-typescript-memoization-6e0333b62406
πŸ‘41😁2
Python has 🐍
PHP has 🐘

What's your emoji for JavaScript?
πŸ”₯388🀯53πŸ‘40πŸ™21😐18😭13πŸŽƒ13⚑9πŸ‘9πŸ’©9🀬6
Evil, Chaotic, Screaming... but still mine. πŸ˜…
πŸ”₯37πŸ‘16🀣14❀12πŸ₯°2πŸ€ͺ1
JavaScript is here to make you feel better.
🀣132❀13πŸ‘8😁8πŸ’―6❀‍πŸ”₯4πŸ†’2
As 2022 ends, we will start looking forward to 2023. The JavaScript world is evolving quickly, and there are lots of growing projects, some of which deserve your attention, and some that do not. In this article, we will look at six JavaScript projects to watch in 2023.

https://byteofdev.com/posts/javascript-projects-2022/
πŸ‘27πŸ”₯7πŸ’―2
State of JS 2022

2022.stateofjs.com
πŸ‘7❀2πŸ”₯1
Develop desktop apps from websites, using system installed browsers and NodeJS.

https://gluonjs.org/
πŸ‘18πŸ‘1