Mutation Testing Mutation Testing - very interesting idea to verify your tests are actually testing something. Wonder if it is any good for real code. Thinking about a big organization, the only way to track the progress and make sure the code…
Read moreQuarkus Cheat Sheet Found a really good cheat sheet for . https://lordofthejars.github.io/quarkus-cheat-sheet/
Read moreQuarkus And Spring I spent few days learning different Micro-service frameworks. The first framework I choose is actually , but once I start investigating , I realized one thing that seems important to me. It looks like , but it's another . Once you…
Read moreInstall Prism Plugin Prism is a lightweight, extensible syntax highlighter. Gatsby JS comes with a well integrated plugin. Follow the instruction then you can render code snippets in a nice looking way. Here is an example. The follwing markdown…
Read moreFeature Toggle And Regression It is OK to violate DRY principls to copy the code when working on a new feature that is high couple to old behaviour. As a professional software engineer, I kind of strickly obey the DRY principals, and don't want to…
Read moreLooking At The Root Problem Sometime when we are working on a hard problem, we will kind of stuck in the middle and found lots of hacky way to overcome the problem. But lots of time, the solution is not perfect and you need to keep coming back cause…
Read moreThoughts About Productivity Distrative Spot any steps in thw workflow that could easily distract from your work. For example, a developer might occarually run an end to end test. This e2e srcipts need few steps to complete. install dependencies…
Read moreI really like the idea to embed a chart in the makedown with a very simple and readable syntax. And gatsby already have a plugin for it. gatsby-remark-graph This is a test chart with mermaid plugin.
Read moreWriting things down is always a good thing. Especially when you are solving a difficult problem. You need to analyze the problem, and digest your solution then come up with something. This is why I want to reboot this blog.
Read moreManage your bookmark cross different browsers I was a heavy google chrome user, but since I a little bit scared about their privacy policy. I was seeking for alternative, turns of Opera is my first choose. The first problem I hit strait away is…
Read more