Chrome Extension Development

This blog will walk you through how to develop a Chrome Extension. From concepts to practical examples, this guide will help you create your own Chrome Extension.

What can Chrome Extension do?

A Chrome extension is a small software program that customizes the Chrome browser. It can:

  • Enhance user experience by adding new features.
  • Interact with web pages.
  • Automate repetitive tasks.

Some popular examples include ad blockers, language translators ( Grammarly ), and password managers.

Read more

Empowering Software with LLMs: Integration, Deployment, and Automation

Large Language Models (LLMs) are revolutionizing industries. This blog walks you through integrating LLMs into a web application, deploying them to the cloud, and automating workflows. Follow along to kickstart LLMs in your projects effectively.


What Are LLMs?

LLMs (Large Language Models) like GPT-4, Llama, and others are powerful tools for generating human-like text, analyzing context, and solving complex problems. They can be used for a wide range of tasks such as chatbots, content creation, code generation, and more.

In this guide, we will explore two key approaches for integrating LLMs into a software project:

  1. Deploying an LLM on your own infrastructure.
  2. Using third-party inference APIs.

Read more

Automatically Post Your Blog

This blog describes a quick and easy way to set up your own website and automate the process of posting new blogs.

What is Hexo?

Hexo is a fast, simple, and powerful blog framework built with Node.js.

What is GitHub Pages?

GitHub Pages is a static site hosting service provided by GitHub. It allows you to host your website directly from a GitHub repository. You can configure this feature in the repository’s Settings ➔ Pages section.

Read more