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
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
December 07, 2022
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
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
June 12, 2022
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
December 17, 2021
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
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
June 19, 2021
Step-by-step tutorial on creating and publishing a clean, lightweight, and performant react npm package using rollup and storybook.