Logo NAREN VADAPALLI
HOME BLOG PORTFOLIO ABOUT CONTACT

My Blog

Reflections on software engineering, pipeline automation, graphics, and system reliability.

Showing articles tagged with:
Claude Code Basics: Commands, Subagents, and Memory Layers
Jun 30, 2026

Claude Code Basics: Commands, Subagents, and Memory Layers

Learn the difference between slash commands and file context mentions, configure global vs local memory, and understand how custom skills and subagents operate in Claude Code.

Read Article →
Claude Code Customization: CLAUDE.md, AGENTS.md, and SKILLS.md
Jun 29, 2026

Claude Code Customization: CLAUDE.md, AGENTS.md, and SKILLS.md

Master project-level customization for Anthropic's Claude Code by writing rules and guidelines in CLAUDE.md, AGENTS.md, and custom SKILLS.md.

Read Article →
Setting up Claude Code: The Ultimate Terminal AI Pair Programmer
Jun 28, 2026

Setting up Claude Code: The Ultimate Terminal AI Pair Programmer

A step-by-step setup guide for installing, configuring, and authenticating Anthropic's Claude Code CLI across macOS, Windows, and Linux.

Read Article →
LLMs, Agents, and Harnesses: Demystifying Claude Code
Jun 27, 2026

LLMs, Agents, and Harnesses: Demystifying Claude Code

Confused about the difference between Claude Code and Claude Opus? A deep dive into the architecture of modern agentic coding tools—from Large Language Models (LLMs) to Autonomous Agents and Execution Harnesses.

Read Article →
Custom Model Endpoints: Hooking up Local & Enterprise Models with Antigravity CLI
Jun 24, 2026

Custom Model Endpoints: Hooking up Local & Enterprise Models with Antigravity CLI

Learn how to configure the Google Antigravity CLI (agy) to run with local LLMs (Ollama, vLLM) or private enterprise endpoints for maximum privacy and cost efficiency.

Read Article →
Going Async: Background Tasks, Timers, and Scheduling in Antigravity CLI
Jun 23, 2026

Going Async: Background Tasks, Timers, and Scheduling in Antigravity CLI

A deep dive into managing long-running tasks, using asynchronous tools, setting timers, and configuring recurring jobs with the Google Antigravity CLI.

Read Article →
Extending Antigravity CLI: Building Custom Skills and Project Rules
Jun 21, 2026

Extending Antigravity CLI: Building Custom Skills and Project Rules

Learn how to supercharge the Google Antigravity CLI (agy) by building custom agent skills, project-scoped rules, and custom scripts to automate repository-specific workflows.

Read Article →
Setting up Google Antigravity CLI: The AI-First Terminal Assistant
Jun 20, 2026

Setting up Google Antigravity CLI: The AI-First Terminal Assistant

A comprehensive guide on installing and configuring Google Antigravity CLI (agy) on Mac, Windows, and Linux, complete with TUI commands, settings.json customization, and real-world usage examples.

Read Article →
Python 3.15: A First Look at the Coolest New Features
Jun 19, 2026

Python 3.15: A First Look at the Coolest New Features

A deep dive into the most exciting developer features in the Python 3.15 pre-release, including explicit lazy imports, frozendict, built-in sentinels, unpacking in comprehensions, and the Tachyon profiler.

Read Article →
SLURM Demo on AWS Ubuntu EC2 instance
May 29, 2024

SLURM Demo on AWS Ubuntu EC2 instance

Demo of slurm usage on a single instance of Ubuntu 24.04 EC2 instances on AWS

Read Article →
SLURM on WSL
May 27, 2024

SLURM on WSL

Setting up SLURM on WSL

Read Article →
Introduction to SLURM
May 26, 2024

Introduction to SLURM

Simple Linux Utility for Resource Management (SLURM)

Read Article →
How to find a linux machine is a VM (Virtual Machine) or a Bare Metal
Nov 7, 2023

How to find a linux machine is a VM (Virtual Machine) or a Bare Metal

If you can SSH into a linux machine and want to find out if its baremetal or Virtual Machine

Read Article →
Storing Github access token in git credential store
Apr 4, 2023

Storing Github access token in git credential store

Using git credentials store the github access token to avoid the re-prompting of username and pwd

Read Article →
Token generation for Registering Self Hosted Github Runner via REST API
Mar 21, 2023

