Blogs
Autogenerating Swagger …
In this video we walk through creating a simple NodeJS/Express API endpoint and setting auto-generating documentation using Swagger. We can then test our API using the Swagger UI.
Docker Compose Overrides
We'll take a look at using multiple Docker Compose files for extending the functionality of Docker and Docker Compose for development.
Node GPX to GeoJSON …
In this video we build a simple GPX (GPS Exchange Format) to GeoJSON converter application in NodeJS. I'll walk you through each step of user input, file conversion, and output required to generate GeoJSON files for your next application.