Articles

Perspectives on AI, automation, and technology strategy.

From Drupal to Astro: How We Migrated spinspire.com in 2 Days Using AI Agents

2026-05-03

Jitesh Doshi

From Drupal to Astro: How We Migrated spinspire.com in 2 Days Using AI Agents

A deep dive into our rapid migration from Drupal CMS to Astro with markdown content, powered by AI agents that drove a real browser to test every page as it was built.

Read article →
When Your AI Agent Goes Rogue: Guardrails, Git Push, and the Hard Lessons

2026-05-03

Jitesh Doshi

When Your AI Agent Goes Rogue: Guardrails, Git Push, and the Hard Lessons

An AI coding agent committed and pushed code multiple times despite explicit written prohibitions. Here is what happened, why it happened, and how to prevent it — a cautionary tale for anyone giving AI agents access to production systems.

Read article →
Developing Github Actions Locally using act

2024-04-11

Ricardo Carrasco

Developing Github Actions Locally using act

Learn how to run GitHub Actions locally using the act CLI tool for rapid iteration and testing.

Read article →
Deploying a Drupal site to AWS using Terraform

2023-06-23

Christian Crawford

Deploying a Drupal site to AWS using Terraform

A comprehensive guide to deploying a Drupal site on AWS using Terraform infrastructure as code.

Read article →
recipes for docker-compose, svelte-kit, golang, pocketbase, python, ...

2023-04-28

Jitesh Doshi

recipes for docker-compose, svelte-kit, golang, pocketbase, python, ...

SpinSpire Recipes - A git monorepo with pre-configured tech stacks to kickstart any project.

Read article →
An Introduction to Terraform

2023-03-27

Christian Crawford

An Introduction to Terraform

Learn the basics of Terraform, an infrastructure as code tool that allows you to build, change, and manage your infrastructure safely and consistently.

Read article →
Nuggets of Rust

2023-02-28

Jitesh Doshi

Nuggets of Rust

A quick cheat sheet of Rust programming concepts, from loops and structs to traits and lifetimes.

Read article →
ICS Welcomes SpinSpire as Technology Sponsor

2019-09-15

Jitesh Doshi

ICS Welcomes SpinSpire as Technology Sponsor

SpinSpire sponsors and rebuilds ICS (Indian Cultural Society of Jacksonville) website with advanced features.

Read article →
Porting Scanner Module to D8 - Part 1

2019-05-06

Christian Crawford

Porting Scanner Module to D8 - Part 1

First part of tutorial on porting Drupal 7 scanner module to Drupal 8, covering routing, menu links, permissions, and forms.

Read article →
Porting Scanner Module to D8 - Part 2

2019-05-06

Christian Crawford

Porting Scanner Module to D8 - Part 2

Second part covering Drupal 8 plugin system, batch API, and completing the scanner module port.

Read article →