Yogesh Paliyal
RSS FeedWelcome to my blog! Here you can find my thoughts and ideas about coding and technology. I hope you enjoy reading it!
Featured
-
Boost Your ADB Deeplink Workflow
Published: at 12:00 AMTired of manually managing Android deeplinks? Learn how to streamline your ADB workflow and quickly launch deeplinks directly from your terminal
-
Deploy Android App on Play Store using Github Action
Published: at 03:22 PMThe app release process is a repeatative process and take too much time to version bump, build and upload it to play store or other app stores. To simplify this process we can automated this process
-
How I became a Software Engineer without a Degree
Published: at 12:00 AMSharing my journey of becoming a Software Engineer.
Recent Posts
-
React Native Tip #1 | Lazy load view managers in Android
Published: at 12:00 AMThe startup time is the core metric in any app, in react-native there is additional overhead of react VM initialisation that increases the startup time of the app.
-
Automating Indus App Store Uploads with GitHub Actions
Updated: at 01:00 PMThis blog post delves into leveraging GitHub Actions to automate the process of uploading Android App Bundles (AAB) to the Indus App Store.
-
Guide to Android Data Binding
Published: at 03:22 PMIt is a technique to connect Data with your views.
-
Remove files from git based on .gitignore
Published: at 12:00 AMSometimes we want to remove the files from git that is already being pushed.