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
Some screenshots of the graphs of the following State of JS survey results.
The most efficient way to get in the industry is by making projects🔥

10 project ideas to land your first web 3 job👇

1. Create NFT Marketplace

Build a marketplace where you can sell and buy NFTs

https://portal.thirdweb.com/guides/create-your-own-marketplace-with-thirdweb-typescript-sdk

2. Create a DAO

The decentralized autonomous organization (DAO) was a system created by a group of developers to automate decision-making

https://academy.binance.com/en/articles/how-to-create-a-dao

3. Create a token

Create tokens which can be used as your own cryptocurrency, cool rigth?🔥

https://academy.binance.com/en/articles/how-to-create-your-own-cryptocurrency

4. Create your wallet

Create a wallet with email login and store your crypto in it!

https://portal.thirdweb.com/guides/wallet-for-sms-email-login

5. Build DAPP

You must have heard about dapps (decentralised applications), it's one of the most booming areas in crypto world.

https://www.dappuniversity.com/articles/the-ultimate-ethereum-dapp-tutorial

6. Mint your NFT

If you are an artist too, mint your nft and sell it on opensea.

https://ethereum.org/en/developers/tutorials/how-to-mint-an-nft/

7. Create decentralised voting system

You no more has to trust a third party for the result, a decentralised voting system is transparent, secure and accessible.

https://www.freecodecamp.org/news/developing-an-ethereum-decentralized-voting-application-a99de24992d9/

8. To-do list app

To-do list app powered by ethereum smart contracts

https://www.geeksforgeeks.org/build-a-to-do-list-web-application-powered-by-blockchain/

9. Build Decentralized Cryptocurrency Exchange

A Decentralized Exchange (DEX) is a digital currency exchange. It allows buying cryptocurrency through direct peer-to-peer cryptocurrency transactions.

https://code-care.com/blog/how-to-create-a-cryptocurrency-exchange-website/#How_to_build_a_cryptocurrency_exchange_step-by-step

10. Digital bank

A digital bank where you can earn interest by depositing crypto.

https://youtu.be/CgXQC4dbGUE

#Web3 #Resources #Projects #NFT

For More Web3 Content Join @web3_learn
Ask yourself these questions every night and watch how your behavior changes.


1. If I was suddenly told I only had one week left to live what changes would I make?

2. If I died but was resuscitated how different would my perspective be?

3. What's one thing I'm doing wrong, that I know I'm doing wrong, that I could fix?

4. What would I do with my life if I wasn't afraid to fail?

5. What’s stopping me from doing the things that I know I should be doing?

6. What would happen if I worked as hard as I possibly could at one thing?

7. If I could only work on one single project this year what would it be?

8. What might this look like if it were easy?

9. Did my actions match my intentions today?

10. What have I taken for granted today?

11. What am I worrying about that is completely out of my control?

12. What is the biggest small thing I could do today ?

13. Does the amount of attention I’m giving this match its importance ?

14. How do I want to spend my days ?

15. Can my current habits carry me to my desired future ?

16. What are you avoiding just because you know the answer is painful?


@businesssucesstutorship
Forwarded from Learn CSS
Get to know the properties in CSS Overflow such as visible, scroll, and auto hidden

https://www.freecodecamp.org/news/css-overflow-visible-scroll-auto-hidden/

---

Multiple sources of supporting assets for using Tailwind CSS

https://javascript.plainenglish.io/if-you-use-tailwindcss-here-are-the-best-resources-that-you-can-bookmark-11dfa740b1b4

---

#css #overflow #tailwind #auto
Important practice creating accurate setInterval function with JavaScript

https://javascript.plainenglish.io/how-to-get-an-accurate-setinterval-in-javascript-ca7623d1d26a

---

Multiple ways to concatenate Array data in JavaScript

https://javascript.plainenglish.io/efficiently-merging-arrays-in-javascript-32993788a8b2

—-

Understand some examples of higher order functions in JavaScript

https://dev.to/mohammed_muddassir/higher-order-functions-1cac

#interval #array #merge #higherOrder #function
Difference between tilde and caret on version dependency in package.json file

https://blog.bitsrc.io/difference-between-tilde-and-caret-in-package-json-bc9e59b125df

#package #npm
Forwarded from Learn CSS
Long practice understanding how the position property of Freecodecamp works

https://www.freecodecamp.org/news/css-position-property-explained/

#css #position #property #freecodecamp
A collection of cheatsheets or cheat sheets for some security holes in Node JS, and how to fix them

https://blog.shiftleft.io/node-js-vulnerability-cheatsheet-447b0c9bdb99

#nodejs #cheatsheet #security
Practice creating a command palette layout with Tailwind CSS, React JS, and Headless UI from the Tailwind Labs channel

https://youtu.be/-jix4KyxLuQ

#tailwind #css #react
TypeIt library for creating typing animation effects with JavaScript

https://github.com/alexmacarthur/typeit

#typing #typeit
Introduction to Vitest for testing applications with Vite JS

https://blog.logrocket.com/testing-vite-minimal-config-using-vitest/

---

Adding Vite JS into an existing web application

https://css-tricks.com/adding-vite-to-your-existing-web-app/

#vite #vitest #testing
Application of SOLID design pattern principles to TypeScript

https://blog.bitsrc.io/solid-principles-in-typescript-153e6923ffdb

#solid #typescript