Blog Posts, page 13 of 17
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.
Getting Started with Tmux: Development Tool
TutorialTmux has become an essential development tool for many programmers. Here is a brief tutorial on getting started with Tmux.
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
Git Hunks: Stage hunks of code
Research and ArticlesCodebrahma explaining Git Hunks, one of the awesome tools in git. Git Hunks, git bisect and git cherrypick.