~ 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


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


My first time got Ransom Attack

16 Mar 2025 | 10:36 PM

My database data being deleted and hacker want me to pay money to get back data


Prev 1 / 3 Next