Ignore the number of views/likes when starting your blog.
It will only let you down.
Focus on finding your voice.
Write for yourself.
Enjoy the process 🙌🏼
How to add a cursor to every line on @code:
CMD + a (select all)
⬇️
OPTION + SHIFT + i
That's one thing I have to Google *every single time*. Not anymore!
You'll probably never stop comparing yourself to others, and that's okay.
They have their context, you have yours.
Acknowledge that fact and free yourself.
Struggling with a bug?
- Meditate 🧘♀️
- Go for a walk 🚶♂️
- Take your dog out 🐕
- Do some push-ups 🏋️♂️
Anything. Just stay away from your computer for a while
You'll come back fresh and with new ideas 💡
"If you have to choose between being clever and obscure or simple and straightforward, I advise you to be simple and straightforward." 💬
- The Copywriter's Handbook by Robert W. Bly
Want to know if an #AWS CLI command is properly formatted? ✅
Or if the user has enough permissions to execute an action without actually running the command? 🔐
Use the "--dry-run" option to simulate running the command 👇🏼
Consuming ⚠️ Easy to start, hard to stop.
Producing ✅ Hard to start, easy to stop.
Most good things in life are hard but worth it. Let go and start producing! 👏🏼
"Early in the project you can have firm cost and schedule targets or a firm feature set, but not both." 💬
—Software Project Survival Guide, by Steve McConnell 📕
You don’t need to know your current framework/language documentation from top to bottom, but you need to know:
✨How to solve problems.
✨Where to look for information when required.
✨How to Duck (@DuckDuckGo)
One way I cope with anxiety as a software developer is to remind myself that we are all on the same journey.
We all struggle
We all have good days
We all have bad days
#DevDiscuss
My learning process for new technologies:
✨ Get interested
✨ Understand the value proposition
✨ Read what current users say about it
✨ Define a project
✨ Skim almost all docs
✨ Start building and filling the gaps on the run ♻️
What's your process? 😁
#CodeNewbie