Gmob - Go Mongodb Driver document builderOctober 3, 2020 go mongodb driverWhen I worked with Mongo Go Driver, it was complicate to make a search, or update query document(s) with dynamic conditions.Read More →
Launching SupicsSeptember 27, 2020 launch supicsA few days ago, I launched supics.com which is my another side project that let people download/upload wallpapers for any devices.Read More →
MongoDB filter by nested object fieldAugust 30, 2020 mongo databaseConsider our logs collection contains with each document has a set of logItems, each item store sold status and price:Read More →
Automate build and publish Docker Image with GitLab CIAugust 2, 2020 docker gitlab cicdIf you’re using GitLab then you have a free container registry for your projects.Read More →
Effective testing API with InsomniaJuly 18, 2020 test api insomnia applicationIntroduction If you are developer working with API then you may using Insomnia or Postman for testing them.Read More →
Debugging Go http server with VS CodeJune 28, 2020 debug go vscodeLike the title said, in this article we will do debugging go application with VS Code and Go extension.Read More →
Inject Vue instance into an iframe that create in runtimeJune 21, 2020 vue iframeIntroduction Have you had ever wanted your component style won’t be affected by any third-party style and too lazy to create a new page to put it into iframe src?Read More →
Building a simple microservices using Go Micro and Echo frameworksJune 10, 2020 go microservices go-micro echo frameworkIntroduction In this article, we will learn how to build a simple microservices using Go Micro and Echo frameworks.Read More →
Vue CLI 4 build statics for an existing appMay 30, 2020 vue vue-cliIntroduction By default, Vue CLI build target is App which means your static will auto inject to a static index.Read More →
Moving to macOS...May 28, 2020 macbook macos life reviewAfter several years of using Ubuntu laptop for programming, I have decided to upgrade my laptop 👨💻.Read More →