Nicholas Fragiskatos

Nicholas Fragiskatos @nfragiskatos

About: I'm a software engineer who's a big believer in continuous learning. I'm always looking to acquire new skills. I am currently studying to obtain my AWS Certified Cloud Practitioner Certificate.

Location:
United States
Joined:
Oct 17, 2023

Nicholas Fragiskatos
articles - 7 total

How to Use Memoization in React for Better Performance

Memoization, not memorization, is a technique commonly used in functional programming to improve...

Learn More 1 0May 16 '24

Git Reset Modes

Sometimes when working with Git it would be useful to rewind your branch to an earlier commit. Maybe...

Learn More 0 0Dec 6 '23

Saving Simple Data in Android - SharedPreferences and DataStore APIs

When it comes to data persistence and storing structured data on an Android device, the first...

Learn More 2 0Nov 24 '23

Object Relationships in Room ORM Library for Android

Object Relational Mapping (ORM) libraries are common tools for back-end development for interacting...

Learn More 1 1Nov 16 '23

Launch Modes in Android - with Examples

A Task is a model that the Android system uses to manage a collection of Activities that the user is...

Learn More 2 0Nov 7 '23

Starting Activities for Results in Android

There are many situations in Android where we need to start a second activity from the current...

Learn More 5 1Oct 24 '23

Function Types with Receivers in Kotlin - The Power Behind Kotlin's apply, with, and run Scope Functions

When we invoke one of Kotlin's Scope functions (apply, run, let, also, or with) a temporary...

Learn More 5 0Oct 18 '23