BUGS! BUGS! BUGS! Every developer out there must have faced these words in their lives. Bugs are a part of a developer's life. Whatever amount of code we write everyday has probability to have some bugs. As the number of bugs goes on increasing, our overall code quality decreases and no-one wishes of having such … Continue reading TypeScript: A JavaScript BodyGuard To Your Rescue!
Tag: Web Development
Where Svelte and Sapper Are Gaining Traction & Where They Lapse
I recently completed 2 courses on Svelte and Sapper — one by Rich Harris on Frontend Masters and another on Udemy. I built a mini project using Svelte and recreated it in Sapper — here are my first thoughts. What I loved Syntax — the syntax is soooo much leaner! There’s very little boiler plate … Continue reading Where Svelte and Sapper Are Gaining Traction & Where They Lapse
Custom event tracking with ActiveSupport::Notifications and Audited
Track Your Custom Events With Audited & ActiveSupport::Notifications When it comes to logging or tracking changes in Ruby on Rails models, We typically tend to use either paper_trail or audited gems as these are most popular and widely used gems in Ruby on Rails applications for tracking changes in Rails models, but what if you … Continue reading Custom event tracking with ActiveSupport::Notifications and Audited