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

Automate NPM Publish Using GitHub Actions

Automate NPM Publish Using GitHub Actions

Last Updated March 16, 2023

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

How to Integrate Stripe Payments in Meteor

How to Integrate Stripe Payments in Meteor

Last Updated August 01, 2023

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 October 11, 2022

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.