sophyia.meHow to Set Up Ollama and Run LLMs LocallyMost people hear the term βAI modelβ and think of something that exists only in the cloud, accessed through an API key, and has a monthly fee. But not all large language models (LLMs) have to live on a cloud, a farm data center. Ollama lets you and m...Sep 22, 2025Β·5 min read
sophyia.mePython in DevOps: Automation, Efficiency, and ScalabilityPython has become a must-have tool in the DevOps engineer's toolkit. From automating tasks and managing cloud infrastructure to building CI/CD (Continuous Integration and Continuous Delivery) pipelines, Python helps simplify and scale processes. Whet...Jan 18, 2025Β·6 min read
sophyia.meHow to Create a Number-Guessing Game in PythonHello there! π In this guide, you will learn how to build a number-guessing game using basic Python concepts, such as loops, if-else statements, handling inputs, and more. This is inspired by the Number guessing game project in the Roadmap projects ...Nov 26, 2024Β·4 min read
sophyia.meF-Strings in Python: What They Are and How to Use ThemF-strings (Formatted strings) in Python are an easy way to add expressions in Strings. It was first introduced in Python 3.6, making string formatting much more readable and easy. In this guide, we will understand what f-strings are and why it is so ...Aug 27, 2024Β·4 min read
freecodecamp.orgHow to Secure Your Django App β Best Practices and Code ExamplesAs a software developer or engineer, it's not enough to know how to build useful solutions β you must also ensure that they are secure. Prioritizing your users is crucial when developing and deploying your software because if users can't use your app...May 22, 2024Β·7 min read