Renato Ivancic - Software Engineer

Background image

Hello, I'm Renato

I build clean, performant and well taught applications and tools, from first design kick-off till maintenance in production.

With 10 years of hands down experience, my main focus at this time is developing back-end systems (microservices, monoliths, integrations, core libraries, customized build tools - Gradle ) in banking / financial sector. I strive to maintain high quality code that solves real world issues in an extensible architecture. I am fortunate to work in team that is enthusiastic and follows the same vision. I'm eager to learn, explore, question and guide my team with acquired knowledge.

Download CV

My Posts

Swagger code generation

Backend

API An API is Only as Good as Its Documentation. With a lot of web services emerging, the need to have clear API documentation for adopting these services became clear. API documentation is the information that is required to successfully consume and integrate with an API. Concise and clear documentation — which allows your API consumers to adopt it into their application quickly — is no longer optional for organizations that want to drive adoption of their APIs.

14 Apr 2018 #Swagger #Maven #Code generation #API

Jenkins hints

Backend

The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. Isolated environment variables I needed to set environment specific variables for the job. They can not be saved in the pipeline script itself which is in git repository, because it is executed from multiple different Jenkins servers. Every one of the them needs to set different variables. Also the global environmental variables of the Jenkins itself are not an option, because variables that I need are specific for just one job inside server.

29 Aug 2017 #jenkins

Wordpress hints

Web Development

Duplicate wordpress page There is no native support for this functionality. Here is plugin to do that for you: https://wordpress.org/plugins/duplicate-post/

19 Aug 2017 #wordpress