Skip to content

Higherpass

Higherpass

Random Article
  • Home
  • Craig
  • Page 2

Author: Craig

Categories Javascript Programming

Building a React Next.JS Todo Application with REST API and Prisma

  • By Craig
  • May 4, 2025

Introduction Building a modern todo application with Next.js, REST API, and Prisma provides an excellent opportunity to create a full-stack application with powerful features…

Read More
Categories ML-AI Python

BaseModel vs TypedDict in LangGraph Agent State Management

  • By Craig
  • May 3, 2025

When developing agents with LangGraph, one of the fundamental decisions developers face is choosing between Pydantic’s BaseModel and Python’s TypedDict for state management. Let’s…

Read More
Minikube Start Output
Categories DevOps

Installing Minikube and Creating a Kubernetes Cluster – A Complete Guide

  • By Craig
  • May 2, 2025

Introduction Minikube is a powerful, lightweight implementation of Kubernetes that enables developers to run a single-node Kubernetes cluster on their local machine. This tool…

Read More
React Electron Calculator
Categories Javascript Programming

Creating a React Calculator App and Converting it to an Electron Desktop Application

  • By Craig
  • May 1, 2025

Introduction In this blog post, we’ll walk through the process of creating a React Calculator App and converting it into an Electron Desktop Application.…

Read More
Categories ML-AI Python

Streamlining LLM Integration with LiteLLM

  • By Craig
  • April 30, 2025

In the rapidly evolving landscape of Large Language Model (LLM) applications, developers often face significant challenges when integrating multiple LLM providers. Each provider—whether OpenAI,…

Read More
Categories Python Programming

Enhancing Python Code Quality with Ruff, Black, and Mypy

  • By Craig
  • April 29, 2025

Introduction In the ever-evolving landscape of Python development, maintaining code quality is paramount. This guide focuses on three powerful tools that have become essential…

Read More
Fast MCP Inspector
Categories Python ML-AI

Building a MCP Server So LLMs Can Count Letters

  • By Craig
  • April 29, 2025

Large Language Models (LLMs) sometimes struggle with simple counting tasks like determining the number of ‘r’s in words like “strawberry” or “raspberry”. While this…

Read More
Categories Python Programming

Asynchronous Python: A Guide to Best Practices and Implementation

  • By Craig
  • April 28, 2025

Introduction Asynchronous programming in Python has revolutionized how we handle concurrent operations, particularly for I/O-bound tasks. This guide explores the best practices and implementation…

Read More
Categories Jupyter Notebooks

Using Ipywidgets in Jupyter Notebooks

  • By Craig
  • April 26, 2025

Introduction to Ipywidgets Ipywidgets are a powerful tool that can enhance the interactivity and functionality of Jupyter Notebooks. These widgets allow users to create…

Read More
Recharts Example Charts
Categories Javascript Programming

Creating Charts and Graphs in JavaScript with React and Recharts

  • By Craig
  • April 26, 2025

Introduction In the world of web development, data visualization plays a crucial role in conveying information in a clear and concise manner. Charts and…

Read More

Posts pagination

1 2 3 4
Copyright © 2025