As a developer, we often integrate with external API. There are a lot of consideration when working...
We are experimenting to build a POC to generate chart raw data automatically from a datasource...
Authentication is the most important thing when building an API. There are many method to...
What is Locust Locust is a load testing tool written in Python. The test script is also...
If you are working using NestJS and using TypeORM for the database ORM, you might encounter some...
This post might be "just another ExpressJS example", but I hope it will be useful enough for the...
After we have completed creating our Elixir CRUD app, now we want to wrap it into a container. We...
My personal note about learning Elixir. Finding learning resources for Elixir is not as easy as JS...
Firebase Remote Config is a powerful tool for app developers that allows them to easily modify the...
Postgres SQL It's time to set up our database in Docker. Because the app is relatively...
Nginx So previously we have set our app Dockerfile and docker-compose. Now we will set up...
I made this post as my notes that might be useful for me or anyone who reads this. By using docker...
Preface We have a MongoDB collection with almost 200 million rows. Basically, this...
I have struggled with some kind of multi level tree view maybe you too, usually the easiest way to...
I was going to set up the Gitlab CI CD pipeline and also wanted to do database backup automatically...
Yesterday (4 March 2021) I tried to deploy Vitepress to Github pages. I looked at the Vitepress docum...
Deno just launched last May 2020, but the hype was already felt among JS / TS developers even before...
When making a website, the goal of your website is to be visited by the user/customer, right? There...