Programming Archives - Pushakar Gaikwad https://pushakar.com/category/programming/ Software Developer, Blogger, Tech enthusiast Sat, 16 Nov 2024 02:25:08 +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 Managing Environments Create new conda environment conda create --name environment_name python=3.11 You can replace the 3.11 with any the python version as required Remove conda environment conda env remove --name … 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 Managing Environments Create new conda environment conda create --name environment_name python=3.11 You can replace the 3.11 with any the python version as required Remove conda environment conda env remove --name … 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
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
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
What is Open Source https://pushakar.com/2022/07/27/what-is-open-source/ https://pushakar.com/2022/07/27/what-is-open-source/#respond Wed, 27 Jul 2022 05:45:40 +0000 https://pushakar.com/?p=2426 Anyone can view, modify & share. Photo by Pixabay on Pexels.com Open Source Software allows anyone to view, modify and share its source code. This enables collaboration from a larger group (not limited to just the original authors) to contribute to the development, adding features, fixing bugs, and patching security issues.This approach is in contrast … Continue reading What is Open Source

The post What is Open Source appeared first on Pushakar Gaikwad.

]]>
Anyone can view, modify & share. Photo by Pixabay on Pexels.com Open Source Software allows anyone to view, modify and share its source code. This enables collaboration from a larger group (not limited to just the original authors) to contribute to the development, adding features, fixing bugs, and patching security issues.This approach is in contrast … Continue reading What is Open Source

The post What is Open Source appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2022/07/27/what-is-open-source/feed/ 0 2426
How to link to a section within Readme.md file https://pushakar.com/2022/05/28/how-to-link-to-a-section-within-readme-md-file/ https://pushakar.com/2022/05/28/how-to-link-to-a-section-within-readme-md-file/#respond Sat, 28 May 2022 05:17:59 +0000 https://pushakar.com/?p=2364 Introduction Many markdown files, especially readme files on Github and other sites have links in them that allow you to click and jump to sections within the file.Read along to learn how to create one yourself with an example of Steps with example Click here → Footer to see the link in action to jump … Continue reading How to link to a section within Readme.md file

The post How to link to a section within Readme.md file appeared first on Pushakar Gaikwad.

]]>
Introduction Many markdown files, especially readme files on Github and other sites have links in them that allow you to click and jump to sections within the file.Read along to learn how to create one yourself with an example of Steps with example Click here → Footer to see the link in action to jump … Continue reading How to link to a section within Readme.md file

The post How to link to a section within Readme.md file appeared first on Pushakar Gaikwad.

]]>
https://pushakar.com/2022/05/28/how-to-link-to-a-section-within-readme-md-file/feed/ 0 2364