Posts written by nithin krishna
Open github network graph from command line
TutorialGithub's network graph is one most elegant tools to track your project's progress. Here is a brief tutorial on how to open github network graph from command line
Rails I18n and elegant message passing to Javascript
Research and ArticlesInternationalization is the process of abstracting all strings out of your application. Rails provides excellent support for Internationalization.
Parallel processing in Ruby - How it works
DevelopmentRuby on rails developers explaining how parallel processing works in ruby with code snippets.
Implementing Upsert in Rails: Tutorial
TutorialTutorial on implementing upserts in rails. An upsert is update or insert. Upsert in database terms refers to an operation which should insert a row into a database table if it doesn’t not already exist, or update it if it does.
Observers in Rails: Ruby on Rails Development
TutorialCodebrahma explaining about the observers in rails. Observer classes respond to life cycle callbacks to implement trigger-like behavior outside the original class.
Ruby rescue vs try vs ternary | Ruby exception handling
Research and ArticlesCodebrahma explaining different types of exception handling in ruby. Comparision between Ruby Rescue vs Try vs ternary.
Optimizing your workflow Git-Bash-101
TutorialCodebrahma sharing cool bash scripts to optimize your git workflow. Git workflow for web development