Tweet
So did some research on the eye strain issue I had, and wrote an article on my blog. I hope to follow all these practices.

Please retweet if you found this useful πŸ˜€β€οΈ

πŸ†• BLOG: decodedhtml.com/protecting-red…

#CodeNewbies #100DaysOfCode #DEVCommunity #DevRel #OpenSource #BuildInPublic
I am getting burning sensation and tiredness around my eyes, it's apparently called eye-stress/eye-fatigue πŸ‘€

Caused mainly by too much time spent infront of a screen (pc πŸ’» & phone πŸ“±), also can be caused by less sleep πŸ›ŒπŸ˜΄
A #BuildInPublic thought:
Do not use console.logs in production! πŸ₯‚πŸ₯‚πŸ₯‚

#CodeNewbies #CleanCode #100DaysOfCode #DEVCommunity #OpenSource #DevRel
🧡 Do you use console.logs in production? 😱😱😱

DON'T, it's a bad practice! Even if you comment them out, for easier debugging, it shows the developer is not confident about the source code, also it reveals TOO MUCH info about your code

1/4
My #CodeConfidence is weak (commented code) mainly on database operationsπŸ€¦β€β™‚οΈ

I wrote plain SQL queries, which describes some logic for a function operation

I'm scared I'll forget, or create buggy code when using an ORM😱😱

#buildinpublic #100DaysOfCode #CodeNewbie #DEVCommunity
Removing the commented code (due to fear) was easy

But I just want to check and verify, why I didn't remove it and do necessary steps to overcome the fear. And now this is much harder than I thought, it would be

#buildinpublic #100DaysOfCode #CodeNewbie #DEVCommunity #devrel
Just integrated Google cloud API to my #BuildInPublic project ReadSync, so that we can create events on Google Calendar

This the workflow. It's still ugly, I'll add some CSS to beautify it a bit later

I was trying bit hard on figuring out OBS Studio for creating this video πŸ˜ƒβœŒοΈ
✨ Start that project/feature/idea you thought about ✨

It doesn't have to be perfect, but create the basic foundation. Once you create the foundation, then you are one step closer to finishing it πŸ’ͺ

Moreover, you can always pivot to something cool later πŸ₯‚πŸ₯‚πŸ₯‚

#BuildInPublic
Doing a #buildinpublic project in order to escape tutorial hell, I'm at a point where I need to learn something in order to build the next feature.

Now I'm trying to find alternate ways to overcome this, but I'm afraid I might fall into the tutorial hell, again.
When doing a #buildinpublic project the ability & motivation to learn stuff is the most important skill you can have
So, I started a #buildinpublic project! ✨

It's a type of PWA built using NodeJS, that allows you to send notifications to other users.

github.com/riojosdev/node…