Tutorial/Commands on How to enable wireless debugging on android. This will let you use adb using Wi-Fi on your android
Author: Pushakar Gaikwad
Boost Your Python Workflow: Pip and Anaconda Tips
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
VS Code Shortcuts Cheatsheet
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
Fixing Plugin Compatibility in React Native Web with Expo: How to Disable Google AdMob and Other Native Modules
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
Essential Resources for Social Media Content Creation and Management
Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.
My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean
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!
Essential Resources for Enhancing Your Writing Skills
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
My Favourite Open Source Projects
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
Best Open Source Generative AI Projects
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
A Comprehensive Guide to Using environment.yml Files
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