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
📌Which code editor do you use?
Anonymous Poll
3%
Atom
8%
Note pad++
77%
Vs code
5%
Sublime text
7%
Others
▪️Clone Wars - Open source clones of popular sites

100+ open-source clones and alternatives of popular sites like Airbnb, Amazon, Instagram, Netflix, TikTok, Spotify, WhatsApp, YouTube, etc. List contains source code, tutorials, demo links, tech stack, and GitHub stars count. Great for learning purpose!


Github:
https://github.com/GorvGoyl/Clone-Wars

#Clone #Github
NPM Commands Every Developer Should Know.

📌 npm init

Initializes the package.json file of a project.

Use the -y flag to skip the questions and to create a package.json using default values.

📌 npm install

Installs the dependencies listed in package.json.

Shorthand: npm i

📌 npm install <package>

Installs a package from the npm registry.

Shorthand: npm i <package>

📌 npm install -g <package>

Installs a package globally on your machine.

📌 npm uninstall <package>

Like the command itself suggests, it uninstalls packages that are already installed.

Shorthand: npm un <package>

📌 npm uninstall -g <package>

Uninstalls a global package from your machine.

📌 npm update <package>

Updates the specified package to the latest version available. If 'package' is not specified, it updates every package.

Shorthand: npm up <package>

📌 npm update -g <package>

Updates a global package to the latest version available.

📌 npm list

Lists all the installed packages and their versions, along with their dependencies in a tree structure.

📌 npm view <package> <version>

Shows available details about the specified package. If the version is not set, it defaults to the latest version.

📌 npm run <script>

Executes the specified 'script', if found as a property of the 'script' object in package.json.

📌 npm help <term>

Tries to show the appropriate documentation page for the term provided.


#NPM #Commands #Devloper
A long and series of training on the introduction of JavaScript

https://snipcart.com/blog/javascript-practice-exercises

#esm #course
Forwarded from Learn CSS
Some CSS generator tools that can be used to create a web front end

https://betterprogramming.pub/12-front-end-css-generator-websites-to-bookmark-cc557079b0ac

#css #tools
Introducing PDFme , an open source library for creating PDF data built with TypeScript

https://pdfme.com/

#pdf #generator #pdfme
Forwarded from Cyber Punk
▪️Awesome WAF

Everything about web application firewalls (WAFs). 🔥

📎GitHub: https://github.com/0xInfection/Awesome-WAF

#waf
Keep Supporting ❤️

✦•━━━━━━━━━━━━━━━━━•✦
@Cyberpunk_anonymous
✦•━━━━━━━━━━━━━━━━━•✦
Forwarded from Learn CSS
Parcel CSS: A New CSS Parser, Transformer, and Minifier

https://css-tricks.com/parcel-css/
This media is not supported in your browser
VIEW IN TELEGRAM
Become a Web3 developer 🌱

How to Learn Solidity in 30 Days ⚡️

Roadmap ↓

Day 1 - 3 : Understand the Basics

- Introduction
- Understand Ethereum
- Solidity Features
- Environment setup
- How to use remix IDE
- Basic Syntax


Day 4-7: Learn Solidity Datatypes, variables & Operators

- Data types | variable in Solidity
- Global and local variables in Solidity
- Operators
- Comments
- Hello world contract

Day 8-11: Learn Conditional Statements

- if else
- Looping
- comparison
- Strings


Day 12 -15: Learn Data Storing methods and defining

- Arrays
- Mapping
- struct
- Enums

Day 15 -18: Learn Functions

- Functions
- functions modifiers
- view
- Pure
- Fallback
- Overloading
- Cryptographic functions

Day 19 - 25 : Learn Advanced Solidity

- Contracts
- Inheritance
- constructors
- Interface
- Libraries
- Events
- Error handling
- Ether units

Day 26 - 30 : Revise Solidity

- Revise Complete Solidity from the Day 1.


For More Web3 Content Join @web3_learn
30-days--30contracts.zip
12.7 KB
30 Days -- 30 Contracts

For More Web3 Content Join
@web3_learn