Around the Web - 20201204

Around the Web - 20201204

Brett M. Nelson - Friday, December 4, 2020

And now for somethings to read (or watch) over the weekend, if you have some spare time that is.

Google Illegally Fired And Spied On Workers Who Tried To Organize, Labor Agency Says

NPR – Shannon Bond – Dec 2, 9:49 PM – Google illegally fired two employees involved in labor organizing last year, the National Labor Relations Board alleged in a complaint on Wednesday. The tech giant also violated federal labor law, the agency said, by surveilling employees who…

JavaScript modules · V8

v8.dev – Jun 18, 2018 – JavaScript modules are now supported in all major browsers ! Chrome: supported since version 61 Firefox: supported since version 60 Safari: supported since version 11 Node.js: supported since version 13.2.0 Babel: supported about this feature…

The Anatomy of package.json

LAURIE ON TECH – If you work with JavaScript code, you come across a package.json file in every project. Every time you run npm install or yarn those package managers look through that file and grab the dependencies you need. However, these files are chockfull of…

What is Currying In JavaScript Is and How to Use It

Alex Devero Blog – Alex Devero – Nov 29, 11:02 PM – Currying is a very popular concept in functional programming, but it might sound confusing. This tutorial will help you understand what currying is and how it works. You will also learn how to use currying in JavaScript to help you make your code…

The Cost of Javascript Frameworks - Web Performance Consulting

TimKadlec.com – Tim Kadlec – Apr 21 – There is no faster (pun intended) way to slow down a site than to use a bunch of JavaScript. The thing about JavaScript is you end up paying a performance tax no less than four times: The cost of downloading the file on the network The cost of…

Till Next Week

Want to share something? Let me know by emailing me at brett@wipdeveloper.com or following me on Twitter/BrettMN and sending a message. Don’t forget to sign up for The Weekly Stand-Up! to receive free the WIPDeveloper.com weekly newsletter every Sunday

Tags