I don't mind forgetting to cook rice if I have a pack of yakisoba in the fridge. I try to keep some stocked just in case. Ingredients A pack of Maruchan YakisobaA green bell pepper1/3 carrot1/3 onionS
- 2026/8/8How to make Negishio Yakisoba
- 2026/8/7How to make Masala Chai
I often choose a cup of masala chai as a drink when eating at an Indian curry restaurant (lassi is also a good choice for me). Let's make it! Ingredients Two spoons of CTC Assam teaA spoon of chai mas
- 2026/8/5Value Objects in Go
A value object is a language-agnostic pattern. So when we apply some sort of pattern to our codebase, we have to consider the characteristic of the language, and what problems the pattern should solve
- 2026/8/4Do it as quickly as possible
For me. Do it as quickly as possible when you find an issue or think of something to do.Consider if you really cannot do it immediately before writing a memo or creating a ticket.Remember that doing t
- 2026/8/2I don't know when to use a pointer or value receiver
Although A Tour of Go mentions when to use a pointer receiver over a value receiver and many people share their opinions, I've been confused about it since I started learning Go. It may includes some
- 2026/8/1GraphQL handles an HTTP POST request
Today, I've been doing the gqlgen tutorial. During the tutorial, I found that a GraphQL server receives an HTTP POST request, even for queries. After a minute, I understood that it makes sense because
- 2026/8/1Walking at 4 AM
At 4 AM, it's quiet around the park near my apartment, and no one has started their day except for newspaper deliverers and bus drivers. I feel close to them. It's my favorite time of day.
- 2026/7/31A penguin on the wall
A month ago, I recognized a penguin on the wall in my room. It looks like this: A penguin on the wall After that, he has been living in my mind, and I can't forget about him.
- 2026/7/28Cloudflare image optimization and srcset attribute of the <img /> tag
I set up image transformation for my blog using Cloudflare's image optimization. This feature transforms images on a CDN server and serves lighter images. During introduction, I needed to consider whe