Pushakar Gaikwad, Author at Pushakar Gaikwad https://pushakar.com/author/admin/ Software Developer, Blogger, Tech enthusiast Wed, 13 Nov 2024 05:42:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.7 208136840 Wireless debugging on Android – Use ADB using Wi-Fi https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/ https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/#respond Wed, 13 Nov 2024 05:42:42 +0000 https://pushakar.com/?p=4032 Tutorial/Commands on How to enable wireless debugging on android. This will let you use adb using Wi-Fi on your android

The post Wireless debugging on Android – Use ADB using Wi-Fi appeared first on Pushakar Gaikwad.

]]>
Tutorial/Commands on How to enable wireless debugging on android. This will let you use adb using Wi-Fi on your android

The post Wireless debugging on Android – Use ADB using Wi-Fi appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/11/13/wireless-debugging-on-android-use-adb-using-wi-fi/feed/ 0 4032
Boost Your Python Workflow: Pip and Anaconda Tips https://pushakar.com/2024/11/13/python-cheatsheet/ https://pushakar.com/2024/11/13/python-cheatsheet/#respond Wed, 13 Nov 2024 04:10:27 +0000 https://pushakar.com/?p=4022 Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Clean cache, reclaim storage, and remove unused or temporary packages: conda clean --all Boost your Python development efficiency with these quick commands! Whether you use pip or Anaconda, keeping your … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips

The post Boost Your Python Workflow: Pip and Anaconda Tips appeared first on Pushakar Gaikwad.

]]>
Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Clean cache, reclaim storage, and remove unused or temporary packages: conda clean --all Boost your Python development efficiency with these quick commands! Whether you use pip or Anaconda, keeping your … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips

The post Boost Your Python Workflow: Pip and Anaconda Tips appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/11/13/python-cheatsheet/feed/ 0 4022
VS Code Shortcuts Cheatsheet https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/ https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/#respond Mon, 14 Oct 2024 05:14:34 +0000 https://pushakar.com/?p=4001 Here is a list of Shortcuts that I use regularly in VS Code. Some maybe obvious and basic and some can be hidden gems In no particular order: Alt+Shift+F => Format current document (requires Prettier installed Ctrl+Shift+P => Command Pallet

The post VS Code Shortcuts Cheatsheet appeared first on Pushakar Gaikwad.

]]>
Here is a list of Shortcuts that I use regularly in VS Code. Some maybe obvious and basic and some can be hidden gems In no particular order: Alt+Shift+F => Format current document (requires Prettier installed Ctrl+Shift+P => Command Pallet

The post VS Code Shortcuts Cheatsheet appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/10/14/vs-code-shortcuts-cheatsheet/feed/ 0 4001
Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/ https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/#respond Fri, 11 Oct 2024 11:42:42 +0000 https://pushakar.com/?p=3997 React Native has made it incredibly easy to develop cross-platform apps that work on both mobile and web using frameworks like Expo. However, there are times when a native plugin (designed for iOS or Android) isn't compatible with the web platform. One common example is Google AdMob (react-native-google-mobile-ads), which can cause crashes when trying to … Continue reading Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules

The post Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules appeared first on Pushakar Gaikwad.

]]>
React Native has made it incredibly easy to develop cross-platform apps that work on both mobile and web using frameworks like Expo. However, there are times when a native plugin (designed for iOS or Android) isn't compatible with the web platform. One common example is Google AdMob (react-native-google-mobile-ads), which can cause crashes when trying to … Continue reading Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules

The post Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/10/11/fixing-plugin-compatibility-in-react-native-web-with-expo-how-to-disable-google-admob-and-other-native-modules/feed/ 0 3997
Essential Resources for Social Media Content Creation and Management https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/ https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/#respond Tue, 27 Aug 2024 14:50:31 +0000 https://pushakar.com/?p=3952 Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.

The post Essential Resources for Social Media Content Creation and Management appeared first on Pushakar Gaikwad.

]]>
Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.

The post Essential Resources for Social Media Content Creation and Management appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/27/social-media-content-creation-management-resources/feed/ 0 3952
My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/ https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/#respond Tue, 27 Aug 2024 10:15:08 +0000 https://pushakar.com/?p=3950 Join me as I explore the process of self-hosting Frappe-based custom apps using Docker on DigitalOcean. Learn about building custom Docker images, setting up on DigitalOcean, and more!

The post My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean appeared first on Pushakar Gaikwad.

]]>
Join me as I explore the process of self-hosting Frappe-based custom apps using Docker on DigitalOcean. Learn about building custom Docker images, setting up on DigitalOcean, and more!

