MTMohit Tanwaniinblog.mohit.rocks·Jul 3, 2024 · 2 min readLazy Imports in Java?🙂↔️I am an experienced Python user, and I love how everything is built-in. One feature I use daily is lazy imports. Recently, I was working with Java and wanted to do something similar. Although I couldn't find any good articles on the topic, I managed ...00
MTMohit Tanwaniinblog.mohit.rocks·Jul 20, 2021 · 2 min readCSS + BEM Methodology = 🤘We all follow naming conventions in programming languages, don't we? Now, what about CSS? Is there any need of naming convention in that? Of course! Maybe not in a small project, but when you start working on large projects you should organize your c...00
MTMohit Tanwaniinblog.mohit.rocks·Jul 12, 2021 · 11 min readPython Cheatsheet 🔥Python Cheatsheet Cheatsheets are good when you want to revise some of the concepts, but not an idle way to start learning I would recommend you to learn in depth from this course: Udemy Course If you can self learn then this Repository: Github Inde...00