blog

Awesome Image Awesome Image

Revolutionizing AI on a Budget: Meet GPT-4o Mini

Revolutionising AI on a Budget: Meet GPT-4o Mini  OpenAI is pushing the boundaries of accessible AI with the introduction of GPT-4o Mini, their most cost-efficient small model to date. Here are my first impressions of this exciting new development.  Affordable Excellence  GPT-4o Mini is priced at just 15 cents per million input tokens and 60 […]

Read More

Killer Bash Function: “Killing the use of kill -9”

Killer Bash Function: “Killing the use of kill -9” What is kill -9 ? The kill -9 , also known as SIGKILL, is a command used in Unix-like operating systems to forcefully terminate a process. In the world of software development, dealing with processes and ports is a common task. Sometimes, we need to stop a process […]

Read More

RSpec-ing Like a Boss: The Beginner’s Alchemy for Magical Code

RSpec-ing Like a Boss: The Beginner’s Alchemy for Magical Code   Chapter 1: Once Upon a Time… Understanding RSpec When I started writing RSpec initially I felt like whether I am testing the code or the code is testing me,  jokes aside lets dive into RSpec….. RSpec is a unit test framework for the Ruby programming language.​ RSpec is […]

Read More

Running Large Language Models in Local : Llama Cpp

Running Large Language Models in Local : Llama Cpp We’ll explore how to run Large Language Models (LLM) on your local system, even if you don’t have a GPU or prefer to avoid API costs. We’ll achieve this by using the Llama.cpp library https://github.com/ggerganov/llama.cpp which is compatible with both CPU and GPU, allowing GPU acceleration […]

Read More

How to install and Run GPT4ALL using Python in Local, No GPU Required !

How to install and Run GPT4ALL using Python in Local, No GPU Required ! Prerequisites: This blog is for curious minds looking to tap into the potential of Large Language Models (LLMs) to enhance both their daily lives and business Objective. All you need is a basic understanding of Python and a pinch of curiosity […]

Read More

How to Get Up and Running User Interfaces Like ChatGPT and Its API Locally | Harnessing the Power of Open Source LLM

How to Get Up and Running User Interfaces Like ChatGPT and Its API Locally | Harnessing the Power of Open Source LLM In this section, we’ll explore how to run LLM models conveniently through a web user interface and access them via an API, all without requiring a GPU and Completely local and free. We’ll be […]

Read More

Creating a Multisite Network: Unifying Excellence

How to Create a Multisite Network in WordPress If you’re running multiple websites and want to streamline their management, creating a multisite network in WordPress can be a game-changer. With a multisite network, you can manage multiple websites from a single WordPress installation, making it easier to maintain and update your online presence. In this […]

Read More

Running Dual WordPress Instances in One Database

Running Multiple WordPress Instances in One Database: A Comprehensive Guide WordPress is a versatile and popular content management system used by millions to power websites, blogs, and online stores. But what if you need to manage multiple WordPress websites and want to keep things efficient and organized? The answer lies in running multiple WordPress instances […]

Read More

Unlocking the Digital Frontier: A Journey through the WordPress Wonderland

Setting Up WordPress in Docker: A Comprehensive Guide Setting up WordPress in Docker is a convenient way to create a portable and isolated environment for your WordPress development or production needs. Docker allows you to package WordPress, its dependencies, and your custom configurations into a single container, making it easy to manage and deploy. Here’s […]

Read More