Learn and improve your web development skills by solving complex web development problems and learning new technologies with very simple tutorials, videos, and courses.

Create a React NPM Package with Vite and Storybook

Create a React NPM Package with Vite and Storybook

Last Updated November 07, 2024

Build and publish a simple React npm package using Vite and Storybook.

Automate NPM Publish Using GitHub Actions

Automate NPM Publish Using GitHub Actions

Last Updated November 08, 2024

Learn how to automatically build and publish a new release of your NPM package using GitHub Actions.

How to Integrate Stripe Payments in Meteor 3

How to Integrate Stripe Payments in Meteor 3

Last Updated November 08, 2024

Build a custom payment solution for your Meteor project using Stripe and its developer-centric tools for React.

SEO Beginners Guide for Meteor, React & Prerender

SEO Beginners Guide for Meteor, React & Prerender

Last Updated November 08, 2024

Learn how to implement SEO in your Meteor project using React and the pre-rendering service prerender.io.

Next.js Authentication with next-auth, Prisma, and MongoDB

Next.js Authentication with next-auth, Prisma, and MongoDB

Last Updated April 10, 2023

Learn how to build a simple authentication system by using Next.js, NextAuth, Prisma, and its new integration with the non-relational database MongoDB.

Generate a Dynamic Sitemap with Next.js

Generate a Dynamic Sitemap with Next.js

Last Updated March 26, 2023

Improve the discoverability of your website for search engines like Google, Yahoo, and Bing by building a Next.js sitemap generator.

Setup MDX Bundler with Next.js

Setup MDX Bundler with Next.js

Last Updated October 07, 2021

Add MDX support to your Next.js project using the mdx-bundler package for embedding JSX components and remark-prism for syntax highlighting.

Publish React NPM Package with Rollup and Storybook

Publish React NPM Package with Rollup and Storybook

Last Updated December 31, 2023

Step-by-step tutorial on creating and publishing a clean, lightweight, and performant react npm package using rollup and storybook.