- Revamped the Next.js frontend of defog self hosted platform to improve user experience and performance.
- Implemented recommendation features that use past negative feedback to suggest tailored improvements to users.
- Used Slack's API to prompt and receive feedback through the company's slack app and allow asking of follow up questions via slack threads.
Technologies used:


- Handled the entire backend feature for geospatial file uploading, ensuring files (.shp, .kml, .geojson, .gkpg) are parsed correctly with a standardized format across different software platforms (e.g., QGIS, Google Earth Pro, ArcGIS).
- Implemented a custom kml to geojson converter using lxml in Python to support nested multigeometry tags in KML, which the existing kml2geojson library does not support.
- Unit-tested the entire feature using pytest to cover all edge cases of malformed geospatial files comprehensively.
- Researched and implemented the best methods for storing and analyzing raster data using PostGIS raster and Rasterio.
Technologies used:
