Posts

Applications containerization
Applications containerization

The concept of containerization was first introduced in 1979 during the development of chroot (Version 7 Unix), which restricted an application’s file access to a specific directory - the root - and its children.

The main benefit chroot brought in was process isolation, improving the system …

Protect your information
Protect your information

Every day we are more connected with our devices, we use them to share information, store capital, buy products, work, learn, for entertainment; basically anything.

Along with these services come our accounts, that hold and will hold more value than ever as the time goes by.

There’s no doubt …

React Native generic list
React Native generic list

React Native’s FlatList is a component that supports many cool features while being simple and easy to use, it’s a good example of a well-designed piece of software and that’s why I decided to take it a step further.

For that, I’ve developed a generic list built on top of it …