Cozi is a place where I share my software development journey.
Building Golang Docker Image For Production
Today, we have modern applications and modern systems to manage and scale our containers.
Launching InformerCat
Yes, my another new project informercat.com :) that I wanna share with you today which currently in BETA mode.
Prevent multiple Webpack instances lazy loading conflict
If you have been running multiple webpack instances with lazy loading, you must define the loading chunk function name in your webpack config.
Compile pre-processors to CSS for runtime uses
In some cases, you might just want to compile your pre-processors styles like SCSS, LESS to CSS and assign it to a variable then do something with it at runtime.
Use Vue dynamic components to build multiple layouts web app
This feature may not be used too much but it’s a useful and powerful feature of Vue.
Convert HTML to JSON data structure online
Today, I will introduce a tool that help you to convert HTML to JSON data structure online:
How to using Tailwind CSS 2 with Vue 3
I used to choose Bulma as CSS framework for my personal projects.
How to archive zero downtime deployments in Kubernetes
It was worse when you need to wait until late at night to deploy your app in production because you scare to break users’ experience when the short downtime happens after deployment.
Easy way to get started with Vim as your IDE
You want to use Vim as your IDE, but don’t know how to get started?
Vue CLI 4 build statics for an existing app - Part 2
In the previous part, we have updated Vue CLI config to output static files that we can manually inject to anywhere.