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

Angular hints

Web Development

First baby steps in Angular with TypeScript. It contains instructions of how to use TypeScript Interfaces, how to pass async data between Angular components and how to make a clean update to RxJS 6.0

10 Oct 2018 #angular

NodeJS hints

Web Development

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Here you'll find an aggregation of tools and fixes that come handy when using nodejs dependencies or plugins. Subtopics contain Node version manager, Node package manager, Bower, Gulp and others

5 Sep 2018 #node

Formatting dates in java

Backend

Short summary with examples about formatting dates in Java 7 and 8. I decided to wrote it down as I found inconsistency of differend types of formatters used and misunderstanding of formatter patterns.

6 Jul 2018 #Java #Date