Blogposts tagged with 'JavaScript'

14 Sep 2024

Build a web server using Express

In this post, we will build a simple web server using Express, a popular web framework for Node.js, and a templating engine called Pug.

Read More »

13 Sep 2024

Create a Mock API server in JavaScript

Learn how to create a mock API server using JavaScript and the json-server library in under 3 minutes.

Read More »