cindykandie.hashnode.devImportance of prioritising the search engine feature in your productUX! UX! UX! For starters, a great search engine improves the User Experience by a huge percentage, I could argue that the search engine is one of, if not the most important features for any content-related product, e.g a knowledge base such as Helpju...Apr 10, 2025·2 min read
cindykandie.hashnode.devCSS Animations and Transitions: Quick GuideIntroduction CSS animations and transitions are powerful tools that can bring your web pages to life. They allow you to create smooth, engaging, visually appealing effects that enhance the user experience. Whether you're looking to add simple transit...Jul 20, 2024·3 min read
cindykandie.hashnode.devTailwind or BootStrap: How to Decide the Best CSS FrameworkIntroduction After learning CSS using stylesheet, often we have to take the next leap - Choosing a CSS framework - This can be almost like picking your go-to ice cream flavour. Do you go with the classic vanilla or venture into the world of exciting ...Jul 19, 2024·6 min read
cindykandie.hashnode.devThe Power of position: 'absolute' and Its DownsidesIn CSS, position: absolute allows precise control over the placement of elements, making it invaluable for creating overlays, tooltips, and more. However, it also comes with certain drawbacks. Let's explore its uses and potential pitfalls. How to Use...Jul 12, 2024·4 min read
cindykandie.hashnode.devWhy and How to Use Box-Sizing: 'Border-Box' in Your CSS LayoutsWhen working with CSS, one of the most crucial yet often misunderstood properties is box-sizing. This property plays a significant role in how elements are sized and can make the difference between a layout that behaves as expected and one that doesn...Jul 5, 2024·4 min read