© 2023 Hashnode
#web-development
Apple likes to "think different" (and tell us about it too). Sometimes this leads to cool stuff, and other times it results in position: fixed elements that get hidden behind the virtual keyboard on i…
Introduction Welcome to the exciting world of React.js hooks! If you're a web developer diving into React.js, you're about to embark on a journey that will revolutionize the way you build dynamic and …
Author: Muhammad Khabbab Brief overview of the importance of listing Docker containers Listing containers is an essential task if you are working with containerized applications as this allows you to …
Introduction Welcome to part 2 of our series on React Hooks! In part 1, we explored the fundamentals of React Hooks and how they provide a more intuitive and functional approach to building React appl…
Intro 😎 Welcome to Episode 1 of the TypeScript 101 Series! In this episode, I’ll give an overview of TypeScript, discuss its advantages over JavaScript, and show you how to set up a TypeScript projec…
Web development is a great way to learn new skills, build a portfolio, and even start a business. If you're new to web development, here are 10 projects that you can try: 1. Personal Portfolio Website…
📍 Introduction: In this blog post, we will dive into Terraform providers, explore provider configuration and authentication, and practice using providers for platforms such as AWS, Azure, and Google …
CSS Gradients CSS gradients let you display smooth transitions between two or more specified colors. CSS defines three types of gradients: Linear Gradients (goes down/up/left/right/diagonally) Radia…
React has emerged as a leading player in the vast landscape of JavaScript frameworks, empowering developers to build dynamic and interactive user interfaces. With its component-based architecture and …
Decision-making statements are those statements which allow the programmers to decide which statement should run in different conditions. There are four ways to achieve this: IF Statement: This type …
Welcome to our blog! If you're a web developer looking to enhance your skills and streamline your workflow, you've come to the right place. In this article, we'll explore the power of ChatGPT, a revol…
Author: Deborah Emeni Software testing is critical in the software development cycle and ensures that the developed products are reliable and of high quality. The quality of the application is vital f…