I have been planning to get into the momentum of coding regularly and explore coding topics that I don’t have the chance to explore at work, thus I decided to take up the #100DaysofCode challenge and created this section to document my daily progress.
Topics I have in mind for 1st round of 100 days of code:
Frontend development related topics
1. Revise developing PWA sites
I have built PWA sites for production environments in the past projects, but it has been a while since I built one and would like to revisit and catch up on recent changes.
2. Revise develop sites with SSR (server-side rendering)
Built websites powered by server-side rendering before, but I did not have the chance to address some issues faced in past SSR sites I worked, such as memory leak issues faced in Node.js backend while rendering SSR sites, resource optimisation by excluding dynamic content, exploring other techniques such as SSR powered by AWS Lambda, pre-rendered static content, etc.
Backend development related topics
Develop APIs powered by Golang
A topic that I put off for quite a while, would be good to revisit again.
Web security topics
- Web auth
- HTTP signatures