Swagger: Custom java rest server api generator
We look into the swagger generator in the swagger codegen cli, in order to generate our own little simple java rest web server.
We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.
I’m trying to solve all the Advent of Code puzzles in this video series.
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate…
In this video, we try out magic wormhole and talk about the technology behind the service. It’s built by one person who has worked on similar technologies for years and has now created a minimal program to send files to anyone securely. It uses a channel and two secret words that you easily can relay…
We look into how to setup kubernetes easily on one machine and then get cephfs mounted into a pod. Using ceph you could balance workloads or share resources easily in your kubernetes cluster. Git repository ceph-kubernetes An example of how to setup ceph mounting on a kubernetes cluster. Ceph Packages First up after you have…
We look into how to setup webpack to package our Polymer 3 application.