Learn JavaScript
4.3K subscribers
459 photos
10 videos
132 files
3.02K links
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
Download Telegram
Forwarded from Learn CSS
Practice from Dcode on several ways to center elements with CSS

https://youtu.be/275SkFZxM04

#css #center #dcode
Startups Resources.pdf
1.9 MB
Startups Resources!

A collection of the best resources for building your startup.

Keep Supporting us❤️
====================
Join Our Telegram Channel

t.me/businesssucesstutorship
====================
Forwarded from Cyber Punk
GITHUB STUDENT PACK
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

College Name - > Tyler Junior College

STEP 1: This College Edu gives Github Student Pack without Student ID Card Verification

STEP 2: Use USA IP to Apply to College

STEP 3: College Reply time varies between 24 hours and 72 hours

STEP 4: So You need to be patient and wait for the Edu Email to come

STEP 5:After you receive the confirmation letter from the college then in the confirmation letter you will find something called the A-Number.

STEP 6:Then open the website(
https://myapacheaccess.tjc.edu/) in any browser and enter your A-Number in username.

STEP 7:For the password you need to enter TJC followed by MMDDYY.

Here MM = Birth Month DD = Birth Date YY= Last Two Digits of Birth Year

STEP 8: Once you login to the website you will find a opton called 'Email' .

STEP 9: Click on that option and then you will be redirected to Gmail where you can see that you have been logged into the Edu Email.

STEP 10: For getting Github go to
github.com and click create account.

STEP 11: In the email section enter the edu emails username(find it in gmail tab) followed by
@email.tjc.edu.Then put your preferred username and password.

STEP 12: Now go to
education.github.com/offers and click 'I am a student' and you will find student application page.

STEP 13:You will find Green Tick next to College Name and when you click Continue/Apply.

STEP 14: You will find that Github Student Pack is directly activated and you can easily use all the benefits of the Pack.

Enjoy!

Credits -
Google.com

@CyberPunk_anonymous
Guide to using React Hooks for beginners

https://www.freecodecamp.org/news/react-hooks-fundamentals/

---

Reference some important React Component libraries to try

https://javascript.plainenglish.io/14-react-component-libraries-to-increase-your-productivity-12bf9091a987

---

Introduction to Remix JS for web application development based on fullstack JavaScript framework

https://betterprogramming.pub/end-to-end-guide-to-remix-a-full-stack-web-framework-8dc56eb6a9c7

---

Rendering data with additional animations in React Next JS

https://blog.logrocket.com/rendering-json-animations-react-applications/

#react #hooks #nextjs #remix #component
Some guidelines for implementing authentication and authorization systems in Strapi CMS

https://strapi.medium.com/a-beginners-guide-to-authentication-and-authorization-in-strapi-db61e4869ea4

#strapi #auth #authorization
Introduction to the Sanitization API in the browser to perform data cleaning

https://blog.logrocket.com/what-you-need-know-inbuilt-browser-html-sanitization/

#browser #sanitization
Long cheat sheet or cheatsheet listing Array manipulation methods with JavaScript

https://dev.to/doabledanny/javascript-array-method-cheat-sheet-17-must-know-methods-441g

---

Several machine learning libraries for JavaScript and Node JS

https://javascript.plainenglish.io/5-useful-libraries-for-machine-learning-in-javascript-1645aa9ef83a

---

Introduction to Scope and Hoisting in JavaScript

https://javascript.plainenglish.io/scopes-in-javascript-ebf776d42430

---

Parsing URLs in JavaScript to retrieve parameters in them

https://reactgo.com/javascript-parse-url/

#array #cheatsheet #url #scope
Kevin Powell's practice in making modal dialog pop ups easily without additional libraries

https://youtu.be/TAB_v6yBXIE

#modal #popup #kevinPowell
Forwarded from Cyber Punk
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)

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);

}


==============================

Credit - Only Goes To Coder.

✦•━━━━━━━━━━━━━━━━━•✦
@CyberPunk_anonymous
✦•━━━━━━━━━━━━━━━━━•✦