Oscar Rodríguez's Posts

CSS Transitions made simple with Angular Animations

March 22, 2021

During the past few years, browser applications built with modern frameworks have been taking over the static, native applications we were used to use. The key of their success is the ability to disguise like system applications, emulating complex techniques like animations which they use to retain the consistency with other native applications. In this blog post we will learn how we can use Angular to write complex animations directly from our code, and we will learn their benefits over standard CSS transitions.

Read more

Improving bundle size on Angular apps

August 11, 2020

Even though Angular has multiple core technologies which improve with no-effort how our bundle is generated, it's not strange size becomes a problem that require some sort of special caring. In this post we are going to analyze basic tips that ultimately lead to a lighter and snappier Angular application.

Read more

A quick dive into NestJS

December 27, 2018

Back in july I participated in JSCamp, a two day event focused on javascript-based technologies. Between all the awesome frontend stuff I saw there, there was one framework who really woke up the backend guy that lives inside of me.

Read more

JSCamp 2018 Barcelona

September 6, 2018

Every year, new conferences and events pop up showing the wonders of technologies and frameworks. This year's newcomer was JSCamp, a two day Javascript-focused event celebrated in the beautiful city of Barcelona, which I participated in back in July.

Read more