Anni Maan Profile picture
Building https://t.co/C6XiwlD2lm & https://t.co/JQkqXb0Uwi. Learn Blockchain from scratch with our Udemy course.
Dr. Tagelsir Mohamed Profile picture 1 subscribed
Jul 11, 2022 β€’ 6 tweets β€’ 2 min read
Learn WEB3 for FREE πŸš€

πŸ“– 30 Solidity Videos and 3 Projects

πŸ’Έ Project1: ERC20 Token
🏦 Project2: DEFI Bank
🎨 Project3: NFT

Thread πŸ§΅πŸ‘‡ Solidity Playlist
Jul 1, 2022 β€’ 23 tweets β€’ 4 min read
12 Tips to learn any new technology in less timeπŸš€

Thread πŸ§΅πŸ‘‡ Learning a new technology can be a scary task, but it doesn't have to be if you plan ahead of time.
Jun 30, 2022 β€’ 9 tweets β€’ 2 min read
7 Tips to help you enhance your problem-solving abilities πŸš€

Thread πŸ§΅πŸ‘‡ 1. Understand the problem

The first step to solving any problem is to understand what the problem is. This may seem obvious, but it is often overlooked. Make sure you know what the problem is before trying to solve it.
Jun 29, 2022 β€’ 7 tweets β€’ 1 min read
How did a clever transaction trick the Bitcoin system and generated 184 Billion new Bitcoins? πŸš€

Thread πŸ§΅πŸ‘‡ Back in 2010, there was a transaction that created 184 Billion new Bitcoins.

This was due to the fact that in C++, the amount field is a signed integer and not an unsigned integer.
Jun 28, 2022 β€’ 5 tweets β€’ 1 min read
I can help you become a WEB3 developer in 30 days πŸš€

If you're willing to put in 30 minutes every day.

Thread πŸ§΅πŸ‘‡ A proper roadmap or structured approach can help you learn any new technology quickly.

Many people don't know where to start and how to learn WEB3 and that's the reason I'm starting this 30 days WEB challenge.
Jun 28, 2022 β€’ 16 tweets β€’ 5 min read
Learning WEB3 is the Best Investment you can do in 2022πŸš€

FREE WEB3 learning resources

Thread πŸ§΅πŸ‘‡ Why are Blockchain and Web3 developers paid so well all over the world?

The answer is simple: there is a lot of demand and not enough supply.
Jun 21, 2022 β€’ 10 tweets β€’ 2 min read
A well-maintained Github account can open up a world of opportunities πŸš€

Thread πŸ§΅πŸ‘‡ 1. Make sure your profile is complete

Make sure to include a profile photo, bio, and links to your website and social media accounts. Having a complete profile makes you look more professional and helps people learn more about you and your work.
Jun 21, 2022 β€’ 8 tweets β€’ 2 min read
Concurrent vs Parallel processing in JavaScriptπŸš€

Thread πŸ§΅πŸ‘‡ Concurrency means executing multiple tasks at the same time but not necessarily simultaneously. For example, suppose you have two chores to complete. Make a sandwich and clean your room.
Jun 20, 2022 β€’ 17 tweets β€’ 6 min read
JavaScript is a single-threaded language then how does async work? πŸš€

A Thread πŸ§΅πŸ‘‡ JavaScript is a single-threaded language, which means it has only one call stack that is used to execute the program.
Jun 19, 2022 β€’ 12 tweets β€’ 3 min read
A life lesson for developers from the story of a Donkey and a Tiger πŸš€

Thread πŸ§΅πŸ‘‡ The donkey told the tiger, "The grass is blue."

The tiger replied, "No, the grass is green ."

The discussion became heated, and the two decided to submit the issue to arbitration, so they approached the lion.
Jun 14, 2022 β€’ 4 tweets β€’ 2 min read
What is a Consensus attack in Blockchain?πŸš€

The consensus mechanism is, at least theoretically, vulnerable to attack by the miners that attempt to use their hashing power to dishonest or destructive ends.

