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
{ 3 / 10 }
3οΈβ£ Add some visual content
Pictorial representation of things is always beneficial as viewers can catch things quickly. So if possible, Add an image with you tweet
{ 4 / 10 }
4οΈβ£ Include intro and outro
If you're writing a thread I suggest you to include intro and outro
Intro - A short para that is title of your thread
Outro - Outra is a closing tweet for your thread
{ 5 / 10 }
5οΈβ£ Add fleet
As now we have a fleet feature (which I don't like pre) so why not fetching maximum use of it.
I don't know it will work or not but I personally notice that my tweets gain more impression if I fleet the same tweet
You should try it as wellπ
{ 6 / 10 }
6οΈβ£ Ask question
Asking question in your tweet can bring more audience. People logically follow through with the answer β or at least what they perceive to be the answer
{ 7 / 10 }
7οΈβ£ To the point
Try to convey your message to others as accurate as possible without deviating your words from the point
No one literally wants to read a long essayπ¬
{ 8 / 10 }
8οΈβ£ Use an automation tool
If possible, try to use an external automation tool. They can save you a lot of time
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..