Gisiora Elvis

Gisiora Elvis is a 4th-year BSc. Computer Science student at Egerton University. Skilled in full-stack Web Application Development using the PERN/MERN Stack and JAVA. With interest in Blockchain and Computer security.

3

0
Gisiora Elvis is a 4th-year BSc. Computer Science student at Egerton University. Skilled in full-stack Web Application Development using the PERN/MERN Stack and JAVA. With interest in Blockchain and Computer security.
3
0
Apr 22, 2022
It is a common requirement for web applications to be able to upload files to a server. This can be achieved using the HTML5 Drag and Drop API and the JavaScript FileReader API.
Mar 18, 2022
Skeleton loaders are aimed at giving users the best experience during wait time before the actual web content is fetched and displayed. In this tutorial, we will discuss skeleton loaders, where they are used...
Feb 17, 2022
The browser Fetch API is used to make requests from a web page on the frontend to an API endpoint on the backend.