Open in app
Home
Notifications
Lists
Stories

Write
bitsizelearning
bitsizelearning

Home

About

Published in Dev Genius

·Pinned

Asynchronous Javascript Practical Explanation

You may have heard that Javascript is asynchronous by nature. So, what is asynchronous? And how do we implement or utilize it in our Javascript code? I will try my best to explain asynchronous in Javascript. …

Java Script

9 min read

Asynchronous Javascript Practical Explanation
Asynchronous Javascript Practical Explanation

Published in Dev Genius

·Pinned

Building Web Service with NodeJS — Part 0 (Introduction)

I would like to share a tutorial on how to build a web service with NodeJS. This is the very beginning of the tutorial, an introduction. If you would like to jump straight into the coding section, you can skip to Part 1. Now, what is a web service? There are numerous amount of definitions of…

Nodejs

4 min read

Building Web Service with NodeJS — Part 0 (Introduction)
Building Web Service with NodeJS — Part 0 (Introduction)

Published in Dev Genius

·Mar 26

Building Web Service with NodeJS — Part 6 (Update & Delete)

Hello everyone, thanks for reading up to this part. Welcome to the part 6 of this tutorial series. In the previous part, we refactored some of our codes and utilized DTO for our API responses. Let’s continue our implementing CRUD operation with the Update and Delete operations. If you need…

Nodejs

7 min read

Building Web Service with NodeJS — Part 6 (Update & Delete)
Building Web Service with NodeJS — Part 6 (Update & Delete)

Published in Dev Genius

·Mar 19

Building Web Service with NodeJS — Part 5 (Pagination, Data Transfer Object)

Hi, how are you doing readers? Hope you’re doing fine. Welcome back for part 5 of this NodeJS tutorial. In our previous part, we connected our application to MongoDB and utilize it to create and read data. In this part, we will mostly try to refactor our codes again to…

Nodejs

7 min read

Building Web Service with NodeJS — Part 5 (Pagination, Data Transfer Object)
Building Web Service with NodeJS — Part 5 (Pagination, Data Transfer Object)

Published in Dev Genius

·Mar 12

Building Web Service with NodeJS — Part 4 (Connecting to Database)

Hello readers, thankyou for reading my tutorial stories up to this point and welcome to the Part 4 of this tutorial. In this part let’s talk about persisting our data in database. As I mentioned in the earlier parts of this tutorial, we’ll be using MongoDB for our application. If…

Nodejs

9 min read

Building Web Service with NodeJS — Part 4 (Connecting to Database)
Building Web Service with NodeJS — Part 4 (Connecting to Database)

Published in Dev Genius

·Mar 5

Building Web Service with NodeJS — Part 3 (Router, Logging, Error Handler)

Welcome back to the Part 3 of this NodeJS web service tutorial. In this part let’s talk about Router, Logging and Error Handling. If you skipped the previous part, you can read it here. …

Nodejs

8 min read

Building Web Service with NodeJS — Part 3 (Router, Logging, Error Handler)
Building Web Service with NodeJS — Part 3 (Router, Logging, Error Handler)

Published in Dev Genius

·Mar 3

Building Web Service with NodeJS — Part 2 (Routing)

Welcome back to this NodeJS tutorial. Let’s continue with Part 2. In this part we’ll cover more about API routing with Express. I will also introduce a bit on REST API. So far, we’ve created our very first (useless) Hello World API with Express back in Part 1. …

Nodejs

7 min read

Building Web Service with NodeJS — Part 2 (Routing)
Building Web Service with NodeJS — Part 2 (Routing)

Published in Dev Genius

·Feb 28

Building Web Service with NodeJS — Part 1 (Setup)

In this tutorial we’ll write and run our first and simple web service. It will be a simple CRUD app to create menu and order ice cream in a store. The more detailed explanation of this tutorial can be found in the previous part. The complete code for this part…

Nodejs

8 min read

Building Web Service with NodeJS — Part 1 (Setup)
Building Web Service with NodeJS — Part 1 (Setup)
bitsizelearning

bitsizelearning

Following
  • Alex Tan

    Alex Tan

  • Domenico Nicoli

    Domenico Nicoli

  • Aglio E Olio

    Aglio E Olio

  • Neelesh Arora

    Neelesh Arora

  • Alex Korzhikov

    Alex Korzhikov

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable