100 Days of Code
Pontakorn Paesaeng (@pontakornth)Matching Cards
- Day: 3
- Date: Tue Mar 23 2021
- Link: https://github.com/pontakornth/matching-card
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
- Day: 2
- Date: Mon Mar 22 2021
- Link: https://100days-pontakorn.vercel.app/
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
- Day: 1
- Date: Sun Mar 21 2021
- Link: https://codepen.io/pontakornth/pen/KKNjjmm
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