TechSolution

Programing tutorial

nodejs

  • Home
  • Creating a GraphQL Server with Express.js

Creating a GraphQL Server with Express.js

GraphQL is a query language for APIs that provides a more efficient, powerful, and flexible alternative to traditional REST APIs. Combining GraphQL with Express.js, a popular Node.js web application framework,…

Create a REST API with Node.js, Express JS, and MySQL Database

Setting Up The Environment First, We need to set up we environment. Create a new directory for our project, initialize a new Node.js project, and install the required packages. Here’s…

Basic and Fundamental Routing in Express.js

Express.js is a popular Node.js web application framework that provides a robust set of features for web applications. In Express.js, We can define routes using different HTTP methods such as GET, POST, PUT, DELETE,…

Create Nodejs Project with ExpressJs

Prerequisites Before starting, We need to have a local development environment for Node.js. If haven’t installed Node.js yet, first Install Nodejs in website Instal Nodejs . Step 1: Create a…

Instal dan konfigurasi mongoDB  Communitiy Version

MongoDB adalah salah satu basis data NoSQL yang populer yang digunakan untuk menyimpan dan mengelola data. Artikel ini akan memberikan panduan langkah demi langkah tentang cara menginstal dan mengkonfigurasi MongoDB…

Belajar Pemrograman TypeScript dari Dasar

Typescript project

Membuat Prisma ORM dengan Mysql dan Typescript

Apa Itu Prisma? Prisma adalah sebuah Object-Relational Mapping (ORM) yang digunakan untuk menghubungkan aplikasi dengan database. ORM adalah paradigma yang memungkinkan pengembang untuk berinteraksi dengan database menggunakan objek dan metode…