Day: August 12, 2023
8 posts
Working with JavaScript Local Storage
Local storage is an important aspect of JavaScript and can be used in different scenarios. First, What is…
Pagination in React with implementation
Pagination is a technique used in web development to divide a large set of content or data into…
Building Serverless Applications with AWS – Security
Building Serverless applications can feel a bit overwhelming when you are first getting started. Sure, Event-Driven Systems have…
Streaming Large Files with PHP to Save Memory
Handling large files is a common task for web developers. However, if not done properly, it can lead…
Simple Text-Based Adventure Game in Node.js
In this tutorial, we’ll walk through creating a simple text-based adventure game in Node.js using the inquirer library…
Amazon CloudWatch
What is Amazon CloudWatch? Amazon CloudWatch is a fully managed monitoring service that provides real-time insights into the…
Embarking on the Cybersecurity Journey: A Beginner’s Guide
Hey everyone! 👋 Today, I took the plunge and decided to pursue the Complete Cybersecurity Bootcamp, which is…
Mastering HTML Interview Questions Part-2: Explore autofocus, span, blockquote and progress tag
Introduction Imagine you’re building a house. HTML (Hypertext Markup Language) is like the strong foundation that holds everything…