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
September 19, 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
September 19, 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
September 19, 2023
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
September 19, 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
September 19, 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
September 19, 2023
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
September 19, 2023
Step-by-step tutorial on creating and publishing a clean, lightweight, and performant react npm package using rollup and storybook.