100 Days of Code

Pontakorn Paesaeng (@pontakornth)

Matching Cards

Currently there is no live demo at the time I post this. I don't think that it's worth creating another domain (obviously on vercel.com) just to host a simple project like this. ...more

100 Days Blog

Since 100 projects would flood the Contentful blog. So, I decided to do another small blog only for this job. I used Gatsby for the main blog but I used Nuxt content for this blog. Because I want to try new stack. Gatsby becomes difficult to maintain for a simple blog. I need to write GraphQL query just to query and display content. I do like GraphQL but it's overkill for me. ...more

Analog Clock

Well, I already written a analog clock using Python in programming class before. But, I think as a frontend developer. I should write it in Javascript too. The clock was drawn on the canvas element. It works on Firefox but I didn't test it on ...more