Posts
All the articles I've posted.
The Invisible Pressure Behind Every Code Review - A Developer’s Perspective on Perfectionism and Constant Control
Published: at 08:00 AMThis article explores the pressure software developers face due to constant code reviews, Quality Assurance (QA), and the pursuit of perfection. Written from a developer's perspective, it delves into the mental toll of self-doubt, perfectionism, and the challenges of coping with ever-evolving industry standards. Learn how developers can manage these pressures and embrace progress over perfection.
How to Create Accordions Using Pure CSS with the <details> and <summary> Tags
Published: at 08:00 AMLearn how to create lightweight, high-performance accordions using pure CSS with HTML5 <details> and <summary> tags. This approach eliminates the need for JavaScript, improving page load times and enhancing accessibility. The article covers the basics of using these tags, styling with CSS, and adding rotating arrow icons for better user experience. It also explains the benefits of using pure CSS for performance and SEO.
A Complete Guide to CSS Form Validation - No JavaScript Required
Published: at 08:00 AMLearn how to create fully functional and visually engaging form validation using only CSS and HTML, without the need for JavaScript. This step-by-step guide covers CSS pseudo-classes like :valid, :invalid, and the powerful :has() selector to provide instant user feedback on form inputs. Enhance your web forms with efficient, lightweight validation techniques supported by modern browsers.
Integrating Lighthouse Score into Your CI/CD Pipeline with GitHub Actions - A Complete Guide
Published: at 08:00 AMLearn how to integrate Google Lighthouse into your CI/CD pipeline with GitHub Actions. This guide covers setup, performance auditing, configuring thresholds, generating reports, and optimizing web quality through automation for better performance, accessibility, and SEO.
Comparison ChatGPT versus Microsoft Copilot for AI generated user story tickets
Published: at 06:00 AMDiscover the key differences between ChatGPT and GitHub Copilot in generating AI-powered user stories. This comparison highlights the strengths and limitations of each tool, providing insights for developers looking to streamline their workflow and improve productivity. Whether you’re seeking advanced language understanding or code-specific suggestions, this article breaks down how both platforms perform in real-world scenarios.