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
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
Searching for Remote Jobs ??

10 websites to Find Your Next Remote job.👇

1. Flexjobs

It offers jobs in more than 50 job categories featuring remote work opportunities at every stage.

flexjobs.com

2. JustRemote

JustRemote provides a simple and intuitive search page.
To start, choose the type of remote work you’re looking for and whether you’d like a permanent or contract position.

justremote.co

3. Angel. co

AngelList is one of the best websites to find remote jobs in the startup sector. Uber, Facebook, Stripe, and Postmates have all used this site to find employees. Apply privately to 130000+ remote jobs and startup job.


angel.co

4. Remote. co

Unlike FlexJobs, Remote. co focuses purely on remote work opportunities and doesn’t show telecommute or location-based work from home jobs.


remote.co

5. Virtual Vocations

Virtual Vocations is a family-owned website based in the U.S. The site showcases remote job listings in 41 different categories. Use the search bar to find telecommuting and remote work opportunities, or search by U.S. state.

virtualvocations.com

6. Remotive

Remotive runs a remote job board, remote work community, and newsletter with a comprehensive list of remote positions. The site only shares hand-picked remote work opportunities. It also displays any location restraints each listing has.

remotive.io

7. PowerToFly

PowerToFly is dedicated to helping women find jobs in the tech industry. If you’re interested in a remote position, you’ll need to sign up and pass a vetting process to be able to apply.

powertofly.com

8. We Work Remotely

This site connects over 130,000 monthly users with telecommuting opportunities. It’s your ticket to remote employment in no time.


weworkremotely.com


9. Outsourcely

Pairs up remote workers with employers seeking both full and part-time employees.

outsourcely.com/remote-workers


10. Remote OK

A remote job site that tags all of their job listings, making it simple and easy to set filters for the specific listings you want.

remoteok.com


For more such placements related content join
@placements4all
Forwarded from Cyber Punk
▪️Free for developers

Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions.

Site: https://free-for.dev/
Universal Icon Picker, a library for loading icon libraries and icon fonts easily

https://github.com/migliori/universal-icon-picker

#icon #picker #library