Published inITNEXTHow to Use Linter — The Better WayDon’t just use linters, learn from lint rules.Jul 8, 2021Jul 8, 2021
Published inITNEXTAndroid apps on Windows 11, an Intel’s strategic moveOne of the most interesting news in the past few days is that Windows 11 is going to allow running Android apps (from Amazon appstore)…Jun 28, 20212Jun 28, 20212
Published inITNEXTReact Internals: Deep Dive React Server Components (as it is)React Server Components is an experimental feature released Dec. 2020, it is kind of a mix of Client Side Rendering (CSR) and Server Side…Jun 20, 2021Jun 20, 2021
Published inITNEXTSet in Go, map[]bool and map[]struct{} performance comparisonTL;DR map[]struct{} is 5% faster in time and 10% less memory consumption comparing to map[]bool when it comes to a big Set.Jun 14, 20211Jun 14, 20211
Published inITNEXTGenerics in Golang 1.18, no need to write max / min anymore (maybe)One thing I do dislike in golang is that sometimes a simple task can be very tedious. One of them is getting maximum / minimum value of two…Jun 8, 20216Jun 8, 20216
Published inITNEXTFFmpeg.wasm, a pure WebAssembly / Javascript port of FFmpegOfficial Website: https://ffmpegwasm.github.io/Nov 4, 20203Nov 4, 20203
Published inITNEXTHow to fix (80%) HiDPI issues in Gulliam OS 3.1In 2019, I bought a Chromebook (HP Chromebook 13 G1, release on 2016) to be a lightweight laptop when I am out. I really enjoyed using…Apr 12, 2020Apr 12, 2020
Published inITNEXTHow to speed up Node.js modules installation in CI/CD Pipeline as of 2020When you use Node.js in your project, you need to take care of node_modules installation in your CI/CD pipeline. You may use npm install…Mar 28, 20202Mar 28, 20202
Published inITNEXTI wrote a Chrome Extension (Gitpod Window). Here is what I learned.Gitpod is an online IDE for GitHub and GitLab, it is great and makes my life easier when there is not enough resource in my laptop. But as…Mar 23, 2020Mar 23, 2020
Published inITNEXT3 Things you should do to quickly fix your problem in a open source projectAs a developer, it is common to leverage open source projects to complete your application, and it is more common to find your requirement…Jan 15, 2020Jan 15, 2020