alexanie.hashnode.devHow to Handle Dropdowns Using the Cypress .select() CommandDropdowns can be challenging to handle due to dynamic options, inconsistent values, or differences between displayed text. In Cypress, you can overcome this challenge using the .select() command. It allows you to handle (or select) dropdowns by visib...Jun 3, 2025·11 min read
alexanie.hashnode.devHow to Implement The Mobile First CSS ApproachAdopting the mobile first CSS approach is crucial as more people access the Internet via mobile phones than desktop devices. This approach helps developers refine website logic, functionality, design, accessibility, performance, and overall optimizat...Aug 5, 2024·29 min read
alexanie.hashnode.devComplete Guide to Color Contrast AccessibilityModern web design encompasses many things, from putting together HTML tags, adding CSS styling, applying JavaScript to make it interactive, and connecting it to a server so that anybody can access it across the globe. However, one thing is to build a...Jul 29, 2024·28 min read
alexanie.hashnode.devWhat Is DOM: A Complete Guide To Document Object ModelDOM, or Document Object Model, is a programming interface for web documents, primarily HTML and XML. It represents web pages as a hierarchy of nodes and objects, allowing dynamic access and manipulation of the document’s content, structure, and style...Jul 24, 2024·39 min read
alexanie.hashnode.dev35 Best Bootstrap Carousel Examples for 2024Organizing web content can be overwhelming, especially when the types of content you want to add to your web page are in groups and contain text, images, or videos. Think of a scenario where you want to buy a product online, and every product on the ...Mar 15, 2024·96 min read