Akshay Raichur
Akshay Raichur's Blog

Akshay Raichur's Blog

Follow
homeAboutGet in Touchbadgesnewsletter
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Understanding PWAs πŸš€ (Pt. 1)

May 13, 20234 min read

PWA stands for Progressive Web Apps. We are currently at the stage where user experience & accessibility are paramount. And PWA is one of the ways...

Understanding PWAs πŸš€ (Pt. 1)

Writing polyfill of reduce method present on Array in JavaScript

May 8, 20234 min read

Introduction JavaScript is a versatile programming language that provides developers with a rich set of built-in methods to manipulate arrays. One...

Writing polyfill of reduce method present on Array in JavaScript

Understanding REST APIs πŸš€

Nov 30, 20223 min read

Let's get started with the Full Forms first REST stands for Representational State Transfer API stands for Application Programming Interface What...

Understanding REST APIs πŸš€

Understanding CORS πŸš€

Nov 27, 20223 min read

Let’s start with its full form first; CORS stands for Cross-Origin Resource Sharing What does MDN say about CORS? It's an HTTP header-based...

Understanding CORS πŸš€