KBKashish Bhatiainkashishbhatia.hashnode.dev·Oct 21, 2022 · 2 min readDockerINTRODUCTION Docker is the most leading container platform. It allows developer to package up an application with all its dependencies in a container and ship them to any platform(basically, on any device). It solves deployement issues and makes app...00
KBKashish Bhatiainkashishbhatia.hashnode.dev·Oct 17, 2022 · 1 min readPython: ML with scikit-learnBootstrap Go to https://colab.research.google.com/ Create a new notebook by selecting File -> New Notebook On newly opened window click on "Untitled..." and rename it to "scikit-learn-part1" Save it to your google drive by File -> Save Install scik...00
KBKashish Bhatiainkashishbhatia.hashnode.dev·Oct 17, 2022 · 1 min readWebapp | quick refresh 1 | Content Type : x-www-form-urlencoded, form-data and jsonINTRODUCTION The Content-Type is used to indicate the media type of the resource. The Media Type is a string sent along with the file indicating the format of the file. For example, for image file its media type will be like image/png or image/jpg, ...00
KBKashish Bhatiainkashishbhatia.hashnode.dev·Oct 16, 2022 · 1 min readPython: OOPS - Composition over InheritanceTo Be Continued...00
KBKashish Bhatiainkashishbhatia.hashnode.dev·Oct 16, 2022 · 1 min readPython: Essentials knowledge for TDDTo be continued...00