Home
Santhosh
Cancel

Poetry Commands

## Start a Project create a project in new folder with the package name and the boilerplate poetry new my-package or create the pyproject.toml in the current folder interactively poetry init add ...

Docker and Kubernetes

The Basics To install the typescript compiler globally npm install -g typescript Emitting with Errors, even tsc reports errors it still emits js files to stop it run tsc --noEmitOnError hello.ts ...

Systemd learning

What is ‘Systemd’? It’s an init system The init system is the process running on your server(PID 1) It manages all services that run in the background Working with Units Units in System...

Docker and Kubernetes

Docker Docker --version to know the version of docker installed. Layers of images Mostly Linux Base image, because small in size e.g. Alpine Application image on top Docker Ecosystem ...