LinkedIn Posts
Recent Posts on LinkedIn
JavaScript
Javascript Symbol
Symbol represents a unique identifier in JavaScript
Read More
JavaScript
Passive Event Listeners in JavaScript
Passive event listeners helps to build smooth scrolling experience
Read More
JavaScript
Tree Shaking (Bundle Size Reduction)
The tree-shaking mechanism helps to eliminate unused code from the application bundle that is delivered to the browser.
Read More
Web-Security
Subresource Integrity
SRI help up discard documents execution if it's content is changed when downloading from CDN.
Read More
Web-Security
Web Security Part 4: Content-Security-Policies
By using 𝐂𝐨𝐧𝐭𝐞𝐧𝐭-𝐒𝐞𝐜𝐮𝐫𝐢𝐭𝐲-𝐏𝐨𝐥𝐢𝐜𝐢𝐞𝐬, we can restrict the sources from where resources can be downloaded and whether the page can be framed inside other site or not.
Read More
Web-Security
Web Security Part 3: Clickjacking
It's one of the most used attacks by which websites are targeted.
Read More