Skip to content
BigBoxCode
  • Home
  • Fundamental
    • Design Patterns
  • Programming
    • Server-Sent Events(SSE)
  • Database
    • MySQL

NodeJS

Sequelize: Configure for any Framework

Sequelize is the most common node ORM for databases like MySQL, MariaDB, Postgres, Microsoft SQL Server, SQLite, etc. In this article, we are going to set up sequelize for any … Read More

NodeJS: Send HTML email using EJS and Sendmail

The simplest solution for sending an email with Node would be to use Sendmail. If you want to send an HTML email, use handlebar or ejs for handling the template … Read More

Issue: node package (in windows) is not recognized as an internal or external command, operable program or batch file

I tried to install some node libraries globally (in my case I was installing nestjs CLI). Npm installed that package properly. After that when I tried to use the nest … Read More

  • Tutorials
  • Design Patterns
  • MySQL Tutorials
  • Server-Sent Events(SSE)
  • About
  • Contact
  • Privacy Policy
  • Sitemap
©2023 BigBoxCode