100 Days of Code

Pontakorn Paesaeng (@pontakornth)

100 Days Blog Paginated

The Mini App Chat is still under development. I just want to make a new improvement of this blog. Because the totals projects goes 10+, I don't think having everything in 1 page would be wise. So I decide to paginate them. ...more

Mini Chat App (Continued)

Today, I don't really do much. I implemented authentication and make tests about it. It's actually not that much. But I think I learn about mocking in JavaScript. ...more

Mini Chat App (Setup and Test)

After I already partially designed the chat app, I begin to work on this project. I use Next.js because I want to learn about Recoil state management. The state is going to be used across components so I think it is a perfect job for new library. ...more

Chat Program (Design)

This is a one step of the bigger project, the chat app. I never actually develop any chat app before. This is one of the new project I think I could get more learning here. ...more

Responsive Navbar

This one is a small project to practice what I already know about. I don't implement a responsive navbar anywhere. My personal blog has only 3 navigation link and a webring. It is not needed much. But, some websites have lots of functionalities. There are so many links to be navigated. Responsive navbar is a must because mobile cannnot render all links in the same line. ...more