Blog: https://michalzakrzewski.substack.com/
There is no better way to learn.
Quick idea, quick execution.
What do you think about input like that?
Quick idea, quick execution.
What do you think about input like that?
I’m double checking basic stuff every 5 mins 😅
I’m double checking basic stuff every 5 mins 😅
🛠 Fixing bugs
🚀 Building new features
🛠 Fixing bugs
🚀 Building new features
Use descriptive variable names like userAge instead of x.
Code is read more than it’s written.
Use descriptive variable names like userAge instead of x.
Code is read more than it’s written.
That "small change" broke production for two days.
Lesson learned: Tests aren’t optional.
That "small change" broke production for two days.
Lesson learned: Tests aren’t optional.
Before diving in, always ask yourself: What changed?
Most bugs hide in the most recent edits.
Before diving in, always ask yourself: What changed?
Most bugs hide in the most recent edits.
Remember: learning to code is a marathon, not a sprint.
Every bug you fix is proof that you’re improving.
Remember: learning to code is a marathon, not a sprint.
Every bug you fix is proof that you’re improving.
Share it below - for me, it was realizing that functions can return functions (thanks to JavaScript closures) 🙂
Share it below - for me, it was realizing that functions can return functions (thanks to JavaScript closures) 🙂
Always triple-check the basics - it saves time and frustration!
Always triple-check the basics - it saves time and frustration!
I'll start: Docker.
I'll start: Docker.
A clever solution today could become a nightmare for your future self.
Simplicity wins.
A clever solution today could become a nightmare for your future self.
Simplicity wins.
So, why do you think your user will care about that?
So, why do you think your user will care about that?
The real question is, should you really use it everywhere?
The real question is, should you really use it everywhere?
- Functions should describe what they are doing.
- Parameters should have types.
- Functions should have return types.
- Functions should describe what they are doing.
- Parameters should have types.
- Functions should have return types.
On the other hand, bad developers can stifle both in you.
On the other hand, bad developers can stifle both in you.
I chose Sunday as the day of publication.
Tomorrow will be published my 3rd article this year, I am proud of myself!
I chose Sunday as the day of publication.
Tomorrow will be published my 3rd article this year, I am proud of myself!
If you like my content and want to support me, here is the link:
buymeacoffee.com/michal.zakr...
If you like my content and want to support me, here is the link:
buymeacoffee.com/michal.zakr...
For me, it was achieving a 97% improvement in the process responsible for storing over 50 million records in the database.
For me, it was achieving a 97% improvement in the process responsible for storing over 50 million records in the database.