🧡 Thread πŸ‘‡ The consensus mechanism depends on having a majority of the miners acting honestly out of self-interest.

However, if a miner or group of miners can achieve a significant share of the mining power, they can attack to disrupt the security and availability of the network. πŸ‘‡
Jun 14, 2022 β€’ 5 tweets β€’ 2 min read
3 Books that every Programmer must read to boost their skills πŸš€

Thread πŸ§΅πŸ‘‡ 1. Code Complete by Steve McConnell

Every developer must read this book at some point. It is a thorough analysis of software development;Β it is well-written and well-organized, and it carries considerable weight in the software industry.

amzn.to/3MNCUYT
Jun 13, 2022 β€’ 16 tweets β€’ 5 min read
If you missed out on investing in Bitcoin in 2010, WEB3 offers you a second chance πŸš€

FREE WEB3 learning resources

Thread πŸ§΅πŸ‘‡ Why are Blockchain and Web3 developers paid so well all over the world?

The answer is simple: there is a lot of demand and not enough supply.
Jun 13, 2022 β€’ 4 tweets β€’ 2 min read
Create a Twitter BOT with 10 lines of code in python πŸš€

Thread πŸ§΅πŸ‘‡ This is the simplest form but you can do much more.
I created the advanced version couple of months back. Let me know if you need it.

Here we are not keeping track of all tweets that our bot has already retweeted but you can do that easily.
Jun 12, 2022 β€’ 11 tweets β€’ 2 min read
Transactions are at the heart of Bitcoin Blockchain. πŸš€

Simply explained, transactions are value transfers from one entity to another.

Thread πŸ§΅πŸ‘‡ Let's look at the Transaction components
πŸ‘‰ Version
πŸ‘‰ Inputs
πŸ‘‰ Outputs
πŸ‘‰ Locktime

A general overview of these fields πŸ‘‡
Jun 10, 2022 β€’ 8 tweets β€’ 2 min read
6 FREE Blockchain courses from MIT, Berkeley, and more πŸš€

Thread πŸ§΅πŸ‘‡ ocw.mit.edu/courses/15-s12…
Jun 10, 2022 β€’ 8 tweets β€’ 2 min read
5 Best coding practices must be followed by everyΒ developer πŸš€

Thread πŸ§΅πŸ‘‡ 1. Put more time into planning

This straightforward rule will save you a lot of time and trouble. If you plan your project ahead of time, you will spend less time later on refactoring code and fixing bugs.

This will also help you in improving your project design skills.
Jun 9, 2022 β€’ 22 tweets β€’ 4 min read
Solidity events are one of the most important and least understood conceptsπŸš€

Thread πŸ§΅πŸ‘‡ Solidity events are used to inform the outside world about the current state of a smart contract. The smart contract address is the link to the logs and the blockchain includes the logs. Logs are part of the transaction receipts.
Jun 8, 2022 β€’ 6 tweets β€’ 1 min read
3 lessons Developer can learn from Johnny Depp's lawyer Camille Vasquez πŸš€

Thread πŸ§΅πŸ‘‡ For the last four years, she's been an associate at Brown Rudnick, the high-profile law firm contracted by Johnny Depp to represent him in his $50m defamation case against Ms. Heard.

After winning this lawsuit, Camille was promoted to partner, which is a big accomplishment.
Jun 8, 2022 β€’ 11 tweets β€’ 3 min read
Indian Developers must know about this language πŸš€

Thread πŸ§΅πŸ‘‡ BhaiLang is very creative and funny at the same time.

If any INDIAN developer is just getting started with programming, I think they should give it a chance to see if it captivates your interest in programming.
Jun 6, 2022 β€’ 8 tweets β€’ 2 min read
Are you interested in learning WEB3?

My FREE WEB3 course is now available πŸš€

Thread πŸ§΅πŸ‘‡ If you're new to WEB3, you should start with my FREE Blockchain course to learn about the technology.

Easy-to-understand animated videos with a FREE certificate of completion.

codiesalert.com/courses/best-b…