Life is short and unpredictable. If you go with data on the average human life span, I am almost halfway there ?. Last month I turned 29 as per the Georgian calendar. Georgian and Hijri calendars have a 1-year gap every 30 years. But here I am, happy to be called a 30-year-old as per Hijri’s calendar.? In these 29/30 years, One thing I did consistently is, doing a lot of mistakes and learning from them. This way I’ve learned …
Blog Posts
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 …
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 access to your PC? Or your client/QA is pinging you all the time to provide APK with specific configuration and features? In this blog, we will talk about how we can solve above problems by manually generating APK using Github actions. So Let’s get …
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 the production. That’s where the Firebase emulator comes into the picture. Firebase emulator is a tool that helps us to test various firebase services in our local environment altogether. What is Firebase Emulator? According to the official documentation The Firebase Local Emulator Suite consists …
I hope you and your loved ones are safe and healthy. In this pandemic situation, we are constantly fetching information from news channels and social media. My Family talks about this pandemic so much that my two-year-old son has learned a new word, “Corona”. This proves that we are in a difficult and scary situation. We are constantly worried about our job, business, and loved ones. In my social media feed, I am continuously getting these kinds of tweets and …
At Google IO 2019 Google announced that the Kotlin programming language is now the preferred language for Android app developers. Android development will become increasingly Kotlin-first. That means everything they are going to build for Android will be developed in Kotlin first as their first-class language. If anyone has not started with Kotlin yet then now it’s a really good time to switch to Kotlin. Motivation It’s pretty simple and straightforward to start with Kotlin if we are building an app from scratch. …
This blog is meant for anyone who is looking to enhance their programming skills and career. You could be a fresher who just started programming or an experienced professional who has not yet started to contribute to open source. So Grab the coffee. Because this going to be a long read. Goal The main goal of this blog is to motivate developers towards open source contribution and show them how important it can be for their skills and careers. I …
This blog is meant for Android developers looking to apply their existing Android knowledge to build mobile apps with Flutter. In this blog, we are going to explore what is equivalent design widget for FrameLayout in Flutter. Series How to design Activity UI in Flutter? How to design LinearLayout in Flutter? How to design FrameLayout in Flutter? (You are here) Prerequisites This blog already assumes that you have set up the flutter in your machine and able to run a …
This blog is meant for Android developers looking to apply their existing Android knowledge to build mobile apps with Flutter. In this blog, we are going to explore what is equivalent design widget for LinearLayout in Flutter. Series How to design Activity UI in Flutter. How to design LinearLayout in Flutter. (You are here) How to design FrameLayout in Flutter. Prerequisites This blog already assumes that you have already setup the flutter in your PC and able to run a …
This blog is meant for Android developers looking to apply their existing Android knowledge to build mobile apps with Flutter. In this blog, we are going to explore what is equivalent to Activity in Flutter. Series How to design Activity UI in Flutter. (You are here) How to design LinearLayout in Flutter. How to design FrameLayout in Flutter. Prerequisites This blog already assumes that you have already set up the flutter in your PC and able to run a Hello …
Social Profiles