Blog

Understanding JavaScript Closures

Thu Jan 26 2023

Understand how Closures work on JavaScript

6 min read

Read More

How to solve "GitHub Error Authentication Failed"

Thu Aug 11 2022

Learn how to solve "GitHub Error Authentication Failed"

4 min read

Read More

How to use environment variables with React Native

Sat Jul 30 2022

Learn how to use environment variables with React Native using dotenv in less than 5 minutes.

5 min read

Read More

Fibonacci Algorithm Different Solutions in JavaScript

Tue May 24 2022

In this post, I will show you how to solve the famous Fibonacci sequence using JavaScript.

5 min read

Read More

How to use Prettier with React Native

Sat Apr 02 2022

Learn how to use setup Prettier with React Native in a few minutes and save you a lot of time.

3 min read

Read More

Search Filter React Native | Search Bar Tutorial

Thu Mar 17 2022

Search Filter using React Native.

7 min read

Read More

Interactive playgrounds with Sandpack

Mon Mar 14 2022

Lear about Sandpack and how to use it to create interactive playgrounds.

3 min read

Read More

Hey πŸ‘‹, I'm Alberto

Sat Mar 12 2022

When I was 15 years old I got my first Apple product, an iPod touch 2nd generation. I was fascinated by how thin and light it was, the beautiful design, responsiveness, and simplicity.

4 min read

Read More

How to use google analytics with Next.js

Thu Mar 10 2022

In this blog post, I'll show you how to use google analytics with Next.js

5 min read

Read More

How to use Redux with React Native

Mon Feb 21 2022

Welcome to the Redux Toolkit React Native Quick Start tutorial! This tutorial will briefly show how to use Redux Toolkit and React Redux to manage state in React Native. if you want to jump straight to the code...

7 min read

Read More

Dynamic Components with React

Sat Jan 29 2022

It might be easy to duplicate code in React when you first start using it when creating items like a Button. But it is best to use a single dynamic component Button for the entire app. In this post, I will walk you through how to do this.

6 min read

Read More

How did I fall in love with coding?

Wed Jan 19 2022

Hello my friend! Welcome to my first personal post ever!

3 min read

Read More