If you found value in this thread you will most likely enjoy my tweets too so make sure you follow me on Twitter for more information about web development and how to improve as a developer. This article was first published on my Blog
Stop procrastinating because the best time to start is now:
By @mcgillmd921
%[https://twitter.com/mcgillmd921/status/1433614385029820417?s=20]
This is how you become a full-stack developer:
@simonholdorf
%[https://twitter.com/simonholdorf/status/1432942973348634626?s=20]
Use these websites to find remote jobs:
By @suprabhasupi
%[https://twitter.com/suprabhasupi/status/1434056141089087492?s=20]
If it was easy everybody would do it:
By @razacodes
%[https://twitter.com/razacodes/status/1433682601773084686?s=20]
Learn about the "in" JavaScript operator:
By @codingyuri
%[https://twitter.com/codingyuri/status/1432695065718050821?s=20]
This is how you can make money with Open Source:
By @vittostack
%[https://twitter.com/VittoStack/status/1433324585659871237?s=20]
How to start your side project (after you picked the tech stack):
By @htmleverything
%[https://twitter.com/htmleverything/status/1433812786270797825?s=20]
Starting out is the hard part:
By @swastika0015
%[https://twitter.com/swastika0015/status/1433806448543223812?s=20]
Soft skills are the most important:
By @heyonuoha
%[https://twitter.com/heyOnuoha/status/1433789463898042371?s=20]
Don't forget the favicon
By @csaba_kissi
%[https://twitter.com/csaba_kissi/status/1434086345211744263?s=20]
I hope found this useful and if you did please let me know. If you have any questions feel free to DM me on Twitter.
Top comments (3)
Hey there,
You can embed these tweets using Liquid Tags if you'd like.
If you look at the first tweet in your article, the URL is
https://twitter.com/mcgillmd921/status/1433614385029820417?s=20
You can get rid of the
?s=20
and just grab the tweet id which =1433614385029820417
Then, using the liquid tag syntax you just need to write it like so:
{% twitter 1433614385029820417 %}
This will look like the following:
`Hope this helps!
sure, thanks for sharing
?