APAvik Pradhaninavik.com.np·Mar 29, 2024 · 8 min readIntroduction to Machine LearningWelcome to the world of machine learning! In this beginner-friendly blog post, we'll embark on a journey to understand the fundamentals of machine learning using PyTorch, a popular deep learning framework. Whether you're completely new to the field o...00
APAvik Pradhaninavik.com.np·Mar 27, 2023 · 3 min readLearning KubernetesNeed of container orchestration tools With the rise in the use of microservices use of container technology has also increased with it because the container provides the host for small independent applications like microservices. The rise of containe...01R
APAvik Pradhaninavik.com.np·Jan 1, 2023 · 3 min readOptimizing docker imageHi, this is second blog of series where we dockerize django application. Here is link to first part if you want to start from beginning it. In this blog we will be optimizing our docker image size and managing docker permissions. First we will be loo...00
APAvik Pradhaninavik.com.np·Sep 16, 2022 · 4 min readDockerize DjangoHi, this is the first part of series where we will be dockerizing a django application with PostgreSQL database and deploying in server. For production environment we'll use Gunicorn and Nginx. In this post we will write a Dockerfile to build a con...01R