ACAshutosh Chapagaininashutoshchapagain.hashnode.dev·Jul 1, 2025 · 23 min readEverything You Need to Know to Start Using DockerWhat is Docker Consider creating an application that functions flawlessly on your laptop but malfunctions when sent to another person. Perhaps their environment is lacking certain packages, or they are using a different operating system. This is a ty...01M
ACAshutosh Chapagaininashutoshchapagain.hashnode.dev·Apr 14, 2025 · 3 min readHow to Install Applications from .tar.gz Files and Add Them to the Menu in Linux Mint (VS Code Example)If you're using Ubuntu or Linux Mint, you've probably noticed that some applications are only available as .tar.gz files. These are compressed, distribution-agnostic packages, unlike .deb files which are tailored to Debian-based systems. This article...00
ACAshutosh Chapagaininashutoshchapagain.hashnode.dev·Jan 22, 2024 · 4 min readUsing Python's Virtual Environment with Jupyter NotebookIn this blog, we will see how to use Python's virtual environment venv with Jupyter Notebook. Using virtual environments with Jupyter Notebook can be somewhat tricky but it is essential to use virtual environments to manage separate package installat...00
ACAshutosh Chapagaininashutoshchapagain.hashnode.dev·Oct 31, 2023 · 14 min readIncorporating CKEditor 5 into a Flask applicationIn this blog, we will see how to integrate CKEditor 5 into a Flask application. CKEditor, which stands for 'Content-Kit Editor', is a JavaScript-rich open-source web-based text editor. It enables the users of a web application to easily format and ed...00