Rishab Rajrishab2211.hashnode.dev·Jan 12, 2025Comprehensive Guide to Servers and Express.js: Basics, Benefits, and Best PracticesWhat is server ? A server is a computation machine(hardware + software) which fulfills the requests made by the Clients over a network remotely. need of server, because it provides following things : Centralized Resource Management : Servers act as ...Express.js
Ganesh Rama Hegdedesignpatterns.hashnode.dev·Sep 2, 2024Builder Design PatternThe Builder design pattern is a creational pattern that allows you to construct complex objects step by step. It’s particularly useful when you need to create an object that requires multiple steps or configurations. In TypeScript, the Builder patter...1 likebuilder pattern
Giver Kdkgiver-node.hashnode.dev·Jan 30, 2024Express.js: Introduction to APIAPI. What is it? Application Programming Interface (API) in just an interface to interact with data. In context of a full-stack web app, frontend app request the data through the API which is defined in the server side. Generally, the data is exchang...get-request
CodeChef-VITforCodeChef-VITblogs.codechefvit.com·Aug 27, 2020A front end beginner’s guide to linkingUsing AJAX and jQuery Linking is an essential skill for a front end developer. This skill involves connecting the back end (server-side) to the front end (client-side). A front end developer who has no skill in linking is as good as someone trying to...Ajax