My Top 5 VSCode Extensions to Supercharge Your Markdown WritingAs a developer and tech blogger, I frequently write technical blog posts and documentation in Markdown to share knowledge with the…Jan 30Jan 30
Mastering Flexible Layouts: CSS Flexbox VS Grid for Responsive DesignIn this post, we will discover different approaches to distribute a list of cards evenly, horizontally and responsively in different screen…Jan 26Jan 26
Building Social Media Automation: LinkedIn Sharing with Serverless FunctionAfter publishing a new article or blog post, the need to promote it on social media arises. Manually sharing the post can be time-consuming…Jan 12Jan 12
Published inDev GeniusEffective Visual Regression Testing for Developers: Vitest vs PlaywrightVisual regression testing plays a crucial role in ensuring the UI and UX’s consistency across different browsers, devices, and even screen…Nov 4, 2024Nov 4, 2024
Published inFrontend WeeklyReliable Component Testing with Vitest’s Browser Mode and PlaywrightVitest is great for unit testing. But for frontend components that rely on user interactions, browser events, and other visual states, unit…Oct 9, 2024Oct 9, 2024
Published inITNEXTEnhancing focus visibility — focus-within or has(:focus)?Previously we have seen how to style an element in focus mode with CSS :focus and :focus-visible pseudo-classes for better accessibility…Aug 10, 2023Aug 10, 2023
Published inBetter ProgrammingFocus or Focus Visible? A Guide to Making Your Focus State AccessibleApp navigation is crucial for users regardless of what device they are usingAug 1, 20231Aug 1, 20231
Published inITNEXTCompose image thumbnail with Cloudinary and VueImage optimization has always been a hot topic for web performance, with different approaches and solutions such as lazy loading…Jul 18, 2023Jul 18, 2023
Published inITNEXTReact component testing with Vitest efficientlyThe previous post explored how to test React Hooks as a standalone unit with Vitest and React Testing Library. In this post, we will…Jun 22, 2023Jun 22, 2023
Published inITNEXTTest your React hooks with Vitest efficientlyThis post explores how to use Vitest and React Testing Library to help unit test React hooks in a way that makes them easy to maintain and…Jun 13, 2023Jun 13, 2023