Can an Artificial Intelligence write like me? The last time I published an article was 2 years ago. Writing takes time and intellectual labor and it hasn’t been a priority lately. The reason I used to
Programming How to fix mistakes in Git The optimal strategy to fix depends primarily on two questions: Have you already committed the mistakes?if it's committed, have you already pushed them to the remote repository?Before we
Productivity You only need to be faster I'm going against the common belief by saying quantity should be prioritised over quality, especially while building stuffs. It sounds counterintuitive because the modern markets are winner take all games.
Opinion Assume good intent People make mistakes due to various reasons; lack of knowledge, over-confidence, lack of talent, environmental influence. Seldom the incident is voluntary. You might be on the bitter end of a
Programming Understanding TypeScript Decorators Decorators are used to modify a class and its members (methods, properties). The question may be, why do we need decorators to change those things? Why not directly change in
Keyboard How to choose a mechanical keyboard Mechanical keyboards are fantastic. It's one of the few ideas that were replaced by worse alternatives. Lightweight webpages have been replaced by bloated junks, fast desktop apps have been replaced
Productivity Focus on one thing for longer I read on a book that said "When you desperately want something, the universe conspires to make it happen". This sentence is about perseverance, not desire. Focusing on something for
Programming Unit testing is more important than you think The most important benefit unit testing gave me is being able to make changes without fearing things might blow up due to even a small change. The whole process of