With the Visual Studio Code Dev Containers extension, a container becomes our entire development environment. Our workspace files and extensions run inside the container, giving us direct access to the required tools and system dependencies. This makes it easy to move between projects or environments by simply changing the container we connect to. devcontainer.json file…
Author: isleyen
Conda – Cheat Sheet
Conda is a powerful tool in the python ecosystem for package management & reproducible environment. Mostly Used Commands Command Goal conda info shows system info/ installation location/ active environement and more.. conda update conda updates conda to latest version conda install {{package_name}} install package (conda install numpy) conda update {{package_name}} update package(conda update scikit-learn) conda…
Resize Image in URL – Azure
Intro In many applications, a single image file often needs to be served in multiple variants.For example, a user may upload a high-quality image, but the application typically requires smaller or lower-quality versions of that image for different use cases such as thumbnails, previews, or mobile devices.Using the original high-resolution image in every scenario can…


