Moyez Rabbani Profile picture
Full stack Web Developer.
Jun 12, 2023 17 tweets 3 min read
This is the Complete No-bullshit Web Development Roadmap for anyone looking forward to becoming a web developer.

A thread 🧵 1. Basics of the Internet

I know, you expected HTML to be here, but before diving into coding you must understand how the web works.

Most of the devs directly jump into coding without understanding the core subject.

You don’t wanna do that.
Apr 12, 2023 17 tweets 3 min read
“WEB3 EXPOSED”

An unbiased explanation from a dev that explains the reality of Web3.

🧵 time. As a Web3 Dev having spent a good amount of time in the space learning and building ‘dApps’, here’re some of the harsh truths and realities of web3 that the WAGMI culture doesn’t tell you.
Mar 27, 2023 27 tweets 6 min read
Just Completed the Complete Web Design Course by Vako Shvili on @udemy

Here're all my learnings from the course condensed into a 🧵 Web Design is extremely important if you want to impress your audience as this is the first thing that catches their eye before they even start interacting.

Here're few tips and design principles to help you design your websites for the better 👇
Mar 17, 2023 7 tweets 2 min read
Day 3 of Learning Web Design.

This stuff has got me hooked.

I never knew Web Design was this fun and complex.

Here' s what I learned to day: THE ART OF COLOR

Most of the time, you are going to find the natural photos of mountains, beaches, dusks, etc. look the best.

The natural world has great color combinations.

Look around yourself for great colors.
Mar 16, 2023 7 tweets 2 min read
Day 2 of Learning Web Design and Mastering React.

Couldn't do anything in React as I had my College Exams today

Nonetheless here's what I learned in two hours today👇 Today I learned about TYPOGRAPHY in design.

Typography isn’t just about choosing the right font. It’s about choosing the right combination of those fonts. Choosing the right type of faces, font-weight on the right occasion, and contexts.
Mar 15, 2023 5 tweets 3 min read
I spent an hour pursuing the Complete Web Design Course by Vako Shvili on Udemy today.

So far the course seems to be great and completely value packed.

Here's what I have learned today: 1. In web design, It all starts with alignment and grid.

Everything that is orderly, symmetric, and organized will be perceived as more beautiful than anything that is chaotic and disorderly.

Just as you would perceive a clean room better than a messy one.
Mar 14, 2023 9 tweets 4 min read
Solidity Data Storage Location Comparison:

storage vs memory vs calldata.

A 🧵 to help you better understand solidity and write gas-efficient smart contracts In Solidity, variables can be stored in three different locations: storage, memory, and calldata.

Each of these locations has its own unique characteristics, and it is important for Solidity developers to understand how each of them works.

Let's break them one by one: