Learn JavaScript™
Відкрити в Telegram
All info, tutorial, JS tips and more ....! bio.link/javascript_js_ For HTML: @html_web_learn For CSS: @CSS_web_learn For JS: @JavaScript_js_learn For PHP: @learn_php_web For Programming courses @Programmingworld_dev For CEH,Cybersec: @technical_stark
Показати більше4 411
Підписники
-124 години
Немає даних7 днів
-330 днів
Архів дописів
4 411
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
4 411
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
4 411
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
4 411
Introducing Fresh, a fullstack TypeScript framework based on the Deno TS runtime
https://deno.com/blog/fresh-is-stable
#deno #runtime #typescript #fresh #fullstack
4 411
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
4 411
Repost 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
==============================
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!4 411
Javascript Weekly
06/27/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
4 411
Guide to fullstack developer learning flow
https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide/
#fullstack #guide
4 411
Several ways to get the first character in a JavaScript String
https://javascript.plainenglish.io/javascript-get-first-character-of-string-cdd95333e24a
---
An introduction to what is a ternary operator in JavaScript
https://javascript.plainenglish.io/javascript-the-ternary-operator-6c073c7ffde4
---
Introduction to JavaScript Objects in Javascript
https://dev.to/aamchora/javascript-objects-in-depth-5g71
---
#string #first #object #ternary
4 411
Collection of important resources to help web application development
https://javascript.plainenglish.io/handy-resources-that-every-web-developer-should-be-aware-of-e048e135507f
#resources #assets
4 411
How to use Debounce function in React JS
https://www.freecodecamp.org/news/debouncing-explained/
#debounce #react
4 411
Using Null Coalescing as an alternative to logical or operators
https://javascript.plainenglish.io/stop-using-logical-or-use-null-coalescing-instead-f7668c96b0db
#nullish #coalescing
4 411
Important exercise on introduction to Getters and Setters in Javascript Objects with Dcode
https://youtu.be/QhFo_L_81Tc
#dcode #getters #setters
4 411
Basic practice of making responsive admin dashboard with React and Material UI
https://blog.openreplay.com/creating-a-responsive-admin-dashboard-with-react
#react #admin #dashboard
4 411
Cheat list on String manipulation in JavaScript
https://devsmitra.medium.com/javascript-string-methods-a-cheat-sheet-for-developer-32ab29869123
#cheatsheet #string
4 411
Some things about web development that need to be known, and summarized by Fireship
https://youtu.be/erEgovG9WBs
#fireship #webdev
4 411
Comparison of several Node JS based ORMs that can be used on Nest JS
https://blog.logrocket.com/comparing-four-popular-nestjs-orms/
#orm #nodejs #nest
4 411
Practice creating multistep forms with HTML, CSS, and JavaScript
https://levelup.gitconnected.com/create-a-multi-step-form-using-html-css-and-javascript-30aca5c062fc
#form #multistep