The post My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/27/self-hosting-frappe-docker-digitalocean/feed/ 0 3950
Essential Resources for Enhancing Your Writing Skills https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/ https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/#respond Tue, 20 Aug 2024 07:39:51 +0000 https://pushakar.com/?p=3941 A Collection of Tools, References, and Techniques to Help with Writing Writing Techniques for Storytelling The Dan Harmon Story circle JK Rowling's Outline technique Must-Read Books for Writers Bird by Bird A Book that will help you write books ... This post is developing as I am resuming my creator activities and a part of … Continue reading Essential Resources for Enhancing Your Writing Skills

The post Essential Resources for Enhancing Your Writing Skills appeared first on Pushakar Gaikwad.

]]>
A Collection of Tools, References, and Techniques to Help with Writing Writing Techniques for Storytelling The Dan Harmon Story circle JK Rowling's Outline technique Must-Read Books for Writers Bird by Bird A Book that will help you write books ... This post is developing as I am resuming my creator activities and a part of … Continue reading Essential Resources for Enhancing Your Writing Skills

The post Essential Resources for Enhancing Your Writing Skills appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/08/20/essential-resources-for-enhancing-your-writing-skills/feed/ 0 3941
My Favourite Open Source Projects https://pushakar.com/2024/01/23/my-favourite-open-source-projects/ https://pushakar.com/2024/01/23/my-favourite-open-source-projects/#respond Tue, 23 Jan 2024 14:18:19 +0000 https://pushakar.com/?p=3706 In no particular order JellyfinMedia Server - Movies, TV, music managementlogseqoutliner based notetaking, Personal Knowledge Managementanytypenotion alternative, but local and p2podooEnterpise Software - ERP, CRM, MRP, Project Management, AccountingKDEConnectOpen source alternative to Apple's ecosystem, like airdrop, clipboard syncsyncthingp2p file syncing

The post My Favourite Open Source Projects appeared first on Pushakar Gaikwad.

]]>
In no particular order JellyfinMedia Server - Movies, TV, music managementlogseqoutliner based notetaking, Personal Knowledge Managementanytypenotion alternative, but local and p2podooEnterpise Software - ERP, CRM, MRP, Project Management, AccountingKDEConnectOpen source alternative to Apple's ecosystem, like airdrop, clipboard syncsyncthingp2p file syncing

The post My Favourite Open Source Projects appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/01/23/my-favourite-open-source-projects/feed/ 0 3706
Best Open Source Generative AI Projects https://pushakar.com/2024/01/22/best-open-source-generative-ai-projects/ https://pushakar.com/2024/01/22/best-open-source-generative-ai-projects/#respond Mon, 22 Jan 2024 17:35:13 +0000 https://pushakar.com/?p=3693 This list is WIP Image Image Generators Stable Diffusion based image UIs Automatic1111 ComfyUI Image Manipulators Colorise Black and White Photos Audio Text to speech Coqui Suno Bark TortoiseTTS Music Voice Cloning RVC Text LLMs Quality Tiny and fast Uncensored ChatUIs Oobabooga GPT4All

The post Best Open Source Generative AI Projects appeared first on Pushakar Gaikwad.

]]>
This list is WIP Image Image Generators Stable Diffusion based image UIs Automatic1111 ComfyUI Image Manipulators Colorise Black and White Photos Audio Text to speech Coqui Suno Bark TortoiseTTS Music Voice Cloning RVC Text LLMs Quality Tiny and fast Uncensored ChatUIs Oobabooga GPT4All

The post Best Open Source Generative AI Projects appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2024/01/22/best-open-source-generative-ai-projects/feed/ 0 3693
A Comprehensive Guide to Using environment.yml Files https://pushakar.com/2023/10/30/a-comprehensive-guide-to-using-environment-yml-files/ https://pushakar.com/2023/10/30/a-comprehensive-guide-to-using-environment-yml-files/#respond Mon, 30 Oct 2023 18:01:55 +0000 https://pushakar.com/?p=3631 In the world of data science and scientific computing, the environment.yml file is a vital tool associated with the conda package manager. Whether you're a seasoned data scientist or a software developer, understanding how to harness the power of this file can significantly impact the efficiency and reproducibility of your projects. In this blog post, … Continue reading A Comprehensive Guide to Using environment.yml Files

The post A Comprehensive Guide to Using environment.yml Files appeared first on Pushakar Gaikwad.

]]>
In the world of data science and scientific computing, the environment.yml file is a vital tool associated with the conda package manager. Whether you're a seasoned data scientist or a software developer, understanding how to harness the power of this file can significantly impact the efficiency and reproducibility of your projects. In this blog post, … Continue reading A Comprehensive Guide to Using environment.yml Files

The post A Comprehensive Guide to Using environment.yml Files appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2023/10/30/a-comprehensive-guide-to-using-environment-yml-files/feed/ 0 3631