2024-11-02Deno 2 quick overviewDeno is a modern JavaScript runtime. Deno claims to be secure by default, with native support for TypeScript and JSX. Backward compatible with Node.js.Read article
2024-08-11Pnpm basics - how to transition quicklyLearn what pnpm is, approach for testing the speed differences between pnpm and npm. Article will cover also the migration plan and its execution.Read article
2024-07-06Migrating Gatsby 4 website to Qwik CityMy Journey of rewriting this website from old outdated Gatsby to the new hot and shiny Qwik City. Article describes using React in Qwik, deployment process for the static page, mdx support and performanceRead article
2024-04-14Modern Webpack Boilerplate: Part 3: Asset Handling, Unit Testing, and Bundle AnalysisIn Part 3 of Modern Webpack Boilerplate series, we detail the integration of asset management, Jest for unit-testing, CSS configurations, and the addition of a bundle analyzer to monitor build sizes.Read article
2023-12-31Modern Webpack Boilerplate: Part 1: Setting Up the BasicsDiscover the essentials of a modern Webpack boilerplate in this introductory article. Learn the crucial steps for a basic setup that can transform the way you develop and manage web applications, laying a solid foundation for more advanced techniques.Read article
2023-12-31Modern Webpack Boilerplate: Part 2: Integrating Babel and ReactBuilding upon the basics, Part 2 of our Webpack series delves into the integration of Babel and React. Learn how to combine these powerful tools within your Webpack setup to enhance your frontend development workflow.Read article
2023-03-04Code coverage - more than just a numberLearn how to generate and interpret coverage reports, discerning the true value of these metrics. The article goes beyond the common fixation on coverage percentages, highlighting the traps in over-relying on coverage goals and emphasizing the essence of meaningful testing.Read article
2022-12-18Headless UI Libraries: The Key to Flexible and Accessible User InterfacesHeadless UI Libraries are redefining user interface development with their flexibility and focus on accessibility. This article delves into how these libraries work, their benefits in modern web development, and why they are becoming a go-to solution for inclusive and adaptable UIs.Read article
2022-10-30Frontend test smellsA Guide to Identifying and Fixing Test Smells. This article provides a comprehensive overview of common test smells, including the misuse of user events and the pitfalls of redundant assertions.Read article