Core Web Vitals in 2024: A Deep Dive and Practical Tips In the ever-evolving landscape of webJan 30, 2025·5 min read
Breaking Ciphers and Building Trust: A Journey Through Differential Cryptanalysis and CFB ModeHow a university assignment reveals the delicate balance between security and usability in modern cryptography The Assignment That Made Me Rethink Everything Last week, I completed an assignment thMay 26, 2026·5 min read
Syntax, logical and runtime errorsBy the end of this reading, you'll be able to:• Recognize common types of errors in JavaScriptHere are some of the most common errors in JavaScript:• ReferenceError• SyntaxError• TypeError• RangeErrorThere are some other errors in JavaScript. These o...Jan 18, 2023·3 min read
Object MethodsYou might already be familiar with objects in JavaScript. In this blog post, you will learn how to design objects as combinations of data and functionality. As you might already know, an object consists of key-value pairs, known as properties. We c...Jan 18, 2023·5 min read
Introduction to HTTPHTTP is the core operation protocol of the world wide web (www). It is what enables your web browser to communicate with a web server that hosts a website. HTTP is the communication protocol you use when you browse the web. HTTP Stands for Hypertext ...Jan 12, 2023·4 min read