Nodejs + NVM (Node Version Manager) - The great team
Installing and using NVM (Node Version Manager)
Next.js 14 - Create fancy animations in seconds with TailwindCss
Some months ago, when I was working on a project, the Idea came up to animate the button so that it shows “bouncing dots” as long as the process in the background was not finished.
Next.js 14 - useMemo / useCallback - Detailed explanation of two React hooks
React introduced the useMemo and useCallback hooks in React 16.8, which was released on February 6, 2019. So, as of August 2024, these hooks are five years and 6 months old.
Next.js 14 - Multiple connections within a project with Prisma ORM
In my last projects, I needed to establish a DB connection to more than one Postgres DB. I had the challenge of managing these multiple connections within the Prisma Context.
SEO and endless scrolling vs. pagination: Comprehensive analysis
In the digital world, a good UX and SEO strategy is crucial for the success of a website. Web developers choose between infinite scrolling and pagination.
Next.js 14 / Contentful- Professional Syntax Highlighting
I will reuse the component I created in the previous story combined with the headless CMS Contentful. So I can create my Content within Contentful and use Next.js 14 for the visualization
Analysis of Next.js and TypeScript: A comprehensive guide
In the rapidly evolving landscape of web development, the synergy between Next.js and TypeScript has become a cornerstone for building efficient, scalable, and robust applications.
Next.js 14 - Rate Limiting with Upstash Redis made easy.
Ensuring system availability is crucial for any product. Implementing rate limiting effectively addresses these issues and can be integrated seamlessly.
Next.js 14 - Complete Example - Custom 404 Page / Loading UI / TailwindCss (ExtraColors) — Part 4
In Part 4 we are going to add a custom 404 page, a loading UI (SVG Spinner) and we add some extra colors to our tailwind.config.ts
How to speed up your Next.js 14 website and improve your SEO ranking
Page speed is a significant ranking factor for search engines. Next.js offers various features to improve your site’s loading times like optimized image loading.
Contentful Headless CMS — Managing Content via REST
There are several ways to manage content (Creating, updating, deleting, and delivering content). Let’s do a deep dive into this CMS's REST capabilities.
Next.js 14 - Advanced Syntax / Code Highlighting
You can use different approaches to integrate code blocks on your blog or website (TailwindCSS, etc.). I came across a modern approach to syntax highlighting and discovered Shiki
Next.js 14 - Building a Saas solution in Azure (authentication) - Part 2
In the previous story, we created a Linux App Service instance in the F1 plan. Now, we have to secure the App Service so that only authorized requests are accepted. We use Azure AD B2C.
Next.js 14 - Building a Saas solution on Azure (long-running processes) - Part 1
In the next few posts, I will guide you through building a SaaS solution on Azure (Blob Storage, App Services, Azure Functions, Azure AD B2C, etc.).
Next.js 14 - Custom Client-Side Tracking - Part 2 (new data attributes)
Now we will add the UserAgent, Pathname, Mobile, Platform, Region, and City. All data will be saved to a Neon.tech Postgres DB via Prisma ORM, as in the story before.
Next.js 14 -Advanced Analytics with Tinybird and integrated Dashboard
We introduce the platform Tinybird and integrate the provided Javascript Snippet for the data collection. Then, we integrate the Analytic Dashboard into our existing Nextjs 14 project.
Next.js 14 - File upload with Dropzone, styled with TailwindCss
Let's build a nice-looking upload form with Next.js 14. We will integrate a dropzone and the capability to upload multiple files simultaneously with a fancy upload progress bar.
Improving Website Visibility: The Importance of Next.js SEO
Server-side rendering (SSR) and static site generation (SSG) are at the core of Next.js’s SEO capabilities to support search engine crawlers
Extended content sync from Contentful to Algolia with Next.js 14
Enrich Contentful payload from webhook with Next.js 14 routes to push the needed data to Algolia. Extract Json from Rich-Text field to index the right content.
Next.js 14 - Complete Example - Typescript / App Router / Contentful with GraphQL - Part 1
Let’s create a completely new website powered with next.js 14, Contentful, and Typescript