BDBalamurugan Dinbalamurugan16.hashnode.dev·Feb 15, 2024 · 2 min readCORS Preflight - The security guardThis article is a continuation of my previous article on CORS. Please check that one if you need a basic understanding on CORS. CORS mechanism is a step that browsers do to ensure security. It ensures security when dealing with Cross-Origin resource...00
BDBalamurugan Dinbalamurugan16.hashnode.dev·Feb 14, 2024 · 3 min readCORS - “Oh My!”As web developers, After “Cannot read properties of undefined” error, The CORS error is something everyone would have faced. And everyone will run to stack overflow or in the current era, to ChatGPT for a solution without even trying to understand wh...00
BDBalamurugan Dinbalamurugan16.hashnode.dev·Nov 29, 2023 · 9 min readBlazingly fast CLI with Bun 🚀Bun is freshly out of the oven (Seriously, the parent company’s name is Oven!) and it is a new JavaScript runtime and not a framework! It is really promising and most importantly Blazingly fast! I tried it out and it is fantastic in my opinion. So In...04CSANT
BDBalamurugan Dinbalamurugan16.hashnode.dev·Nov 14, 2023 · 4 min readJavaScript Array methods ExplainedArrays are a fundamental data structure that is used almost every day, unlike other data structures like a Tree or graph. JavaScript has some good methods that can be used on an array which is so easy to implement when compared to the traditional for...00
BDBalamurugan Dinbalamurugan16.hashnode.dev·Nov 13, 2023 · 3 min readDemystifying JSX 🚀React is popular because of its declarative approach to building UI components. This has led to a rise in the library's popularity, making it the de-facto standard for modern web development. The declarative approach comes from various factors like f...00