jesse_jcharis

How to Build A Useful Chrome Extension

Google Chrome extensions are powerful tools to personalize and enhance your browsing experience. In this tutorial, we’ll walk you through building a text analyzer Chrome extension similar to our prior Firefox example, but tailored to Chrome’s requirements—including use of Manifest V3, background service workers, popups, context menus, and notifications. Chrome Extension Basics: What Files Do …

How to Build A Useful Chrome Extension Read More »

How to Build Browser Extensions for Mozilla Firefox

Web Browsers are the gateway and portals to the world of the internet. Every tool, service that can be assessed online can be reached through the web browser. In this tutorial we will explore how to build useful web browser extensions so that we can use them when navigation our web surfing. Think of browser …

How to Build Browser Extensions for Mozilla Firefox Read More »

The New Phase of Software Development

Software development is undergoing a profound transformation. The rise of artificial intelligence (AI) and LLM specifically is reshaping how applications are designed, built, and maintained. As businesses look to harness the power of Generative AI for competitive advantage, three distinct types of software development roles are emerging: the traditional developer, the AI-augmented developer, and the AI-native developer. In …

The New Phase of Software Development Read More »

Introduction to Google Agent Development Kit In Python

Google’s Agent Development Kit (ADK) is a powerful framework that makes it easy to create, evaluate, and deploy AI agents. This tutorial will walk you through using the ADK to build text analysis agents with different architectures, based on the provided code example. Getting Started with ADK Prerequisites Before diving into the code, you’ll need …

Introduction to Google Agent Development Kit In Python Read More »

Building A Text Knowledge Graph in Python

Knowledge graphs are powerful tools for representing and organizing complex information in a structured, interconnected way. They have gained significant traction in recent years due to their ability to capture relationships between entities and provide context-rich data representations. This article will explore knowledge graphs in depth, including their applications and implementation in Python. What are …

Building A Text Knowledge Graph in Python Read More »

Building a Web Crawlers or Web Bot using Rust

Web crawlers, also known as spiders or bots, are automated programs that systematically browse the World Wide Web to collect information. In this article, we’ll explore how to implement a basic web crawler in Rust, leveraging the language’s performance and safety features. Why Use Rust for Web Crawling? Rust is an excellent choice for building …

Building a Web Crawlers or Web Bot using Rust Read More »

Building A Scalable App with FastAPI, Redis Queue and RQ-Dashboard

In today’s data-driven world, the need for efficient and scalable data conversion tools is ever-growing. In this article we will explores how to build a robust JSON to YAML converter using FastAPI, Redis Queue (RQ), and RQ Dashboard. This powerful combination allows for asynchronous processing, job monitoring, and easy scalability. The Architecture Our application consists …

Building A Scalable App with FastAPI, Redis Queue and RQ-Dashboard Read More »