Alejandro Benjumea Aguirrealejodev.hashnode.dev·Oct 28, 2024ORM en Node.js: Introducción a Sequelize y Mongoose para Bases de Datos SQL y NoSQLEn este post aprenderemos cómo establecer la conexión a nuestra base de datos desde un proyecto en Node.js utilizando ORM (Object-Relational Mapping). Los ORM facilitan no solo la conexión con la base de datos, sino que también simplifican la interac...DiscussNode.js
David Odusedavidoduse.hashnode.dev·Oct 13, 2024My Dual Role: Shaping Monesize as Co-Founder and Backend EngineerStarting a business is an exciting journey, full of possibilities, but it also comes with significant challenges—especially when it comes to managing finances. I’ve always been passionate about using technology to solve real-world problems, and that’...Discussbackend
Gabrielkemicaldev.hashnode.dev·Oct 12, 2024Enhance query performance in Node.js applications by writing optimized SQL with Sequelize ORM.Introduction Sequelize ORM (Object-Relational Mapping) is a promise-based Node.js library that eases interaction with relational databases such as PostgreSQL, MySQL, MSSQL, and SQLite. It allows you to define models (essentially JavaScript objects) t...Discuss·30 readsNode.js
Elfin SanjayaforCodeathome blogblog.codeathome.id·Sep 16, 2024Tutorial MERN Stack Studi Case POS #1 Membuat Project Express JsPendahuluan Dalam seri tutorial ini, kami akan membimbing Anda melalui langkah-langkah dalam membangun aplikasi Point of Sale (POS) menggunakan MERN Stack. MERN Stack adalah singkatan dari Mysql, Express.js, React, dan Node.js, yang merupakan kombina...DiscussMERN Stack
Akingbeni Daviddeelight.hashnode.dev·Sep 7, 2024How I tripped over a naked wire, using sequelize.jsRecently, I have been working on building a modestly robust back-end HR management service using the NodeJS/ExpressJS framework. After every necessary and preliminary set up that included choosing, installing, and setting up a postgresql database, I ...Discuss·26 readsSoftware Engineering
Usman Soliucode-along.hashnode.dev·Aug 16, 2024Solutions To Lost Update Concurrency ProblemWhat is Concurrency? Concurrency involves multiple processes or transactions executing at the same time, potentially interacting with shared data. Imagine a social media platform where several users react to a post simultaneously. Each reaction is an...Discuss·11 likes·130 readsUnderstanding Concurrency ControlsDatabases
Anuj Kumar Upadhyayanuj1.hashnode.dev·Aug 6, 2024Using SQL Databases with Node.jsWelcome to Day 12 of our Node.js blog series! 🤔 Today, we'll explore the integration of SQL databases with Node.js. While NoSQL databases like MongoDB offer flexibility, SQL databases provide strong consistency, ACID (Atomicity, Consistency, Isolati...Discuss·10 likesNodejsNode.js
Arun K Rcollate.wiki·Jul 23, 2024How I implemented the "Jump to Message" feature in my Chat APIWhile building my small hobby project, which has a chat feature, I faced a simple issue. How do we jump to a specific message in the chat if the user clicks on the message being replied to? 🤯 Actually, I am new to the backend architecture of chat-ba...Discuss·7 likes·47 readschatapi
Saviour Ekingthesavioureking.hashnode.dev·Jun 28, 2024Learning, Debugging, and Deploying: My first Full-Stack ExperienceSoftware engineering is not a bed of roses as some might imagine; it's more of a marathon of experiences. I've faced my fair share of bugs, headaches, all-nighters, and sleepless nights, to name a few. Recently, I started learning React through the A...Discuss·43 readsPersonal DevelopmentExpress
Dhruvkumar Maisuriasequelizewithjwt.hashnode.dev·May 25, 2024Building a Secure Authentication API with Node.js, Express, Sequelize, and MySQLIn today's digital landscape, secure authentication mechanisms are critical to protect user data and ensure privacy. Building a robust authentication API using Node.js, Express, Sequelize, and MySQL offers a scalable and efficient solution. Node.js p...Discuss·46 readsSequelize