One thing I keep running into is that there are so many technologies that does essentially the same thing, and it is so hard to choose. For example, there are so many ways to create a blog. I have tried Medium, Twitter, and now I am creating a blog using MDX.
Although I am not sure if this is the best way to create a blog, I am going to try it out and see how it goes.
One thing I learnt is that when you want to make an impact in one area, it is important to stick to one thing and invest time in it instead of switching track all the time.
The plan is simple, stick to this project, and gradually improve the UI & UX, and see how it goes. Maybe I will integrate some CMS in the future.
Some Random Code
A TypeScript function that greets 😀.
function greet(name: string): string {
return `Hello, ${name}!`
}
This is the end of the post.