This year 2020, I tweeted about my reading. Many people reach out and asked me “How did you pull this off? “. Since I like the DRY(Don’t Repeat Yourself) principle I thought of putting this into a blog post so I don’t have to repeat myself 😂 Let’s get started. How I started reading books I was one of those kids who loves to read comics. My parents brought me one comic book of Chacha Chaudhary while visiting Udaipur. We …
Blog Posts
The more features your Flutter app has, the harder it becomes to test it manually. Automated tests ensure that your app performs correctly before you publish it. Writing these tests for your Flutter app can help …
Have you been in a situation where you want to test a feature from a specific branch? But you don’t have an environment set up in the local? Or you are out somewhere and don’t have …
Do you know a friend/colleague who tests their application directly in the production environment? Yeah, that’s a bad practice. We should have a local or staging environment where we test our code before we push to …
Summary The book mention all the pros and cons of working remotely and try to answers all arguments against remote work. It also provides a lot of ways a company or individual can embrace remote work …
Summary First of all, let me clear this, This book is not about following some specific patterns like MVP, MVC, MVVP or MVI. This is more about how to architect and dividing the responsibility in a …
Summary Few great points to have a successful product. Your product should be unique. If it’s not unique then your product should be 10x better than the existing one. Go for monopoly. Author Peter Thiel
Summary This book gave a lot of insight into how to be pragmatic while developing any software. The books put more effort into the DRY principle. If anything is repetitive then try to extract in some …
Author Martin Fowler Website Summary We often hear this term in the software industry that “Don’t change anything if it works” which is so not true. This book provides all the reasons why it’s not true …
Author Michael C. Feather. Website Summary This book changed my perception of how important is to write tests. By book definition, legacy code is nothing but a code without a test. The majority of software companies …
Author: Robert C. MartinWebsite Summary Filled with the knowledge of 40 years of software development experience. Must read for software developers. This book teaches us any person can write code. But it requires special skills, discipline, …
If you are struggling to write tests for legacy codebase in a flutter then yesterday I talked about “Testing in Flutter” for legacy codebase at Mobile Z-days. The more features your flutter app has, the harder …
Social Profiles