Linux Text and Code Editors You Must Know About in 2022 !

As a developer , working with some kind of text editor is part of our day to day workflow . No matter what technology or language you work with a fast , simple and feature rich text editor is always a plus to speed up the workflow . Here are my recommendations for light , […]

Beginners Guide To Managing User Permissions In Rails Apps

This post shares details about Beginners Guide To Managing User Permissions In Rails Apps and User Roles Management With Devise Gem in ruby on rails. There are lot of available resources on internet about device gem, as this is widely used gem when it come to user management and authentication solution for Rails. This has […]

Beginners’ Guide To Pry Gem For Debugging RoR Applications

In the previous post, we enjoyed playing around with Byebug, The de-facto debugger for Ruby on Rails Rails. This post for Beginners’ Guide To Pry Gem For Debugging RoR Applications, will dwell on another debugging technique of debugging ruby on rails applications. Before getting into pry, As we know REPL, REPL stands for Read-Eval-Print-Loop. It’s […]

Debugging Ruby on Rails With byebug

The de-facto debugger for Rails is Byebug. It works with Rails were things like Pry fall short, comes recommended by the core Rails team, and is even bundled with Rails. This article will walk you through getting set up with basic Debugging Ruby on Rails With byebug. The debugger permits the ability to understand what […]

Which Linux Distribution To Choose ? A Beginners Guide .

As a Beginner , choosing a linux Distro to start with becomes a very much confusing task. In linux world we get so many choices that we often avoid getting into choices and sticking to a standard recommendation . Which in many cases is not a very good experience for many new comers . What […]

Run Mac OS on any Linux Machine ! Step by Step Guide .

In Developer world , we often need to switch between multiple OS . It doesn’t matter what may be the reason for switching , we need access to all major platforms like Linux , Mac and Windows . But for an obvious reason , we cannot afford to have machines equipped with mac, windows and […]