PinnedHow to update lint without lint the whole projectSince you are reading this, I think it is safe to say: we all love lint. We love the part it could reduce the time we spend on code review…Jul 14, 20211Jul 14, 20211
Jest Mocking cheatsheetHere are some common ways of mocking we would need in our unit testsSep 20, 2023Sep 20, 2023
Windows11 with WSL2: finally a Unix/Mac friendly development environmentIn my previous job, I was supporting front end improvement with evergreen linter rules setup. When it hits grep (Unix command), the…Jul 6, 20221Jul 6, 20221
Apps / Repos separation solutions for scaling JavaScript developmentBack in the “old days”(before 2010s), there was no client side app , everything must be generated on server side, like One Page per App…May 24, 2022May 24, 2022
Consume private GitHub packages in local develop environmentIf you or your team like to use private npm packages service, Github packages is popular choise, here this how to use itOct 5, 2021Oct 5, 2021
Running eslint airbnb with create react app in parallelFor someone who would like to start react foundation for eslint, airbnb lint is always a good start. This week, this someone is me.Sep 26, 2021Sep 26, 2021
Write more readable code with React structure in any framework— use angular 1 as sampleUpdate:Jul 10, 2021Jul 10, 2021
Scalable styling with flat structure and bem/smacssScalability of the code has become a major requirement for web development recently. In css development, scalability could be achieve with…Jul 10, 2021Jul 10, 2021