Jan 12, 2025 · 8 min read · What 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 ...
Join discussionSep 2, 2024 · 3 min read · The 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...
Join discussionJan 30, 2024 · 2 min read · API. 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...
Join discussion
Aug 27, 2020 · 4 min read · Using 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...
Join discussion