Running an LLM Locally Using OllamaIf late 1990s and early 2000s were the age of information technology, 2020s is the age of large language models (LLMs) and generative AI…Aug 11Aug 11
How to Deploy an AWS Elastic Beanstalk App in a Private Subnet?Elastic Beanstalk is an AWS service with which you can easily deploy and manage web applications. With Elastic Beanstalk (EB) , AWS takes…Jul 2Jul 2
How to Connect to a MongoDB Server in a Private Network Using MongoDB Compass?In this post, we’ll explore how to connect to a MongoDB server hosted within a private network.Jun 18Jun 18
All List Methods in PythonIn this story, I am going to describe every methods for Python lists. There are 11 list methods. I am describing them alphabetically.Feb 19Feb 19
Published inDev GeniusHow to Install Apache Airflow on AWS EC2 Instance?This post shows how Airflow can be installed on an EC2 instance. It involves four steps.Oct 17, 2023Oct 17, 2023
How to Use Tox to Automate Environment Management and to Autorun Python Tests?Tox is a generic virtual environment manager. With Tox it easy to set up different environment and run different commands in different…Jul 20, 2021Jul 20, 2021
Getting Started With GitAs you may know, Git is the most popular version control software. It is used to track changes to codes, especially in a large…Mar 19, 2021Mar 19, 2021
A Python Demo of the Central Limit TheoremCentral Limit Theorem (CLT) is theorem in Probability. It states that if you take a sufficiently large number of independent random…Jan 7, 2019Jan 7, 2019
Getting Started with VirtualenvVirtualenv is a Python package to create virtual Python environments. Below is a gentle introduction to this package.Dec 28, 2018Dec 28, 2018