惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
人人都是产品经理
人人都是产品经理
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
博客园 - 【当耐特】
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
量子位
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
博客园_首页
P
Proofpoint News Feed
Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
腾讯CDC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Why Schools Still Run on Spreadsheets
Joan Urevbu · 2026-06-18 · via DEV Community

Joan Urevbu

The most successful school-management system ever built has no logo, no
onboarding flow, and no sales team. It is the spreadsheet. Before any of us showed
up with a product, a school's timetable, its fee ledger, its mark sheets, and its
staff list already lived in a grid of cells that someone maintained by hand. If
you want to build software schools actually adopt, the first thing to do is stop
treating the spreadsheet as the enemy and start treating it as the incumbent that
beat everyone else.

I say this with respect, because the spreadsheet earns its place. It is the rare
tool that does almost everything a small institution needs and asks almost nothing
in return.

What the spreadsheet gets right

When I look at why a deputy head still keeps the term's data in a workbook rather
than the system we sold them, the reasons are always the same, and they are good
reasons:

  • It is infinitely flexible. A new column appears the moment a new question does. No feature request, no waiting for a release. The data model bends to the school instead of the other way around.
  • It is owned. The file sits on a laptop, a phone, a flash drive. Nobody can switch it off, raise the price, or lock the school out at the end of a term.
  • It is legible. Anyone who has used a phone can read a grid. There is no hidden logic, no mysterious state — what you see is the whole truth.
  • It is forgiving. You can fix a mistake by typing over it. You can keep last year's version in another tab. It tolerates the messy, improvised way real institutions actually work.

Most software I have seen fail in a school failed not because it did less than a
spreadsheet, but because it did less flexibly. It was more rigid, more
opinionated, and more eager to own the data than the people who depended on that
data were comfortable with.

Replacing a spreadsheet without insulting it

So the bar is not "be more powerful than a spreadsheet." Spreadsheets are nearly
infinitely powerful in the small. The bar is "be worth giving up that power for."
Software earns that trade only when it removes a specific pain the grid cannot —
the formula that breaks silently when a row is inserted, the version that gets
emailed around until nobody knows which is current, the moment two people edit the
same file and one of them loses an afternoon of work.

That has shaped how I build. I assume the spreadsheet is what I am really
competing with, and I design accordingly: let people import their existing file on
day one instead of re-typing a term of data; always allow a clean export, so the
school never feels trapped; keep the data model close to the mental model the
staff already hold; and earn one piece of trust at a time rather than demanding
the whole institution migrate at once.

The goal is not to win an argument against the spreadsheet. It is to be the thing
a tired administrator reaches for first because, in the one place it counts, it
hurts less. Until software clears that bar, the grid will keep winning — and
honestly, it deserves to.


Joan Urevbu (Joan Osunde) is a technologist and writer focused on education. She
builds the unglamorous, high-stakes software that decides whether a parent gets
the message and a school day starts on time — timetabling, gate logistics, and
messaging systems built for low-bandwidth, high-trust environments. Working
between Benin City, Nigeria and Porto Alegre, Brazil, she writes about building
technology for African education. More at joanurevbu.com.