Featured Post

4 min read

Optimizing Next.js App Performance for Speed and SEO

Introduction Welcome to our article on optimizing your Next.js app's performance through the use of getServerSideProps and getStaticProps. As a big NextJS fan,...

Optimizing Next.js App Performance for Speed and SEO

Optimizing Next.js App Performance for Speed and SEO

4 min read

Introduction Welcome to our article on optimizing your Next.js app's performance through the use of getServerSideProps and getStaticProps. As a big NextJS fan,...

#nextjs#react#seo#serverside#static
Ali Burak Özden
1/28/2023@zatende

Removing sensitive data from Git history

1 min read

Hello folks, this will be a quick but really handy post. Let's say we are working on a side project that we didn't care the sensitive data like credentials of A...

#git#github#programming
Ali Burak Özden
1/24/2023@zatende

Sending Emails with Ease: A Step-by-Step Guide to Using Nodemailer with TypeScript in Next.js

3 min read

About Nodemailer Nodemailer is a popular library for sending emails in Node.js. It allows you to send emails using various transport methods, such as SMTP, AWS...

#emailer#nextjs#nodejs#nodemailer#typescript
Ali Burak Özden
1/22/2023@zatende

Animate everything with Framer Motion

2 min read

What is Framer Motion Framer Motion is a powerful animation library for React. It provides a set of easy-to-use components that allow developers to add animatio...

#animation#framermotion#react
Ali Burak Özden
1/21/2023@zatende

Authentication with Firebase in NextJS, with SSR!

4 min read

Introduction In this post, we will learn how to set up user authentication in a Next.js application using Firebase. Firebase is a popular backend-as-a-service p...

#auth#firebase#nextjs#react#ssr
Ali Burak Özden
1/18/2023@zatende

The world of Headless CMS: Contenful, Strapi and Wordpress

2 min read

Introduction Headless CMS, also known as a "decoupled" or "content as a service" CMS, is a system that separates the content management and delivery systems. Th...

#contentful#graphql#headlesscms#rest#wordpress
Ali Burak Özden
1/17/2023@zatende

Sitemap for NextJS Application

1 min read

There is a really handy npm package to create sitemaps for your NextJS application, next-sitemap can be used for both main pages and also dynamically created pa...

#googleanalytics#nextjs#npm#seo#sitemap
Ali Burak Özden
1/14/2023@zatende

NextAuth AWS Amplify Problem

2 min read

To solve the issue, add 'secret: process.env.NEXT_SECRET' to NextAuth Config with this way we are exposing the env. variables to use on AWS Amplify. export defa...

#amplify#aws#nextauth#nextjs
Ali Burak Özden
1/14/2023@zatende

Update VSCode to latest on Ubuntu

1 min read

To update VSCode on Ubuntu, you can use the following steps: wget 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' -O /tmp/code_latest...

#linux#ubuntu#vscode
Ali Burak Özden
1/14/2023@zatende

Add Google Analytics to NextJs Project

1 min read

Using <Script> components that NextJS provides, you can add Google Analytics to your project. So, you will be added to GA for your project. <Script s...

#googleanalytics#nextjs#react#seo
Ali Burak Özden
1/9/2023@zatende