PinnedStory of a Basic CSRF VulnerabilityThis article is about a simple CSRF vulnerability I found, I am going to discuss how I found it and share my POC. Cross-Site Request…Apr 23, 2021Apr 23, 2021
Pinned2FA Bypass Vulnerability — Part 12FA ( Two Factor Authentication) is an authentication protocol where access is only granted after providing two pieces of evidence to an…Nov 27, 2020Nov 27, 2020
Building a GitHub Issues Tracker with Django and Notion APIThe recent release of Notion public beta api has created an opportunity for developers and companies to link other tools directly with…Jul 26, 2021Jul 26, 2021
Securing Your Website Against Cross Site ScriptingQuick Summary : In the last nine years, the most frequent vulnerability on websites all over the world has been XSS (Cross-site Scripting)…May 12, 2021May 12, 2021
Should you learn DataStructure & Algorithms?A lot of new developers have a problem when it comes to learning data structures and algorithms. This problem majorly arises from the…Aug 6, 2019Aug 6, 2019
Serverless Computing 101— What is it? Is it actually server-lessIf you are active in the tech industry, you must have heard of the term Serverless. Is it actually server-less? What exactly does…May 19, 2019May 19, 2019
JavaScript Everywhere — Web, Mobile and DesktopAccording to StackOverflow 2019 developer survey, JavaScript is the most commonly used Programming language for the 7th year in a row. The…May 17, 2019May 17, 2019
Rarely used but Handy HTML tagsAs a web developer you are expected to be fluent in many langugaes and frameworks that it is literally impossible to learn everything a…May 13, 20198May 13, 20198
Conditionals — If-Else vs Ternary Operator vs Switch-CaseConditionals are part of the basics of every programming language. Conditionals are expressions that evaluate to either true or false…May 11, 20192May 11, 20192
Getting Started With Nodejs — Creating a Simple Nodejs ServerIn this article I am going to be explaining the basics of Nodejs and creating a Nodejs server in just 7 lines of code, so lets get…May 7, 2019May 7, 2019