Introduction to Date object: A beginner's guide to date formatting using JavaScript.Oct 16, 2023·9 min read
Understanding the Basics of DatabaseWhen we think about the internet, we think about data, communication, security, etc. Well, in this short article, my focus is on data. Where data is stored, how it is stored, and how to manage the data. To put everything in perspective, I will be tal...Dec 12, 2023·4 min read
Git Merge vs. Rebase: A Comprehensive Guide to Resolving GitHub Commit WarningsOct 16, 2023·4 min read
Understanding Website Cookies and Implementing Cookie Consent in Next.js project.Oct 3, 2023·7 min read
Creating a Drag-and-Drop File Upload Component in React: A Step-by-Step GuideIn today’s digital world, uploading files and images are essential feature of any application. Whether you’re building a photo-sharing app, a document management system, or any application that involves dynamic-generated content, having a smooth and ...Sep 28, 2023·8 min read
How to use Appwrite as a backend service: Buiding a chat app with AppwriteIntroduction Since the internet's emergence, users have had to engage with an interface to complete various tasks. This internet architecture is mainly divided into two formats: the front end and the back end. The front-end developers write the code ...Sep 26, 2023·12 min read
CSS Animation: a beginners guideAnimations have become essential to modern web design, enriching user experiences and adding interactive elements to websites. Animation gives a fluid effect and interaction to the elements on a webpage. Animations itself has become part of every dev...Jul 31, 2023·7 min read
Starting a Career in the Tech industryIntroduction It's no doubt that Technology has revolutionalized our daily life, with more advanced tech gadgets, devices, machines, and robots. The demand for Software Engineers, Designers, Data science, Quality assurance (QA), and Testers is very hi...Jul 12, 2023·6 min read
Building Voice-Controlled Web App with the Web Speech APIIntroduction In recent years, voice-controlled interfaces have become increasingly popular, revolutionizing the way we interact with technology. From virtual assistants to smart speakers, to native apps. We have seen this feature on big social media ...Jun 30, 2023·6 min read
Regression TestingIntroduction Regression testing is the act of testing the unchanged feature of an application, when there has been a recent modification to the program codebase, such as: Added feature, Deleted feature, and fixed/defect.This testing is carried out to...Jun 21, 2023·5 min read