Oct 30, 2021
Super excited that I have built my own blog... yes, this one right here you're looking at ๐
But I haven't just built a blog, have I? ๐ค
No - I've built a set of re-usable components that will come in handy for building micro startups.
๐ Seasoned developers will know from experience that code re-usability is key.
Here is a lesson learned from a developer with many flight hours:
Always think re-usability whenever you write a line of code, or the DRY ("Don't Repeat Yourself") principle.
It'll pay off in the long term, guaranteed. ๐
What are the benefits of building your own blog?
- You'll have a re-usable code base for building other projects.
- Your own blog gives you a space to experiment with DevOps, setup and deployment pipelines / scripts (if it breaks, it won't have that much impact).
- And if you're new to programming, you'll learn a whole lot of new things and gain programming experience.
- Last but not least, you'll have a space to document your programming journey.
Now, and finally, let's move on to building those micro startups... ๐