# Navin Varma - Full Site Content for LLMs > This file contains structured content from nvarma.com for use by LLMs and AI tools. > For a summary version, see /llms.txt ## Site Pages - https://www.nvarma.com/ - Homepage with introduction and recent writing - https://www.nvarma.com/about - Professional journey, skills, and background - https://www.nvarma.com/portfolio - Work at Workday including Content Platform and document generation - https://www.nvarma.com/blog - Technical blog "Logic & Life" on architecture, leadership, and life - https://www.nvarma.com/creative - Music production and curated playlists - https://www.nvarma.com/connect - Social links and contact information - https://www.nvarma.com/uses - Tools and setup ## Blog Posts ### Building Radar: A Google Sheets Hack for My Link Feed - URL: https://www.nvarma.com/blog/2026-03-05-building-radar-google-sheets-link-feed/ - Date: 2026-03-07 - Tags: web-dev, astro, building-in-public, google-sheets - Description: How I built a curated link feed on my website using Google Forms and Sheets, after trying social platforms, rethinking platform dependencies, and exploring every free alternative I could find. - Excerpt: I'd just finished setting up a newsletter with Kit and tried webmentions (p.s. it was a waste of time, no backlinks showed up). I was thinking about what would actually make this site more useful for anyone who visits. I read a LOT of articles, blogs, hackernews, reddit, random LinkedIn/X/Substack posts, emerging tech news and so much more. I had this idea of a curated "what I'm reading" page. A place where I could share links and have them show up on my website automatically. The requirement wa ### How I Structure My Thinking in 2026: Learning New Things, Spec Driven Development for Responsible AI - URL: https://www.nvarma.com/blog/2026-03-01-spec-driven-development-claude-code/ - Date: 2026-03-01 - Tags: ai, spec-driven-development, ai-coding-tools, responsible-ai, claude-code - Description: Spec-driven development with AI coding tools: how I structure thinking before code, build reusable skills, and why Claude Code, Cursor, Codex CLI, and Gemini CLI are converging on the same pattern. - Excerpt: My mode of learning is a mix of reading high-level documentation, thinking of some interesting problem to solve, and just getting my hands dirty. I've always been that way. I need to break something before I understand how it works. After this point is where I seek more structured forms of learning like courses, video walkthroughs and certifications. I started experimenting with spec-driven development in winter 2025, spending weekends learning new things. Getting hands on using my per ### AI Almost Sold Me a Subscription I Didn't Need - URL: https://www.nvarma.com/blog/2026-02-22-ai-almost-sold-me-a-subscription/ - Date: 2026-02-22 - Tags: ai, productivity, google-calendar, scheduling, calendly-alternative - Description: I asked Gemini and Claude how to set up free online booking. Both recommended Calendly, Cal.com, and third-party apps. The answer was Google Calendar Booking Pages — already free in my account. - Excerpt: I lead distributed engineering teams across multiple time zones, which means my work calendar can look strange on any given day — early morning calls to sync with Europe, midday blocks for other US offices, and the occasional odd gap where I've shifted my schedule around. Outside of work, I enjoy mentoring people on engineering leadership, connecting with folks to learn from each other, career counseling, or just jamming on music. I wanted to make it easy for people to book time with me — a quic ### Making Images, Music, and More with AI on a Mac Mini: One Idea, Many Uses - URL: https://www.nvarma.com/blog/2026-02-14-comfyui-mac-mini-laymans-guide/ - Date: 2026-02-14 - Tags: tutorial, ai, comfyui, mac, image-generation, video-generation, music, ollama - Description: A short guide to the same idea behind AI image, audio, and video generation—and how to run ComfyUI for images on your Mac Mini. - Excerpt: If you’ve wondered how AI image or music generation actually works—or whether you can run it on a Mac Mini—this is a short, plain-language guide. The main idea: the same pattern applies whether you’re making an image, a track, or a clip. You pick a “model” (a large file trained to create that kind of output), describe what you want, let it run through many small steps, and get a result. I’ll outline that pattern, then walk through running ComfyUI for images on a Mac Mini. Choose a model — a big ### Blog Syndication: Cross-Publishing Blog Posts to Dev.to, Hashnode, and Medium - URL: https://www.nvarma.com/blog/2026-02-10-cross-publishing-blog-posts-devto-hashnode-medium/ - Date: 2026-02-11 - Tags: tech, web-dev, software - Description: This post describes a GitHub Actions pipeline to automatically cross-publish Astro blog posts to Dev.to and Hashnode, plus how to get your posts onto Medium now that their API is gone. - Excerpt: I recently migrated to Astro based blog that is self-hosted. Most developers have a presence on Dev.to, Hashnode, and Medium. I wanted to syndicate my posts there too and was curious about the automation that exists today in this space. So I built a small pipeline that handles it automatically. Push a new post to my Astro site, and GitHub Actions cross-publishes it to Dev.to and Hashnode with the canonical URL pointing back to my site. Medium is a different story, which I'll get to. Before gett ### The Manager–IC Pendulum and the Rise of the “Builder with Taste” - URL: https://www.nvarma.com/blog/2026-02-09-manager-ic-pendulum/ - Date: 2026-02-10 - Tags: leadership, management, engineering, ai, career - Description: Thoughts on the swing between Engineering Manager and IC, AI-assisted coding, and why builders with taste will define the next generation of leaders. - Excerpt: These are my personal thoughts, experiences, and opinions, and they do not reflect the views of the company I work for. I've been reflecting a lot lately about the pendulum swing between Engineering Manager and Individual Contributor. For those who have not read it, I would suggest reading Charity Majors' multiple posts about this topic and coming back here. It's an emotional space I've been in for the last five years as a hands-on manager, but the last twelve months have completely changed the ### The Builder's Guilt: AI saturation makes me sad - URL: https://www.nvarma.com/blog/2026-01-31-ai-saturation-makes-me-sad/ - Date: 2026-01-31 - Tags: life, tech, ai - Description: In the age of AI-generated content, original human creativity feels nostalgic. A reflection on staying authentic while embracing technology. - Excerpt: One of my plans in 2026 is to generate more original content. In the age of AI saturation, original content is something that takes you back in time - nostalgic, almost. It's like, you know when you're a kid growing up and you have TV, radio and so many other forms of entertainment, but you still write your daily journal at night or listen to your favorite songs on your cassette tapes. I did for a while, until I moved on to something else that made me happy. The memories of that daily journal ha ### Adding Social Share Buttons to Your Astro Blog - URL: https://www.nvarma.com/blog/2026-01-26-adding-social-share-buttons-astro/ - Date: 2026-01-26 - Tags: tech, web-dev, software - Description: A practical guide to implementing social sharing and fixing Open Graph images in Astro. - Excerpt: I tried to share one of my posts on X after my website rewrite this week and... my face showed up as the preview image. Not the article, not a nice graphic - just my profile photo staring back at everyone. Embarrassing, honestly. And then I noticed there's no way for anyone reading my new blog to share it without copying the URL like it's early days of the internet. Both of these bugged me enough that I spent a Sunday night fixing them. Here's what was happening. In my SiteLayout.astro, I had t ### Architecting the Astro Rebuild: From Static HTML to a Living Site - URL: https://www.nvarma.com/blog/2026-01-25-architecting-the-astro-rebuild/ - Date: 2026-01-25 - Tags: tech, web-dev, software, ai - Description: A practical account of redesigning a personal website with Astro, AI-assisted planning, and a content pipeline that keeps writing portable. - Excerpt: Okay so I finally did it. After many years of telling myself "I should really redo my website" I actually sat down over a weekend and did it. The old site was a bit dated. I had hand-coded HTML files from 2019 that I kept patching whenever I needed to add something. Want to write a new post? Go to blogger and write my mind, and then tweak the templates or themes just a bit every couple of years. I think the last time I actually wrote anything was 2024 because the whole process just... ugh. Life ### Software Engineering as a Craft - URL: https://www.nvarma.com/blog/2026-01-20-software-engineering-as-craft/ - Date: 2026-01-21 - Tags: software, ai, leadership, career, life - Description: How AI coding tools are reshaping software engineering — why agency and context engineering matter more than syntax, and what it means to treat code as a lasting craft. - Excerpt: No AI was harmed… or used in writing this post. Every so often, new tools come in that change the way the industry works. As we head into 2026, we may be in the midst of a fundamental shift in Software Engineering as a craft, and what it takes to build software. A lot of new things are discovered in the world of AI-assisted Software Engineering every week. Some recent developments around Claude Code, Codex, Antigravity and newer models like Opus 4.5 or GPT 5.2 have made me pause and th ### Things I've found useful being a remote manager - URL: https://www.nvarma.com/blog/2024-07-21-things-ive-found-useful-being-remote/ - Date: 2024-07-21 - Tags: leadership, remote-work, career - Description: A curated collection of leadership resources for remote team management, covering async communication, overcommunication, and building trust across distances. - Excerpt: This is my running list of links as I discover topics I'm curious about from time to time. My hope is to convert this to have my own informed opinions on topics I deeply care about. - Which Leadership Style Is Best for Your Team? - from Wharton Online, I think my personal style switches between Servant/Democratic/Empathetic leadership depending on the situation. - Baylor HR - Tips for Leading Hybrid and Remote Teams - Some of my own learnings from real world experience is that overcommunication ### War and Peace - URL: https://www.nvarma.com/blog/2023-11-05-war-and-peace/ - Date: 2023-11-05 - Tags: reflections, life - Description: Why military force alone cannot resolve conflicts, with lessons from the Good Friday Agreement and Camp David Accords on choosing diplomacy over perpetual violence. - Excerpt: Throughout human history, the specter of war has cast a long shadow, leaving in its wake devastation, suffering, and loss. It is an unfortunate truth that wars, whether waged on a global or regional scale, bring death and destruction that endure for generations. In the midst of this darkness, there is an unwavering glimmer of hope – peace. Peace is not just the absence of war; it is a state where humanity can thrive, achieve progress, and coexist harmoniously. This article explores the dual impe ### Immortal Fireflies - URL: https://www.nvarma.com/blog/2021-12-27-fireflies/ - Date: 2021-12-27 - Tags: life, personal, reflections - Description: A personal tribute to a best friend lost too soon, and how the memories of people we love persist like fireflies that never stop shining. - Excerpt: Losing a best friend leaves you with only memories. Of their birthdays that you have memorized. Of all the good days you spent with them. Of all the firsts in life you shared with them. Of all the new people you met and became friends with. Of all the little things that happened since that they couldn't be a part of, events and occasions that you wish you could have shared with them. Memories you try to recall as they fade away with every passing birthday. Like an immortal firefly, those memorie ### Milestones - URL: https://www.nvarma.com/blog/2021-08-28-milestones/ - Date: 2021-08-28 - Tags: career, life, reflections - Description: Reflecting on 15 years in software engineering, from a 2006 college graduation and Infosys hiring boom through career transitions, personal growth, and hard-won lessons. - Excerpt: Today, August 28th of 2021 marks 15 years into my professional career. In the summer of 2006, a lot of things happened in my life. I was about to graduate from my Bachelors in Computer Science and had started interviewing for "on-campus" interviews organized by my college. Looking at old emails now, I had landed a job offer in a company by then and was slated to join in the fall of 2006. At that age, I was just learning how to be an adult when life taught me about its twists and turns having to ### Scrum and Anarchy - The path ahead for Enterprise Agile - URL: https://www.nvarma.com/blog/2014-02-04-scrum-and-anarchy/ - Date: 2014-02-04 - Tags: software, agile, leadership, career - Description: Why enterprise Scrum adoption often fails when organizations tweak waterfall processes instead of embracing self-organizing teams and true agile culture. - Excerpt: Disclaimer: This article reflects my personal opinion, experiences and reading about how Scrum works in enterprises versus how it should work. These may not be the views of my organization and I have written this in my capacity as a "developer of the world". After recently completing my Scrum training, a lot of thoughts have been floating in my mind about agile in general. There is overhaul required when enterprise teams are introduced to Scrum as Ken Schwaber described best "Scrum is now more m ### How my data usage plans went up in smoke - URL: https://www.nvarma.com/blog/2013-08-31-how-my-data-usage-plans-went-up-in-smoke/ - Date: 2013-08-31 - Tags: tech, life - Description: How a single Business Insider article consumed 173 MB in 10 minutes through an unoptimized mobile page, blowing past my monthly data cap. - Excerpt: TL;DR: I recently upgraded to Samsung Galaxy S4 on AT&T with a 200 MB data limit. Today, my phone used 173 MB of data in 10 minutes while reading a Business Insider article using the Hacker News Android app. In my many years of owning gadgets, I have always been fond of keeping my devices as long as they work and basically run them to the ground until they stopped working. That personal trait has kept me happy and has been one of my financial pillars for saving money. The only times where I tho ### Moved from Posterous - URL: https://www.nvarma.com/blog/2013-03-16-moved-from-posterous/ - Date: 2013-03-16 - Tags: tech, reflections - Description: Migrating from the defunct Posterous platform back to Blogger, reclaiming a blog domain from 2004, and the challenges of digital continuity when platforms shut down. - Excerpt: All good things must come to an end. I managed to reclaim my old blogspot url by moving my other adolescence / rap blog over to madrastales.blogspot.com. That was a different side of me, one that I elaborate in my final post on that blog. Since Posterous is now dead, I'm moving back to the place I started blogging back in 2004. I had a harrowing time going and autoposting all my old posts. I've lost all the comments and timestamps and permalinks. I'm disappointed, but it is what you do. Pick up ### Preparing for a job interview these days - URL: https://www.nvarma.com/blog/2013-03-16-preparing-for-job-interview/ - Date: 2013-03-16 - Tags: career, life - Description: A 10-point guide to tech job interview preparation, from researching job descriptions and tailoring your resume to salary negotiation and staying confident. - Excerpt: Lets face it. The times are getting better for IT job seekers out there. Anyone who keeps visiting Dice or Indeed will notice the pleathora of jobs on offer. As the market starts looking up, preparing for these interviews can be a pain for anyone who is already working. These are things you cannot discuss openly in your current workplace, even if you are underemployed right now. For students who work part-time, scheduling interviews can be a nightmare. Between classes and their work, the time to ### The inevitability of life coming a full circle - URL: https://www.nvarma.com/blog/2013-03-16-the-inevitability-of-life/ - Date: 2013-03-16 - Tags: reflections, life - Description: A detailed accounting of how much free time we actually have in a lifetime, and what to do with it — inspired by Muhammad Ali's wisdom on mortality, purpose, and legacy. - Excerpt: I might come across as crazy, depressed, needing help, out of my mind or a combination of the above in this post, but continue reading until the end before judging me. This is the first post in a series of deep thoughts or my flavor of philosophy. I was watching the Olympics ceremony headlines the other day and I noticed Muhammed Ali lighting the torch on behalf of Team USA. It was a sad sight to the see the greatest of all time with the dreadful disease that has become a fixture of his post-ret ### Time flies - URL: https://www.nvarma.com/blog/2013-03-16-time-flies/ - Date: 2013-03-16 - Tags: reflections, life - Description: A brief, self-aware reflection on the cyclical pattern of writing motivation and laziness, and how quickly time passes when you're deep in work. - Excerpt: It is 2012 and boy does time fly. Over the years, I have experienced this jinx with writing. I get this urge to write posts, and then a lull. These 'lulls' are due to sheer laziness than anything else. If there ever was a scientific study on what prompts man to focus on one thing for a while and then switch attention to something else, I would like to volunteer. So here we are, in twenty-twelve (or two thousand and twelve for the puritans). Life is ploughing on in its own freakish ways. I am wor ### Thoughts on Freedom - URL: https://www.nvarma.com/blog/2013-03-16-thoughts-on-freedom/ - Date: 2013-03-16 - Tags: reflections, life - Description: Drawing connections between MLK's civil rights legacy and modern information freedom fighters like Assange and Swartz, and the cost of challenging systemic injustice. - Excerpt: As the US marks this day each year, this time it feels a little different. Growing up, I never knew much about Dr. Martin Luther King Jr. In the Indian school system I was brought up in, I do not recall reading or learning much about him. If I did, it was probably in my English class for his 'I have a dream' speech. It was my first introduction to what rhetoric meant. As time has gone by, my worldview has shaped little things like 'thoughts' and 'feelings' about a vast array of topics. One of th ### Being Judgemental - URL: https://www.nvarma.com/blog/2013-03-16-being-judgemental/ - Date: 2013-03-16 - Tags: reflections, life, tech - Description: On the permanence of online content, the cost of armchair critics with short attention spans, and restarting a blog with the intent to write with integrity. - Excerpt: There are some things I can not change. Back when the Internet was in its infancy, I was a going to high school. Being the impatient young fella I was, there are parts of my previous blogging career I want to forget. I'm starting afresh. From scratch. And step by step, I'm planning to be a born-again blogger with a little help from Posterous. It is very easy to judge people based on what they write or say. We live in a world where changing your mind about something leads to being labelled as 'fi ## Professional Links - Website: https://www.nvarma.com - LinkedIn: https://www.linkedin.com/in/varmanavin/ - GitHub: https://github.com/navinvarma - Twitter/X: https://x.com/navinvarma - Bluesky: https://bsky.app/profile/nvarma.com - SoundCloud: https://soundcloud.com/navinvarma ## Content & Feeds - RSS Feed: https://www.nvarma.com/rss.xml - Atom Feed: https://www.nvarma.com/atom.xml - JSON Feed: https://www.nvarma.com/feed.json - Sitemap: https://www.nvarma.com/sitemap-index.xml - LLM Summary: https://www.nvarma.com/llms.txt - LLM Full: https://www.nvarma.com/llms-full.txt