Antonello Zanini I'm a software engineer, but I prefer to call myself a technology bishop. Spreading knowledge through writing is my mission.

Stories by Antonello Zanini

Everything You Need To Know About Kotlin Extensions

Everything you need to know about Kotlin extensions

Dev

Kotlin extensions allow you to extend a class by adding new features to it without inheritance, and without using the Decorator pattern.

Antonello Zanini
Feb 9, 2022 ⋅ 6 min read
Complete Guide to Null Safety In Kotlin

A complete guide to null safety in Kotlin

Dev

Discover the distinguishing factors between nullable and non-nullable types and how to check for null variables using advanced Kotlin operators like Elvis operator and Not-null assertion operator.

Antonello Zanini
Dec 7, 2021 ⋅ 7 min read
Braintree Payment System React

How to integrate a Braintree payment system in React

Dev

Braintree helps you implement a payments system effortlessly. This tutorial will show you how to use its Drop-in UI to get started.

Antonello Zanini
Oct 19, 2021 ⋅ 8 min read
Kotlin Enum Classes Complete Guide

A complete guide to enum classes in Kotlin

Dev

Explore Kotlin enum classes through examples covering both basic and advanced features. Learn how to use anonymous classes, add custom properties, and more.

Antonello Zanini
Aug 20, 2021 ⋅ 7 min read
React Logo Over a Background with Balancing Rocks

Optimize React apps using a multi-layered structure

Dev

React projects can quickly become a mess. Here, you can learn how to use a multi-layered structure to optimize React apps.

Antonello Zanini
May 21, 2021 ⋅ 8 min read