Posts by fazal_mansuri_

@fazal_mansuri_

Fazal Mansuri

Software Engineer
Joined July 2026
1.6k Points23 Badges3 Connections3 Followers3 Following

Posts by fazal_mansuri_

fazal_mansuri_ in Articles 3 min read
1️⃣ What Are These Rendering Methods? Before we dive into comparisons, let's understand what Client-Side Rendering CSR and Server-Side Rendering SSR actually mean. 📌 Client-Side Rendering CSR !Client Side Renderinghttps://dev-to-uploads.s3.am...
fazal_mansuri_ in Articles 3 min read
🔎 What is CORS? Cross-Origin Resource Sharing CORS is a browser security feature that controls how web applications request resources APIs, images, fonts, etc. from a different origin domain, protocol or port. 👉 Example: Your React frontend runs...
fazal_mansuri_ in Articles 3 min read
For years, REST APIs have been the standard. Then GraphQL came in with promises like: “Fetch exactly what you need” “Reduce API calls” “More flexible APIs” But here’s the reality: > GraphQL is not a replacement for REST. > It’s a different tra...
fazal_mansuri_ in Articles 3 min read
Security is one of the most critical aspects of modern web development. Even if your code is correct, attackers may exploit vulnerabilities like Cross-Site Scripting XSS or Clickjacking. That’s where Content Security Policy CSP comes in. This blog c...
fazal_mansuri_ in Articles 3 min read
Most developers use these config files daily — but few truly understand how they work, why they matter, and how small mistakes can break a project or waste hours of debugging time. This post goes beyond definitions: we’ll explore how these files wor...
fazal_mansuri_ in Articles 3 min read
Why Switching UUID Versions Can Boost Performance at Scale Many teams choose UUIDs as primary keys to support distributed systems and avoid ID collisions. But not all UUIDs are equal. Some teams have seen 10×–50× performance improvements simply by...
fazal_mansuri_ in Articles 3 min read
Imagine this scenario: Backend API returns a perfectly correct number Network tab shows the correct value No errors, no warnings But your frontend logic behaves incorrectly Hours of debugging later… You realize the number changed automatically ...
post-cover-22123
fazal_mansuri_ in Articles 3 min read
Introduction Logging is an essential part of software development, allowing developers to debug applications, monitor performance, and trace issues efficiently. In Go, logging plays a crucial role in building scalable and maintainable applications. ...
post-cover-22122
chevron_left

Latest Jobs

View all jobs →