Speed Up Queries with Nested Scopes in Rails

In my recent project, I was working with scopes across various models, and I needed to apply a nested scope for more advanced querying. To achieve this with performant query I used different concepts, this blog is about the same!! Lets revise the basics!Firstly, lets start with what is query optimisation ? Optimising queries is key … Continue reading Speed Up Queries with Nested Scopes in Rails

Code Push for Flutter with Shorebird: A Hotfix Hero’s Tale

If you’ve ever launched a mobile app, you’ve probably been haunted by these dreaded thoughts: What if there’s a bug? or Did I just ship a typo to production? Don’t worry, we’ve all been there — crying over coffee, wishing for a time machine. Enter Code Push, the magical unicorn that lets you release quick fixes without going through the … Continue reading Code Push for Flutter with Shorebird: A Hotfix Hero’s Tale

Getting to Know Flexbox: CSS Properties for Layout

If you're a web developer looking to create responsive and flexible layouts, then Flexbox are CSS properties that you definitely need to add to your toolkit. Flexbox, short-form for flexible box, is a layout model that provides a more efficient way to design complex and dynamic layouts for your web pages. In this blog post, … Continue reading Getting to Know Flexbox: CSS Properties for Layout