Understanding Vue 3's Composition API: From options to composition - a practical guideDec 28, 2024·7 min read
Advanced Tailwind tips and tricksTailwind CSS has revolutionized how developers style their web applications, offering a utility-first approach that eliminates the need for extensive custom CSS. While most developers are familiar with the basics, Tailwind is packed with hidden gems ...Dec 31, 2024·7 min read
Build your own styleguide with StorybookWhy build a styleguide? A styleguide is a comprehensive document that outlines the visual and functional elements of a web project. It serves as a single source of truth for the design and development teams, detailing everything from typography and c...Jul 11, 2024·7 min read
SonarLint: enhancing code quality and developer productivityIn the fast-paced world of software development, maintaining high code quality is crucial. Bugs, security vulnerabilities, and code smells can degrade performance, increase technical debt, and complicate maintenance. SonarLint, a popular static code ...Jun 17, 2024·4 min read
How to effectively use CSS variables and integrate them with the Sass preprocessor for more flexible and scalable stylesheetsThe introduction of CSS variables brought many benefits, allowing for dynamic value management in stylesheets. However, to fully harness their potential, it's worth combining them with the Sass preprocessor, which has long been a tool for more advanc...May 28, 2024·6 min read
Tailwindcss preflight and legacy codeTailwindcss provides a set of base styles that help keep your pages consistent. These include removing margins, resetting font sizes and weights, unstyling lists, and many more. While this is helpful for new projects, it can be tricky to apply Tailwi...May 23, 2024·2 min read
Creating landing pages with Tailwind css and Alpine.jsTailwind CSS Tailwind CSS is a utility-first CSS framework that allows you to build custom designs without writing a single line of your own CSS. Instead of writing traditional CSS, you use utility classes to apply styles directly in your HTML. This ...May 20, 2024·4 min read