Frontend Is Not UI Anymore.
Most developers approach React the wrong way. And, with the evolution of tools that automatically generate code, the learning approach is shrinking day after day. They focus on mastering components, h

Search for a command to run...
Most developers approach React the wrong way. And, with the evolution of tools that automatically generate code, the learning approach is shrinking day after day. They focus on mastering components, h

When users start noticing problems… ❓ Why does my site's First Contentful Paint (FCP) take 5 seconds on a phone?❓ Why does scrolling feel slow or choppy?❓ Why does the app crash after some use?❓ Why does changing one thing refresh half the page unnec...

If you’ve ever been confused between OAuth and JWT, you’re not alone. Many developers mix them up because they often appear together in modern applications. But here’s the truth: OAuth is not JWT, and JWT is not OAuth. They are different, but they wo...

According to TypeScript’s official announcement, they are fully rewriting TypeScript in Go, achieving a 10x speedup. To get more info about the announcement, follow this Official Typescript Blog Link . Here’s the some insights I get to know after tak...
What is OAuth? OAuth is the industry standard protocol for secure authorization, enabling applications to access resources on behalf of a user without sharing their credentials. It provides user-consented access and allows restricted actions on resou...
Introduction: Authentication and Authorization are two critical terms that form the backbone of security on the internet. Together, they help protect our personal information, prevent unauthorized access, and ensure that only trusted users can access...

For the past weeks, I have been involved in developing HLS system using AWS services. Before I present the full pledge of the project I have worked on, I thought it would be quite better to sum up the topic comprehensively. HLS (HTTP Live Streaming) ...
A Centralized Web API Call For Code Maintainability & Scalability
In the ever-evolving landscape of web development, authentication remains a critical component for building secure and user-friendly applications. WSO2 Identity Server (IS) is a powerful, open-source identity management solution that provides robust ...