~ My memories, my journey ~

This is place where I put my thoughts on life and post photos of sky on, beside my first blog.

“Good morning, and in case I don't see ya, good afternoon, good evening, and good night.”

— Truman


[Draft] My first step into AWS

27 Sept 2025 | 20:13 PM

This is place where I share my own experience learning AWS. Note that I am not favor of this infra or another like GCP, Azure. I just note for myself (and probably you) on using AWS, things I have learned. Remember that AWS is not something you want to master, it just a tool for us to build things. So don't expect to read this to become AWS architec, all you need to master is the concepts, ideas that you can apply broadly to cloud infrastructure in general.


Moving from Echo framework to net/http standard library in Go

15 Jun 2025 | 9:16 PM

I realised that I know nothing about Go standard libraries, so I try not to use external frameworks and write code using as much standard libraries as possible to understand what other people say `Go std libs are powerful`


Learn how to implement finite state machine

31 Mar 2025 | 10:10 AM

Finite state machine is an interesting concept, I learned long ago but only in theory. Now I have chance to actually explore how it can be implemented.


Learn to write simple JSON lexer and parer

23 Mar 2025 | 09:30 AM

My note of learning how to implement incomplete json lexer, parser. Everything I write here is just for myself.


Setup mqtt broker Mosquitto

16 Mar 2025 | 10:43 PM


Prev 1 / 3 Next