The main purpose of creating blog posts is to learn and document. To keep it standard and focused, I am categorizing my posts into 4 different categories. The four categories are below
- Code Read
- Today I learned
- Tutorial
- Personal
Code Read
As a programmer, it is very important that we read others code. We programmers are like writers and writers always keep on reading in order to improve their own writing. Similarly this is my personal growth plan.
I am planning to read a small block of code every day, whatever I find interesting. I try to understand the code and then try to reproduce the UI/Functionality by myself in a new repo.
Today I Learned
This is to document my daily learning. From whatever I do on a particular day, I try to think of at least one important lesson. Finally, I try to document it. Code read also can be part of it.
Tutorial
Tutorials are for helping others. If I myself implement something interesting/complex and want to help the online community then I will make it as a tutorial post.
Personal
Finally, personal category. I will write my inner/personal/random thoughts in this category of posts.