Skip to content

Dev Notes

—Short notes on software, systems, and things I learn while building—

Menu
Menu

Developing Inside a Container – (Notes)

Posted on February 1, 2026February 3, 2026 by isleyen

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…

Read more

Conda – Cheat Sheet

Posted on January 17, 2026January 17, 2026 by isleyen

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…

Read more

Resize Image in URL – Azure

Posted on January 9, 2026January 9, 2026 by isleyen

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…

Read more

Recent Posts

  • Developing Inside a Container – (Notes)
  • Conda – Cheat Sheet
  • Resize Image in URL – Azure

Categories

  • Azure
  • C#
  • devcontainer
  • docker
  • python
© 2026 Dev Notes | Powered by Superbs Personal Blog theme