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
Learn JavaScript
Roadmap to become a Web3.0 developer in 180 days. Avg. Salary - 155K $ - HTML (1 - 11 days ) - CSS (12 - 25 days) - Javascript (26 - 50 days) - JS Vanilla Proj. (51 - 80 days) - React js (81 - 100 days) - Read Mastering Bitcoin E-book (101 - 106 days)…
Simplified Roadmap to Web3 & BlockChain Developer👇

</ Start>

HTML CSS

JavaScript

Data Structures

Cryptography

Solidity / Smart Contracts

DApps DAOs

Minting🥳
Forwarded from All kind of Ebooks
React Interview Book.pdf
8.5 MB
🔰 This book has collected more than 300 questions and answers to react interviews at different levels that can be very useful for you‌‌
Microsoft added Buy Now Pay Later into Edge (and so Windows 10 and 11 base OS), a thing which is known to be abused to harm people.

The tags on the post on Microsoft’s website say it all. Keep speaking out.
Know what Git keep is and how to push an empty folder to a Git repository

https://www.freecodecamp.org/news/what-is-gitkeep/

#git #gitkeep #folder
Essential practice with Online Tutorials creating a select Dropdown menu with HTML, CSS, and JavaScript

https://youtu.be/uFIl4BvYne0

---

Practice making Ribbon label from a card element with HTML and CSS

https://youtu.be/znBmUqBZ4Jg

---

Cool practice with Online Tutorials creating Circular Navigation Menu with HTML, CSS and JavaScript

https://youtu.be/ShPPkZEeLPo

---

Creating a Toggle Menu Button with HTML, CSS, and JavaScript

https://youtu.be/TD-MFXs2M5E

---

#onlinetutorials #css #html #dropdown #label #circular #menu #button #ribbon
Creating Carousel images with HTML, CSS, JavaScript from the Simplified Web Dev channel

https://youtu.be/9HcxHDS2w1s


#webdevsimplified #carousel
Learn JavaScript
Roadmap to become a Web3.0 developer in 180 days. Avg. Salary - 155K $ - HTML (1 - 11 days ) - CSS (12 - 25 days) - Javascript (26 - 50 days) - JS Vanilla Proj. (51 - 80 days) - React js (81 - 100 days) - Read Mastering Bitcoin E-book (101 - 106 days)…
Detailed RoadMap to become Web3.0 devloper

0️⃣ Prerequisites

You should know JavaScript and web development in general.

If you don't, you should take a step back at this point and learn about web development first.

There are so many awesome courses and tutorials out there. You won't have a hard time finding good ones.


1️⃣ Learn The Basics Of Blockchain

You need to know what you work with. Blockchains are an incredible piece of technology, but they also aren't trivial to learn.

You'll have to put some time into it to understand what you will later build on.


A good idea is to start here. 👇🏻

https://www.udemy.com/course/blockchain-theory-101/

And then advance a little further with this. 👇🏻

https://www.edx.org/course/blockchain-technology

When you went through this, you have a general idea about blockchain technology. This is a great foundation for your further learning.



2️⃣ Learn About Smart Contracts

Smart contracts are how you can actually program the blockchain. They are code deployed to the chain, written in some language that blockchain nodes can execute.

Smart contracts can nearly do everything, from fungible and non-fungible tokens to the backend of your next decentralized app. They are, however, different from the code you usually write.

They'll make up a good portion of your future work, so better understand them well.


A good introduction that also introduces you to Solidity can be found here. 👇🏻

https://www.coursera.org/learn/smarter-contracts


3️⃣ Learn How To Interface With The Blockchain

Decentralized apps consist of two components: Your frontend and smart contracts executed on the blockchain.

For your frontend to talk to the blockchain, you'll need to interface with it.

This is where libraries come in.

There are two popular choices to interface with blockchains that implement the Ethereum API:

🔹 ethers.js
🔹 Web3.js

Pick one, and learn it well. You will definitely need it. It's one of your most important tools from now on.


4️⃣ Learn Solidity

There are many blockchains out there, and nearly equally as many of them come with their own unique way of building smart contracts.

Solidity, however, is the language of the Ethereum VM which is integrated into many other blockchains.

