Javascript Weekly
28/06/2022
• News Ecma International Approves ECMAScript 2022, But What’s New?
• News In Defense of Blocks to Create Localized Scope
• News New Course on Web Components
• News When You Should Prefer Map Over Object In JavaScript
• News What the React Team is Working On Now
• News Using Playwright Test to Run Unit Tests
• News Let's Code Skifree with JavaScript and Kaboom.js
• News Don’t Let Your Issue Tracker Be a Four-Letter Word. Use Shortcut
• News Alternatives to Installing npm Packages Globally
• News Random Notes Around Service Workers Development and Testing
• News Precise Timing with the Web Animations API
• News Observability for Your Jest Tests
• News How to Create a Vanilla JS Gantt Chart
• News Puppeteer 15.0: Control Headless Chrome from Node
• News Deep Persistent Proxy Objects: Automatically Persist JS Objects in IndexedDB
• News Tired of Manually Managing Your Content Security Policies?
• News main-thread-scheduling 6.0: Consistently Responsive Apps While Staying on the Main Thread
• News React Joyride: Create Guided Tours in Your Apps
• News PSD 0.2: Zero-Dependency PSD (Photoshop) Parser
• News Reactime 14.0: A Chrome Developer Tool for Time Travel Debugging in React Apps
• News We're ❤️ing ESLint's All New Homepage
Tags: #Javascriptweekly #Javascript #JS #weekly
28/06/2022
• News Ecma International Approves ECMAScript 2022, But What’s New?
• News In Defense of Blocks to Create Localized Scope
• News New Course on Web Components
• News When You Should Prefer Map Over Object In JavaScript
• News What the React Team is Working On Now
• News Using Playwright Test to Run Unit Tests
• News Let's Code Skifree with JavaScript and Kaboom.js
• News Don’t Let Your Issue Tracker Be a Four-Letter Word. Use Shortcut
• News Alternatives to Installing npm Packages Globally
• News Random Notes Around Service Workers Development and Testing
• News Precise Timing with the Web Animations API
• News Observability for Your Jest Tests
• News How to Create a Vanilla JS Gantt Chart
• News Puppeteer 15.0: Control Headless Chrome from Node
• News Deep Persistent Proxy Objects: Automatically Persist JS Objects in IndexedDB
• News Tired of Manually Managing Your Content Security Policies?
• News main-thread-scheduling 6.0: Consistently Responsive Apps While Staying on the Main Thread
• News React Joyride: Create Guided Tours in Your Apps
• News PSD 0.2: Zero-Dependency PSD (Photoshop) Parser
• News Reactime 14.0: A Chrome Developer Tool for Time Travel Debugging in React Apps
• News We're ❤️ing ESLint's All New Homepage
Tags: #Javascriptweekly #Javascript #JS #weekly
Forwarded from Technical Stark ™
Unsubscribe to all YT channels at once.
==============================
Step 1: Go to this link or paste it in your Browser (Open it in your PC only)
https://www.youtube.com/feed/channels
Step 2: Now Press "F12" or right click anywhere and click on Inspect.
Step 3: In the inspect section on the top bar go to console and paste the following Script.
Step 4: Hit enter
==============================
==============================
Follow @technical_stark for more useful stuff like this!
==============================
Step 1: Go to this link or paste it in your Browser (Open it in your PC only)
https://www.youtube.com/feed/channels
Step 2: Now Press "F12" or right click anywhere and click on Inspect.
Step 3: In the inspect section on the top bar go to console and paste the following Script.
Step 4: Hit enter
==============================
SCRIPT
var i = 0;
var count = document.querySelectorAll("ytd-channel-renderer:not(.ytd-item-section-renderer)");
myTimer();
function myTimer () {
if (count == 0) return;
el = document.querySelector('.ytd-subscribe-button-renderer');
el.click();
setTimeout(function () {
var unSubBtn = document.getElementById("confirm-button").click();
i++;
count--;
console.log(i + " unsubscribed");
console.log(count + " remaining");
setTimeout(function () {
el = document.querySelector("ytd-channel-renderer");
el.parentNode.removeChild(el);
myTimer();
}, 250);
}, 250);
}
==============================
Follow @technical_stark for more useful stuff like this!
How to configure Node JS in a VPS server with Ubuntu 22.04
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-22-04
#vps #ubuntu
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-22-04
#vps #ubuntu
Digitalocean
How To Set Up a Node.js Application for Production on Ubuntu 22.04 | DigitalOcean
Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. The platform runs on Linux, macOS, FreeBSD, an…
Introducing Fresh, a fullstack TypeScript framework based on the Deno TS runtime
https://deno.com/blog/fresh-is-stable
#deno #runtime #typescript #fresh #fullstack
https://deno.com/blog/fresh-is-stable
#deno #runtime #typescript #fresh #fullstack
Deno Blog
Fresh 1.0
Fresh is a new full stack web framework for Deno. By default, Fresh web pages send zero JavaScript to the client.
Create password protected file sharing applications with Node JS , Express, and MongoDb, with Web Dev Simplified
https://www.youtube.com/watch?v=AHXFMu8xVsc
#nodejs #webdevsimplified #file #share #mongodb #express
https://www.youtube.com/watch?v=AHXFMu8xVsc
#nodejs #webdevsimplified #file #share #mongodb #express
YouTube
How To Create A Password Protected File Sharing Site With Node.js, MongoDB, and Express
File sharing sites are incredibly common and they may seem difficult to create but they are actually quite simple. In this video I will show you how to create a simple file sharing site that also includes password protected files and a download count tracker.…
Introduction to Arrow Functions in JavaScript
https://hackernoon.com/js-arrow-functions-for-newbies
---
Introduction to Destructuring in Javascript
https://hackernoon.com/js-destructuring-for-newbies
---
URL checking with JavaScript
https://www.freecodecamp.org/news/check-if-a-javascript-string-is-a-url/
---
Capitalize the first character with JavaScript
https://www.freecodecamp.org/news/javascript-capitalize-first-letter-of-word/
#arrow #destructuring #capitalize #url
https://hackernoon.com/js-arrow-functions-for-newbies
---
Introduction to Destructuring in Javascript
https://hackernoon.com/js-destructuring-for-newbies
---
URL checking with JavaScript
https://www.freecodecamp.org/news/check-if-a-javascript-string-is-a-url/
---
Capitalize the first character with JavaScript
https://www.freecodecamp.org/news/javascript-capitalize-first-letter-of-word/
#arrow #destructuring #capitalize #url
Copilot's Github is now available in the public and trial versions. You can try it first before buying the full version.
https://github.com/features/copilot
#github #copilot
https://github.com/features/copilot
#github #copilot
GitHub
GitHub Copilot · Your AI pair programmer
GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.