Jerome WuinITNEXTHow to Use Linter — The Better WayDon’t just use linters, learn from lint rules.Jul 8, 2021Jul 8, 2021
Jerome WuinITNEXTAndroid 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
Jerome WuinITNEXTReact 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
Jerome WuinITNEXTSet 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
Jerome WuinITNEXTGenerics 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
Jerome WuinITNEXTFFmpeg.wasm, a pure WebAssembly / Javascript port of FFmpegOfficial Website: https://ffmpegwasm.github.io/Nov 4, 20203Nov 4, 20203
Jerome WuinITNEXTHow 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
Jerome WuinITNEXTHow 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
Jerome WuinITNEXTI 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
Jerome WuinITNEXT3 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