Bhavani Ravi·Jun 6Software Engineer Who Trained to Be a Yoga InstructorFinding Yoga (Again)A response icon1A response icon1
Bhavani Ravi·Oct 15, 2024Your Skills Don’t Matter Your Solution DoesI’ve been a software engineer all my career. I thought writing code was magical. It is. But, something shifted, when I became a Freelancer…
InApache AirflowbyBhavani Ravi·Jan 25, 2023Apache Airflow Bad vs. Best Practices In Production — 2023The open-ended nature of Airflow gives room for a variety of customization. While this is a good thing, there are no bound for…
Bhavani Ravi·Jul 23, 20227 Programming Anti-PatternsThings to unlearn as you move from CodeNewbie to Developer
Bhavani Ravi·Jun 27, 2022Pytest — How to test that a function is called with specific parameters?Unit tests are written to test single possible units of your system. When you interact with an external system, such as reading a file…
InJavaScript in Plain EnglishbyBhavani Ravi·Jun 2, 2022How to Create a Download Button Using ReactA guide on creating a download button using React.A response icon1A response icon1
Bhavani Ravi·Feb 15, 2022What Happens During Docker Build and Run?When using Docker, you will encounter two major operations build and run. The build command creates a docker image based on the Dockerfile…
Bhavani Ravi·Feb 11, 2022Docker — Virtualization vs. ContainerizationWhen the internet became a thing, we started hosting things on bare metal servers. In the last five years, we have moved from there to…
Bhavani Ravi·Oct 21, 2021How to Generate UML Diagrams from Python Source CodeThe Unified Modeling Language is a general-purpose, developmental modeling language in software engineering that is intended to provide a…