Category: Development

  • GeoServer + Flask – Serving Maps the Right Way

    GeoServer + Flask – Serving Maps the Right Way

    Building a web application that displays geographic maps is one of those tasks that feels deceptively simple at first – until a developer realises they have no idea how their geographic data (a shapefile, a PostGIS table, a GeoTIFF) is actually supposed to reach the browser as a rendered, zoomable, clickable map. A Flask backend…

  • How to Deploy Flask Apps in Production

    How to Deploy Flask Apps in Production

    Picture this: a developer finishes building a Flask app — clean code, decent UI, everything working perfectly on localhost:5000. Friends are waiting to try it. The app gets pushed to a Cloud Server, flask run gets typed, and… it’s called done. Two days later the app is down. Nobody can figure out why. SSH into the server and…

  • FROM CODE TO CLOUD: BHARATSTACKS

    FROM CODE TO CLOUD: BHARATSTACKS

    How we built BharatStacks — a platform that replaces five tabs with one, built for India, hosted on AWS. Why Does BharatStacks Exist? If you have ever tried to format a JSON file, convert an image, check a unit conversion, and find a decent icon set — all in the same hour — you know exactly what…