9 useful libraries for your Flutter project
Starting a new project in Flutter? Although the choice of libraries depends on your use case, here are the top 9 libraries that I think you should definitely be comfortable with. The list contains common…
Starting a new project in Flutter? Although the choice of libraries depends on your use case, here are the top 9 libraries that I think you should definitely be comfortable with. The list contains common…
DSLR and Mobile phone tripod I needed a tripod for my DSLR and mobile phone so that I can make some long videos. I was looking for something under 1000 INR (~15 USD). After going…
Today, I knew it was going to be hectic. Just like the other days. Right from waking up, till everyone else in the house is asleep. And then, my day really starts, when I am…
From my experience, as with any task, you would need a certain level of preparation before you can get started, so that you can make the most efficient use of your time. Code review is…
Photo by Vlada Karpovich on Pexels.com In the last post, we introduced the 5 important SOLID design principles that developers should be aware of. This post will talk about the first one: Single Responsibility Principle.…
Reducing install friction of mobile apps is the first and the most important problem businesses face today. In 2018, Google Play Store and Apple App Store had close to 5 billion apps. To get noticed,…
This is a series of related posts. Catch up on the previous ones here: First date - Part 1First date - Part 2 Keith dropped Veronica in-front of her PG. Both were still holding hands,…
I needed a laptop bag, and saw the product suggestion on Amazon, priced at Rs. 2,099. From the specs, it looked awesome, so I ordered it. After 2 weeks of usage, I am ready to…
Angular, which is the default framework for starting Ionic applications provide 2 kinds of forms, reactive forms, and template-driven forms. In this post, we will only discuss the implementation of Reactive Forms in an Ionic…
How to transform Observables from one type to another? Say for example, a function is returning an observable of a list of strings, which are basically numbers. But, you finally need an observable of list…