My Articles

Explore some of my recent tech articles

portfolio-image
search-icon
Next.js SEO Mastery: Boosting Search Engine Performance

18

Nov

Next.js SEO Mastery: Boosting Search Engine Performance

Welcome to your ultimate guide on maximizing Next.js for SEO—a crucial factor in making your website stand out in search results. In the online world, visibility is everything, and this guide will show you how Next.js can be your superhero for SEO success.

Next.js | SEO
Next.js & Editor.js Complete Setup Guide

15

Oct

Next.js & Editor.js Complete Setup Guide

In this article, I’m gonna show you how you can set up Editor.js In your Next.js project. I’ve faced some problems adding Editor.js with Next.js. With the help of Stack Overflow & GitHub, I’ve figured out how to implement it. This is gonna be my complete guide of Editor.js with Next.js. 
For those who don’t know about Editor.js, It’s block styled editor. You can read about it here.

React.js | Next.js | Editor.js
Dagger Android Beginner Quick Start Guide

05

Oct

Dagger Android Beginner Quick Start Guide

In this article, I'm gonna show you how to use a Dagger dependency injection in Android Development. The code snippets you can use as a quick start guide to build your project with the best dependency injection library. I’m gonna try to give an overview of dependency injection and what each dagger annotation means and how to implement dagger in your upcoming projects. I tried to give a dagger quick start guide that will help you understand dagger and how to implement it in android if you find any errors please let me know.

Android | Kotlin | MVI
Firebase Login and Registration Authentication

05

Oct

Firebase Login and Registration Authentication

Firebase Authentication allows users to sign in to your app using one or more sign-in methods, including email address and password sign-in. We will build a simple login/register (Firebase Authentication) demo step by step using the Firebase Email & Password authentication. You can check my GithubRepo for a full project setup.

Android | Java | Firebase