This site is currently going through migration - some parts may not load correctly.
Home
Dev
Tutorials
Café
Productivity
About
tutorials
Featured
Debug Angular Performance Better with These Tools and Techniques
What do you do when your Angular app is starting to slow down but you are not quite sure what's the cause? Here are some tools and techniques that may help you find the culprit that is slowing down your app!
How to fix Gatsby, Ghost, and Netlify Cache Busting and Service Worker Issues
In this post, I discuss an issue when Gatsby does not refresh and display new content upon Ghost CMS update, and how to solve such an issue.
How I setup freshly installed macOS Big Sur for Web Development
I recently do a fresh installation of the new macOS Big Sur on my old MacBook Pro so I decided to write this post, more as a step-by-step guide on how I should setup my mac for web development.
How to PROPERLY implement ControlValueAccessor - Angular Form
How to create your own FormControl (ControlValueAccessor) for your Angular application, and common pitfall to avoid.
Featured
How I set up my Terminal (Oh-my-zsh + Powerline9k + iTerm 2)
This post show how I set up my Terminal (zsh, oh-my-zsh, iTerm 2/Terminal) on every machines I use for development.
Featured
Syntax Highlight Codes on your Ghost CMS Powered Gatsby Blog with PrismJS
This post will walk you through how to set up code syntax highlighting using PrismJS on a Ghost CMS backed Gatsby blog.
How to make your own local URL Shortening Server
In this post, I am going to emulate a link shortening utility being employed in my work's intranet.
[Part 3] How to set up your own Ghost + Gatsby blog (with Digital Ocean and Netlify)
Finally, in this post, we will look at how to host our Gatsby generated static sites on Netlify for free, and how to set up a webhook to automatically regenerate and update our site each time our content change.
[Part 2] How to set up your own Ghost + Gatsby blog (with Digital Ocean and Netlify)
In this part, we will be looking at how to connect Gatsby to our Ghost CMS.
Featured
[Part 1] How to set up your own Ghost + Gatsby blog (with Digital Ocean and Netlify)
How to set up your own fully automated static blog using Ghost and Gatsby with the JAMstack!