RRajnishinrajnishspandey.hashnode.dev·Nov 11, 2024 · 1 min readDatabricks introductionDatabricks it is a unified, open analytics platform for building, deploying, sharing and maintaining data, analytics, and AI solutions at scale. Clusters it’s a collection of VM (Virtual Machines) instances. over which computational workloads are...00
RRajnishinrajnishspandey.hashnode.dev·Nov 3, 2024 · 3 min readShare docker image on docker hubIf you are new to docker and want to learn everything of docker read this blog From Setup to Deployment: Running a Flask App in Docker on Mac I have created another blog to Deploy Flask app using docker Compose Let's start this blog we are going to s...00
RRajnishinrajnishspandey.hashnode.dev·Nov 3, 2024 · 2 min readDeploy Flask app using docker ComposeDocker compose Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all the s...00
RRajnishinrajnishspandey.hashnode.dev·Nov 3, 2024 · 3 min readFrom Setup to Deployment: Running a Flask App in Docker on MacDownload Docker Docker Images Docker Images are the templates (blueprint) of the project Images can not be updated it's read-only It has Source code, Libraries, external dependencies, tools etc. Docker Containers Containers are the running inst...00
RRajnishinrajnishspandey.hashnode.dev·Nov 3, 2024 · 1 min readShare files-Photos between Mac and GooglePixelI have always been annoyed by the hassle of moving files between my Mac and Google Pixel (6A). I was looking for a reliable, safe, and fast tool that doesn't cost me anything. After some research, I found a tool that exceeded my expectations in terms...00