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

Gradle build tool

Gradle

Straightening the learning curve from Maven migration. Will look at Gradle Wrapper

12 Mar 2019 #Gradle #Build tool #Gradle wrapper

Linux hints

Backend

A collection of Linux helper scripts contains commands for checking operation system version, content of files, disk size.. There is also a section about different Linux distributions.

5 Jan 2019 #Linux

Spring Task Scheduling

Backend

Different approaches of task scheduling in Spring framework. It can be as easy as annotating methods. The default configuration can introduce some issues in the case we have multiple methods annotated and some of them contain long running computations. This can be tackled in multiple ways. But we have the most flexibility and controll with the usage of the Spring TaskSchedulers.

12 Oct 2018 #Spring #Java