How to Make Your Website Pop with a Floating Gradient Blob in the BackgroundHave you ever visited a website and been mesmerized by a beautifully designed background that seems to flow and morph like a floating blob? If you're looking to add a touch of creativity and uniqueness to your web projects, you might want to conside...Sep 20, 2023·3 min read
Creating a Beautiful Looping Image Carousel with CSS and JavaScriptCreating a carousel with HTML, CSS, and JavaScript can be a fun and rewarding project for web developers. In this blog post, we'll explore the steps involved in creating a carousel and break it down into smaller tasks to make it easier to understand ...Apr 6, 2023·7 min read
Setting up Prettier and Husky with Lint-Staged for Automatic Code FormattingAs developers, we all want our code to be consistent and easy to read. After all, we don't want to read badly formatted code written by others. However, when working in a team or on a large project, maintaining consistent code formatting can be a ch...Mar 24, 2023·3 min read
Step-by-Step Guide: Host a React App on Firebase using GitHub Actions and Secret ManagementHello, React enthusiasts! In this blog post, we'll walk you through the steps to host your React app on Firebase using GitHub Actions. We'll even show you how to store environment variables in a super secret key on GitHub. Cool, huh? Let's get starte...Mar 9, 2023·5 min read
Beginner's guide to data-attributes in CSSWhat are data-attributes? They are custom HTML attributes, that you can use on any HTML element. You just need to prefix those custom attributes with data-. It's recommended not to make your attributes, i.e., creating attributes that are not prefixed...Feb 2, 2023·2 min read