Maya Shavin·Jan 27What would I do without AI?AI didn’t arrive with a big announcement. It slowly crept into my daily engineering workflow-first as a coding assistant, then as a search…
Maya Shavin·Jan 30, 2025My 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…
Maya Shavin·Jan 26, 2025Mastering 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…A response icon1A response icon1
Maya Shavin·Jan 12, 2025Building 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…
InDev GeniusbyMaya Shavin·Nov 4, 2024Effective 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…
InFrontend WeeklybyMaya Shavin·Oct 9, 2024Reliable 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…
InITNEXTbyMaya Shavin·Aug 10, 2023Enhancing 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…
InBetter ProgrammingbyMaya Shavin·Aug 1, 2023Focus or Focus Visible? A Guide to Making Your Focus State AccessibleApp navigation is crucial for users regardless of what device they are usingA response icon1A response icon1
InITNEXTbyMaya Shavin·Jul 18, 2023Compose 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…
InITNEXTbyMaya Shavin·Jun 22, 2023React 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…