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

Kotlin Logo

ArrayList vs. LinkedList for Kotlin data structure

Dev

Let’s explore the main differences between ArrayList and LinkedList in Kotlin to figure out which data collection structure is best.

Antonello Zanini
Nov 16, 2022 ⋅ 6 min read
Kotlin Logo Over Colorful Background

Type casting in Kotlin: Unsafe vs. safe

Dev

Discover what type casting is, how Java and Kotlin approach it, which operators Kotlin provides, and how, when, and why to use them.

Antonello Zanini
Jul 5, 2022 ⋅ 7 min read
Multipart Uploads With AWS S3 In Node.js And React

Multipart uploads with S3 in Node.js and React

Dev

Explore cloud storage services that support multipart upload by allowing you to split files into several small chunks to be uploaded sequentially or in parallel.

Antonello Zanini
May 5, 2022 ⋅ 10 min read
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