Results for: "frontend"
Contents (35)
Creating a Robust and Scalable API Architecture with Laravel
IntroductionIn the digital age, resilient and scalable APIs serve as the backbone of most modern web applications. As businesses grow,…
read more
How to include a JavaScript file in another JavaScript file
some time ago we wrote about how to Import one JS file into another in the plain JS, those techniques…
read more
How to upload files to the server using JavaScript
In this tutorial we are going to see how you can upload files to a server using Node.js using JavaScript,…
read more
What is a JWT token and how does it work?
JWT tokens are a standard used to create application access tokens, enabling user authentication in web applications. Specifically, it follows…
read more
How to Send Email from an HTML Contact Form
In today’s article we will write about how to make a working form that upon hitting that submit button will…
read more