Hi, my name is Ken.
Software Engineer at Mbiz
I'm glad you're here. I'm a software engineer who enjoys experimenting with novel ideas and approaches. See what I'm working on right now by looking around. Together, let's develop and learn!
Recent Posts
Read more7 min read • • ––– views
Debugging Dockerized Go Applications with VS Code
Learn how to easily debug your Go applications inside Docker container using Docker and VS Code. A comprehensive step-by-step guide covers everything from setting up your development environment to debugging with Docker and Docker Compose. Whether a beginner or an experienced developer, this tutorial will help you streamline your debugging process and improve your productivity.
6 min read • • ––– views
How To Connect Multiple Database With Node JS and Prisma
Learn how to connect multiple databases with Node JS and Prisma and create separate data sources for each connection. This step-by-step guide will walk you through the process of setting up multiple Prisma instances in a single project application.
6 min read • • ––– views
Understanding pointer in golang
What is a pointer, and how can you understand a pointer in golang? Pointer is the variable type in golang that contains the memory address to become a reference rather than the value itself.