Deploying a simple Spring Boot with MySQL app to AWS using Elastic Beanstalk
There is no doubt that AWS is still a hot topic in 2019 so I felt that I should write something useful to get started with exploring it’s capabilities. In Continue reading
Being a good software engineer is 3% talent, 97% not being distracted by the internet.
There is no doubt that AWS is still a hot topic in 2019 so I felt that I should write something useful to get started with exploring it’s capabilities. In Continue reading
We’ve already seen a lot of things in the previous parts of the series. Although, it’s very useful if you know how to extend the code generation process for the Continue reading
Introduction Customizing your Swagger code generation is easier than you would expect. Adding new custom attributes into your specification file is easy as the OpenAPI spec knows the term extensions Continue reading
In the last article, I showed you how to use a custom template for code generation. If you haven’t read the previous parts of the series, make sure you do Continue reading
This article is the second part of a Swagger Codegen series. If you haven’t read the first one, make sure you do it before continuing. In this one I’ll show Continue reading
Introduction to Swagger Swagger is a powerful tool to enable sharing REST contracts with each other. It’s useful in any architecture today and even better if you are thinking about Continue reading