Articles
Writing. Blogging. Learning.
How to improve the Critical Path CSS on web using the “Above-The-Fold" strategy?
In this brief content, I am sharing about the Above-The-Fold strategy to load CSS and why it matters...
- 1 min read
How to avoid Meltdown, Spectre and CSRF Attacks on Web with CORP, CORB, and CORS?
A brief and useful content about the mechanics on Cross-Origin Read Blocking, Cross-Origin Resource...
- 1 min read
How to Protect Cookies Against Common XSS Attacks on the Web?
We can ignore Cookies danger by just not recommending its usage, but the fact is that at least 55% of...
- 1 min read
XSS Attacks Types on Web
Know how each Cross-Site Scripting Attack behaves is crucial to start to think about how...
- 1 min read
Proxy Pattern in JavaScript
Just a catch up about how the Proxy object works on JavaScript to allow us to implement Proxy...
- 1 min read
Earn money using the Web Monetization API
Content inspired after I receive my first payment using Web Monetization API 🧑🔬 The...
- 2 min read
Map and Set in JavaScript for Humans
Would you like to hear more about Set and Map objects in JavaScript? Let's catch up with them on...
- 1 min read
Using "noopener" and ”noreferrer” against Phishing Attacks
Want to help users to avoid some Phishing Attacks with HTML? 👉 Use rel="noopener noreferrer" while...
- 1 min read
CSS Custom Properties with @property
Have you heard about the CSS @property statement? 📣 @property is a CSS Houdini at-rule that...
- 1 min read
CSS Property: content-visibility
👉 The CSS property content-visibility allows the web developer inform to the browser rendering engine...
- 1 min read
globalThis in a nutshell
globalThis is a global object reference for client and server applications using JavaScript. 👉 It’s...
- 1 min read
Build Time CSS-in-JS: Explained
🧵 Have you heard about Build Time CSS-in-JS libraries? 🔥 Build Time CSS-in-JS libraries...
- 1 min read
What are IIFE or Immediate Functions on JavaScript?
😁 IIFE or Immediately-invoked Functions Expressions is a design pattern that runs functions as soon...
- 1 min read
aspect-ratio property on CSS
⚡️ The new CSS property aspect-ratio introduce for all HTML element the capability to...
- 1 min read