blog logo
> CHICIO CODING_Pixels. Code. Unplugged.
Francesco Bonfadelli

Francesco Bonfadelli

LinkedIn

Posts published (3)

How to: enable Hermes JavaScript engine in your React Native app

How to: enable Hermes JavaScript engine in your React Native app

React native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let's see how you can turn it on in your React Native application to get all its benefits. [...]

Refactoring: a real case of a nested if structure transformed into a chain of responsibility

Refactoring: a real case of a nested if structure transformed into a chain of responsibility

In this post my colleague Francesco Bonfadelli will show you how to transform a nested if structure into a chain of responsibility. [...]

Android Studio vs Xcode vs AppCode: a brief comparison about coding speed

Android Studio vs Xcode vs AppCode: a brief comparison about coding speed

In this post I will compare the coding speed that it is possible to achieve in some JetBrains IDEs and Xcode, in terms of code creation and refactoring. [...]