Akhil G Krishnan

Akhil G Krishnan

I'm a Rails and React enthusiast with over two year experience in web application development. I'm also an active member of technical communities in Kerala. Born and raised in Alappuzha, Kerala. In my free time I use to travelling and do open source contributions.
authorImg Akhil G Krishnan

Rails Deprecated Associations with Reporting

Rails introduces a deprecated option for associations to log warnings, raise errors, or send notifications.
authorImg Akhil G Krishnan

Introducing Line Range Filtering in Rails

Rails 7.1 introduces line range filtering for running specific tests within a test file based on line numbers.
authorImg Akhil G Krishnan

Next.js with TypeScript and Tailwind

A step-by-step guide on how to build a Next.js application with Typescript and Tailwind CSS
authorImg Akhil G Krishnan

Rails 7 added --css app generator

Rails 7 added --css app generator for configuring CSS processors.
authorImg Akhil G Krishnan

Rails 7 replaced byebug with ruby/debug

Rails 7 removed byebug from their default debugger and replaced it with ruby/debug.
authorImg Akhil G Krishnan

Ruby 3.1 Adds Hash Value Omission

Ruby 3.1 adds the ability to use hash literals without having a value.