PRpadmanabha reddyinblogs.padmanabha.com·Sep 28, 2023 · 19 min readContainerization and DockerDocker is a platform for developing, shipping and running applications in lightweight, portable containers. Containers are isolated environments that package an application and its dependencies, ensuring consistency and reproducibility across differe...00
PRpadmanabha reddyinblogs.padmanabha.com·Sep 28, 2023 · 3 min readDocker ProjectsInstalling docker on ubuntu:- # step1: updating package list sudo apt update # This command updates the package list on your Ubuntu system. It retrieves the latest information about available packages and their versions from the Ubuntu repositories. ...00
PRpadmanabha reddyinblogs.padmanabha.com·Sep 12, 2023 · 4 min readDocker CommandsDocker is a platform for developing, shipping and running applications in containers. Containers are lightweight, isolated environments that contain everything needed to run an application, including the code, runtime, system tools, and libraries. Do...00
PRpadmanabha reddyinblogs.padmanabha.com·Aug 8, 2023 · 6 min readThe Art of Prompt EngineeringPrompt engineering is a relatively new discipline which involves developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand th...00
PRpadmanabha reddyinblogs.padmanabha.com·Jun 27, 2023 · 14 min readApache Spark - Structured APIApache Spark's Structured API is a high-level programming interface that enables users to manipulate and analyze structured and semi-structured data in a distributed computing environment. It is built on top of the Spark Core engine, providing a user...00