Token generation for Registering Self Hosted Github Runner via REST API

Explains how to generate a token using github API to be used in turn with Github self hosted runner registration

Read Article →
Setting up a Self Hosted Github Runner
Mar 20, 2023

Setting up a Self Hosted Github Runner

Explains how to setup a Github self hosted runner and register

Read Article →
Managing the NodeJS versions on Windows
Nov 13, 2022

Managing the NodeJS versions on Windows

Node Version Manager (nvm) helps in managing multiple NodeJS versions

Read Article →
Customizing the Powershell terminal with oh-my-posh
Jul 7, 2022

Customizing the Powershell terminal with oh-my-posh

Instructions on customizing the terminal in powershell with oh-my-posh and winget

Read Article →
File permissions on Windows - chmod 400 in Powershell
Jun 9, 2022

File permissions on Windows - chmod 400 in Powershell

Powershell equivalent of chmod 400 for Windows files

Read Article →
Github login using access token via command line
Sep 29, 2021

Github login using access token via command line

Logging in using github access token (no more passwords)

Read Article →
Adding Google Analytics to NuxtJS app
Sep 2, 2021

Adding Google Analytics to NuxtJS app

Adding Google Analytics GA4 property to NuxtJS App

Read Article →
Productive Taskbar Settings missing in Windows 11
Jul 6, 2021

Productive Taskbar Settings missing in Windows 11

Very useful Taskbar Settings goes missing in Windows 11.

Read Article →
Secureboot + Ubuntu + VirtualBox Signing kernel modules
May 9, 2021

Secureboot + Ubuntu + VirtualBox Signing kernel modules

Set of steps required for dealing with secureboot on Ubuntu where VirutalBox service has issues

Read Article →
Fixing the postfix error dpkg
Apr 21, 2021

Fixing the postfix error dpkg

Steps to fix the postfix error happening during apt upgrade ubuntu.

Read Article →
Running a react app on Local Kubernetes cluster on Windows 10
Mar 16, 2021

Running a react app on Local Kubernetes cluster on Windows 10

Process and steps for running react app on local k8s cluster using minikube on windows 10

Read Article →
Gatsby site hosted on AWS Amplify redirecting to homepage always
Nov 2, 2020

Gatsby site hosted on AWS Amplify redirecting to homepage always

Using the rewrites and redirects on AWS Amplify for the depolyed personal website

Read Article →
Connecting AWS Amplify for deployment of website
Nov 1, 2020

Connecting AWS Amplify for deployment of website

Explains how to connect the gatsby website hosted on github to AWS Amplify for deployment

Read Article →
Evolution of this website
Oct 31, 2020

Evolution of this website

will be capturing the evolution of my website chronologically (latest first)

Read Article →
Making of "Tree Story" Animated Short
Oct 21, 2020

Making of "Tree Story" Animated Short

Behind the scenes of the Animated Short "Tree Story"

Read Article →
Profiling & Visualization Tools in Python - Part 1
Oct 19, 2020

Profiling & Visualization Tools in Python - Part 1

Profiling & Visualization Tools in Python using cProfile

Read Article →
Missing permissions issue linking google analytics and adsense
Oct 16, 2020

Missing permissions issue linking google analytics and adsense

Problem of linking google analytics and adsense

Read Article →
Adding Google Analytics to personal website
Oct 7, 2020

Adding Google Analytics to personal website

How I added google analytics to my personal website written in Gatsby

Read Article →
Chrome Remote Desktop on Fedora
Mar 27, 2020

Chrome Remote Desktop on Fedora

How to install Chrome Remote Desktop on Fedora

Read Article →
Building grpc whl with Maya 2019 on Windows
Mar 6, 2020

Building grpc whl with Maya 2019 on Windows

My stuggle with building a grpc python library with Maya 2019 on Windows

Read Article →
Tech Stack of the website
Jan 8, 2020

Tech Stack of the website

Brief about the tech stack used for this website

Read Article →
Deleting linux from dual boot
Jan 2, 2020

Deleting linux from dual boot

Steps for safely removing linux from dual boot.

Read Article →
GitHub GitHub LinkedIn LinkedIn IMDB IMDB Twitter Twitter

© 2026 Narendra Kumar Vadapalli. Built with Astro & Vanilla CSS.