Aakash Goplaniblog.aakashgoplani.in·Jul 8, 2024How to Exchange Data Between Client and Server Using SvelteKitAuthIn this article, we will explore how to exchange data between the client and server using SvelteKitAuth. We will delve into the importance of JWT and session callbacks, and how to synchronize and store sessions effectively. Updating and Syncing data ...Discuss·442 readsAuthentication in SvelteKit using SvelteKitAuthSvelteKitAuth
Amodamodmathapati.hashnode.dev·Feb 5, 2024Understanding RESTful APIs with Node.js and ExpressBuilding a RESTful API can seem like a complex task, but at its core, it's about creating a web service that follows REST (Representational State Transfer) principles. In this guide, we'll explore the theory behind RESTful APIs using Node.js and Expr...Discuss·39 readsJavaScript
Adnan Wazwazadnanian-programming.hashnode.dev·Oct 20, 2023Server CommunicationIntroduction For a long time, I have struggled with the concept of server communication. And to an extent, I will admit that I still do. However, after learning its application in JavaScript, I was able to grasp a broader understanding of it. And as ...DiscussJavaScript
Haneunhanlee.hashnode.dev·Apr 6, 2023HTTP Status Codes: A Guide to Status Codes in the Request-Response CycleDefinition HTTP status codes are codes that are generated during the request-response cycle between a client and a server. They indicate the status of the request made by the client and the response provided by the server. HTTP Status Codes 1xx (Info...DiscussProgrammingWeb Development