blog logo
> CHICIO CODING_Pixels. Code. Unplugged.
Create a Swift library compatible with the Swift Package Manager for macOS and Linux

Create a Swift library compatible with the Swift Package Manager for macOS and Linux

·

In this post I will talk about how to create a Swift library with the Swift Package Manager for macOS and Linux. [...]

React Native: a simple architecture for Native Modules communication with your UIViewController on iOS

React Native: a simple architecture for Native Modules communication with your UIViewController on iOS

·

In this post I will talk about a simple architecture for communication between React Native Native modules (aka bridges) and your native code on iOS. [...]

React Native: a simple architecture for Native Modules communication with your Activities and Fragments on Android

React Native: a simple architecture for Native Modules communication with your Activities and Fragments on Android

·

In this post I will talk about a simple architecture for communication between React Native Native modules (aka bridges) and your native code on Android. [...]

My first experience as speaker at Voxxed Days 2018: a talk about React, React Native and Typescript

My first experience as speaker at Voxxed Days 2018: a talk about React, React Native and Typescript

·

In this post I will talk about my first experience as a speaker at a conference: a talk about React, React Native and Typescript with Alessandro Romano. [...]

Blender tutorial: outliner, layers, groups, hierarchies and scenes

Blender tutorial: outliner, layers, groups, hierarchies and scenes

·

In this new post of the series Blender tutorial I will talk about outliner, layers, groups, hierarchies and scenes. [...]

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. [...]