hashnode.creatures.devCSS Style QueriesStyle Queries is a very cool feature in CSS, and they’re defined by the containment spec. Aside from being able to query a parent’s inline size (that’s container queries), the containment spec also includes the ability to query a parent’s style value...Aug 31, 2023·4 min read
hashnode.creatures.devCSS Container QueriesUnlike Media Queries, which let you apply styles to an element based on the viewport size, Container Queries let you apply styles to an element based on its own size. Talk about next level responsive design! And the best thing is, it’s supported by a...Aug 31, 2023·4 min read
hashnode.creatures.devGetting started with CSS NestingCSS Nesting used to only be possible in CSS preprocessors like Sass and Less. But guess what, it's now built-in native CSS and all modern browsers will support it after August 29th. Let's see what's CSS Nesting and how we can use it. What is CSS Nest...Aug 12, 2023·4 min read
blog.codechem.comBuilding an MVP from Scratch 🚀Back in October 2020 I decided to start a pet project with a goal to learn a new technology. I noticed people on Twitter were saying how much they like the Developer Experience of Blitz JS so I decided to use it in this pet project. But then I though...Apr 14, 2021·3 min read
blog.codechem.comAn easy React 17 + TypeScript + Tailwind CSS + NextJS setupNextJS is becoming a de facto framework for modern web development. In this article we will build a starter repo that you can use for every new project. Tech Stack: React TypeScript Tailwind CSS Next JS Creating a new project As with any new projec...Oct 25, 2020·5 min read