-
Continue reading →: LLMs are making BDD & Gherkin rise again ?As AI coding assistants become increasingly common in software development, many teams are discovering their potential to transform how we design and maintain test automation. In this post, I share my early thoughts on how LLM-powered tools might revolutionize Behavior-Driven Development (BDD). First impression with LLM powered coding assistant When…
-
Continue reading →: Staying focused is essential to achieving our goals[UPDATE 2025-06-02] This is something I’ve found to be true and genuinely helpful in my own experience. It might not work for everyone, but hopefully, it can be of help. Recently, I joined a short online course. There are friends in the class raised an interesting question: “How to be…
-
Continue reading →: Thoughts on AI Coding Assistant and where we are[Updated 2025-Aug] My journey with Vibe coding With the rise of the term AI Code, or “vibe coding” recently, I’ve been reminded of my high school days (the 2000s), when I built a forum using phpBB without really knowing how to code (don’t get me wrong, vibe coding isn’t about…
-
Continue reading →: Github Action: Accessing Azure DevOps NuGet Feed Using Service Principal and Federated CredentialsChallenges As we might have already know, if we want to access a Private Nuget Feed on Azure DevOps Artifact, we will first need create a PAT (Personal Access Token), then we use this token to authenticate the Nuget Feed. However, this PAT : If you struggle with using a…
-
Continue reading →: Some tips to climb the engineering ladder faster[Update 2025-July] If you’re aiming to uplift your career with a promotion, it’s essential to understand that skill alone isn’t enough, strategic focus and delivering high-impact contributions are key. This article offers a few suggestions to help you stand out, advance, and ultimately uplift your career. In this post, I’m…
-
Continue reading →: How I structure my technical research reportI believe this structure isn’t new or special in anyway, as it’s quite similar to the format of academic papers we often read. I think it highly practical in a business environment as well. I used this structure not only for documentation but also as a mental map when exploring…
-
Continue reading →: How do I structure my technical sharing sessionI often host technical sharing sessions within my organization or team, and here is my typical layout. Hopefully, it will be helpful if you need ideas on how to structure your own sessions. Here are some sections that I usually use in my presentation scripts, and I found they are…
-
Continue reading →: How do I check my public IP address via curl commandSometimes, I want to check my public IP address. However, in that machine, there is no GUI or Web Browser to check the IP via ipinfo, whatismyipaddress services,… User Interface: Command: or Where
-
Continue reading →: Vietnamese Bánh Mì[Updated 2024-Oct] I’m a Vietnamese living in Ho Chi Minh City. One of my go-to foods when I don’t know what to eat is “Bánh Mì” – it’s convenient and delicious! If you ever have the chance to travel to Vietnam, don’t forget to take a bite of Banh Mi.…
-
Continue reading →: [Snippet] I want to delete all bin and obj folders to force all projects to rebuild everythingGood snippet code to remove all bin and obj folder