Sheikmohd's Categories
Sheikmohd's Authors
Latest Saves
+ a BONUS at the end! 😍
1. Why Web3 matters by
Why Web 3 matters \U0001f9f5
— Chris Dixon (@cdixon) September 26, 2021
2. WTF is Web 3 by @hey_bernie
WTF is Web 3.0?
— Bernardo (aka Bernie) 17/45 (@hey_bernie) November 18, 2021
Even if you\u2019re hiding under a rock, I am sure you\u2019d have heard of:
\u2022 Blockchain
\u2022 Bitcoins
\u2022 Web 3.0
\u2022 NFTs
\u2022 DAOs, and all that jazz before right?
So many buzzwords. It's time to break them down.
Blockchain 101: where it all begins \U0001f447\U0001f9f5
3. What is NFT in simple terms by @digitalpratik
What is an #NFT in simple terms?
— DigitalPratik.eth | JorrParivar (@digitalpratik) August 30, 2021
Should you buy NFT
How to buy NFT
How to see my NFTs
How to research good NFTs
How to analyse NFT properties
Which is the best the best #NFTcommunity
\u2026 & more in this super long yet one of the most powerful Twitter threads around #NFTspace \U0001f447
4. Demystifying NFTs by @naval
Demystifying NFTs:
— Naval (@naval) April 5, 2021
(A thread)
A Thread 🧵👇️
1. https://t.co/XHJUIU0ubd
Write JavaScript to control a robot to collect coins, avoid obstacles and reach the flag at the end of the level.
2. https://t.co/Bb2hn4Yfle
Screeps is an open-source game for programmers. You control your colony by writing JavaScript.
3. https://t.co/CSuXKwYOZh
Elevator Saga test JavaScript knowledge with challenge, it focus on moving an elevator in most efficient manner
4. https://t.co/vxiZJzPpol
By completing dares, you learn programming. These are short puzzles in which you have to copy the example code in as few lines as possible. The difficulty increases as you progress.
List of 15 awesome GitHub repositories to save hours and increase productivity as a Web Developer.
A Thread 🧵👇
1. https://t.co/7cq2vQNqDt
Useful visual roadmap to becoming a web developer in 2021.
{ 1 / 15 }
2. https://t.co/YGx0aU8eyY
Useful lists about all kinds of interesting topics and technologies.
{ 2 / 15 }
3. https://t.co/AOoPTNZhR0
Freely available programming books for all technologies.
{ 3 / 15 }
4. https://t.co/dNTmL9FmJd
Useful computer science study plan to become a software engineer.
{ 4 / 15 }
Here are 15 amazing websites to save you 10+ hours every week.
A Thread 🧵👇
1. https://t.co/sQc0Gqzipj
30 seconds of code has collections of short code snippets for a variety of languages.
{ 1 / 15 }
2. https://t.co/mwc9BaWllI
Glitch helps to create your next web project in browser with no setup and instant deployment.
{ 2 / 15 }
3. https://t.co/XtYMidj8aA
GTmetrix helps to know how your site performs, reveal why it's slow, and discover optimization opportunities.
{ 3 / 15 }
4. https://t.co/MVxL8JarO6
Unscreen helps to remove background from any video or GIF.
{ 4 / 15 }
All the git commands you would ever need, and also to get you started. Here's a thread for you.
Let's explore all the commands.
↓
This thread is continuation for my thread on Git for everyone, where I explained all about git.
If you haven't checked that out, and if you're willing to, Please do. Appreciate it, Here's the link.
Git is an incredible tool made for easily managing your projects, it's history and version control \U0001f525
— Sunrit Jana \U0001f680 (@JanaSunrise) November 5, 2021
It is really easy to learn, yet can save you a lot of hassle and time managing projects.
Here's a mega thread to walk you through all about git. Let's go! \u2193
1/ Initializing git in project
This is the command, you would always need. This initializes git, along with it's structure for tracking and managing files, folders and code.
You cannot use any other command, if not initialized.

2/ Adding files to staging
Now, we've initialized repo, and Created files. We have to move the files to staging, before commiting them.
Turns out, there are a lot of ways to do it.

3/ Track changes, and Get info about staging stage
Once we've added files, folders and other things to staging, We have the need to ensure everything's correct, or check if there's something wrong, or keep track.
Git allows to display all the changes, additions, and deletions.
