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
#LibraryOfTheDay : Pixi.js

Pixi is an extremely fast 2D sprite rendering engine.It means that it helps you to display, animate and manage interactive graphics so that it's easy for you to make games and applications using JavaScript and other HTML5 technologies.
It has a sensible, uncluttered API and includes many useful features, like supporting texture atlases and providing a streamlined system for animating sprites (interactive images).

https://www.pixijs.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#FrameworkOfTheWeek : Ember.js

Ember.js is an open-source JavaScript web framework, based on the Model–view–viewmodel (MVVM) pattern. It allows developers to create scalable single-page web applications by incorporating common idioms and best practices into the framework

https://emberjs.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
Here's a youtube video from Kyle Robinson Young to get you started with the fundamentals of Ember.js

https://youtu.be/53OpEYA4zPQ

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : Helmet.js

Helmet helps you secure your Express apps by setting various HTTP headers. It’s not a silver bullet, but it can help!
Helmet is a collection of 13 smaller middleware functions that set HTTP response headers. Running app.use(helmet()) will not include all of these middleware functions by default.

https://helmetjs.github.io/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : Typewriter.js

A simple yet cool native JavaScript plugin for a typewriter effect for 5kb zip.

https://safi.me.uk/typewriterjs/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : Lodash.js

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s modular methods are great for:
> Iterating arrays, objects, & strings
> Manipulating & testing values
> Creating composite functions

https://lodash.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
#LibraryOfTheDay : Underscore.js

Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
Underscore provides over 100 functions that support both your favorite workaday functional helpers: map, filter, invoke β€” as well as more specialized goodies: function binding, javascript templating, creating quick indexes, deep equality testing, and so on

https://underscorejs.org/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
πŸ‘2
Wondering what's the difference between Lodash and Underscore.js?
Here's an article from Semmle

https://blog.semmle.com/lodash-vs-underscore/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events
#LibraryOfTheDay : Modernizr

Modernizr is a small piece of JavaScript code that automatically detects the availability of next-generation web technologies in your user's browsers. Rather than blacklisting entire ranges of browsers based on β€œUA sniffing,” Modernizr uses feature detection to allow you to easily tailor your user's experiences based on the actual capabilities of their browser.

With this knowledge that Modernizr gives you, you can take advantage of these new features in the browsers that can render or utilize them, and still have easy and reliable means of controlling the situation for the browsers that cannot.

https://modernizr.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
πŸ‘1
Here's an article from Hongkiat to get you started with modernizr.

https://www.hongkiat.com/blog/modernizr/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
πŸ‘1
#FrameworkOfTheWeek : Foundation

A Framework for any device, medium, and accessibility. Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps and emails that look amazing on any device. Foundation is semantic, readable, flexible, and completely customizable.

https://foundation.zurb.com/

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
"Little known features of JavaScript” by Viral Shah
https://link.medium.com/J2fK9p1Pg2

πŸ‘‰πŸ‘‰ Join @javascriptdaily for more updates of Daily JavaScript / JS community news, links and events.
❀1πŸ‘1