Solidity won't only serve you well on Ethereum. It will also help you to build smart contracts on other chains.

The job market for Solidity developers is the largest by far. Many businesses build or want to build on Ethereum.

It could take a long time until another blockchain reaches the same level of adoption that Ethereum has reached.

Although it currently has a few problems (the chain is overloaded), the community is actively working on migrating the consensus over to Proof-of-Stake.

All scaling problems will be gone when this happens, and the adoption rate might sky-rocket even further.

Until then, layer-2 solutions help to scale the chain, so you don't need to worry about your job and choice.


What you especially need to understand is how gas works and how each line of code you write in Solidity affects the price of execution of your smart contract.

There is no way around it. Unfortunately, some companies optimize aggressively for gas consumption.

If you want to work in this field, you'll need to learn to optimize your code. It will be part of your job and a huge part of some interviews because thorough optimization can save millions of dollars each year for a heavily used app or contract.

Curious? Crypto Zombies is an awesome start to Solidity. You learn by basically playing a game. What's better than this?

https://cryptozombies.io/

5️⃣ Build Your Portfolio

A portfolio of projects can help immensely in your job search. If you want to work in this field, build, build, build.

To give you a rough idea of what a project should contain:
Learn JavaScript
Roadmap to become a Web3.0 developer in 180 days. Avg. Salary - 155K $ - HTML (1 - 11 days ) - CSS (12 - 25 days) - Javascript (26 - 50 days) - JS Vanilla Proj. (51 - 80 days) - React js (81 - 100 days) - Read Mastering Bitcoin E-book (101 - 106 days)…
🔸 A frontend
🔸 A smart contract
🔸 Some (Solidity) code optimizations with comments explaining why
🔸 Unit tests for everything
🔸 A local test network setup
🔸 E2E tests that thoroughly test the contract
🔸 Continuous Integration
🔸 Continuous Deployment
🔸 An official test net deployment


6️⃣ Apply

With all that new knowledge and a portfolio, you can begin your job search.

Don't be demotivated when it takes some time, especially if you don't have too much industry experience yet. It might well be that some companies try to get talent with more experience.
Learn JavaScript pinned «Detailed RoadMap to become Web3.0 devloper 0️⃣ Prerequisites You should know JavaScript and web development in general. If you don't, you should take a step back at this point and learn about web development first. There are so many awesome courses and…»
Visual Studio Code online!

Now you can use online with browser! Do not need to be installed on PC!

https://vscode.dev/‌‌

#VisualStudioCode #VSCode
10 Useful APIs for your next projects

Here are some amazing and useful
#APIs that you can use in your next projects for completely free.

1. News API

It gives back new articles with live top headlines, & you can also search for it.

https://newsapi.org/

2. Charts API

QuickChart is a web service that generates chart images on the fly.

http://quickchart.io/

3. OpenLibrary - Books API

It gives useful info about many books according to subjects, search, list, etc.

https://openlibrary.org/developers/api

4. TMDB - Movies API

It gives back Movies info with poster, ratings, description, etc of the movie.

https://www.themoviedb.org/documentation/api

5. MealDB - Recipes API

It gives you many endpoints for food recipes like by names, categories, id.

https://themealdb.com/api.php

6. OpenWeather - Weather API

It gives back weather information according to cities, states, & countries.

https://openweathermap.org/api

7. freetogame - Games API

It gives back many free to play games, It has many different endpoints to use.

https://www.freetogame.com/api-doc

8. Jokes API

It gives back jokes, and you can also customize by categories, joke type, etc.

https://sv443.net/jokeapi/v2/


9. Public API

It sends back a collective list of free JSON APIs for use, by categories, etc.

https://api.publicapis.org/

10. Quotes API

It sends back quotes, by author, tags, id, etc. It includes over 2000 quotes.

https://github.com/lukePeavey/quotable

#API
Creating a simple Face Detection app with React JS, with the Lama Dev channel

https://youtu.be/wVK3HHbli7g

#faceDetection #lamaDev #react
A complete guide on several ways to center HTML elements with CSS

https://blog.logrocket.com/bidirectional-css-centering-complete-guide/

#css #center #element