Some general tips for writing an effective tweet or thread
๐งต ๐๐ผ
1๏ธโฃ Write about the things you are good at
I always try to write tweets related to web technologies. More specifiy I try to cover CSS, JavaScript and React. By writing about the stuff that you're good, you can share huge amount of knowledge from your tweet
{ 2 / 10 }
2๏ธโฃ Support your point with an example
If you're writing about some coding tips or tricks, It would be great if you give a example in the form of image, video, gif or link
Mastering JavaScript is a life long process but at least you can learn some basic concepts in few days to make functional web pages
Let's see how๐
THREAD๐งต
Alright great! You're in this thread that's mean you're interested๐ฅ
First things first, whenever I'm up to learning new technology or language, I always start with a crash course. By doing so I get a quick overview of things in almost not time
{ 2 / 15 }
Here's a crash course of JavaScript by Freecodecamp.
Crash courses are just for quick look. Don't just stop learning after it. Keep exploring things by your own
You can learn some basic CSS and add some great styling in your web page in less than 10 days.
Let's see how๐
Thread ๐งต
First and foremost
The characterstic of a great website is it's color scheme. Forget about everything and learn about background and color properties initially
{ 2 / 17 }
Don't think that background property is just for setting the solid color. Background is a shorthand property for background-image, background-position etc..