Notes

Quick notes and solutions to common software development problems. For longer, more thorough writing — see the articles section.

[Fix] Issue while installing ruby with rbenv in M1 Mac
1 min read

[Fix] Issue while installing ruby with rbenv in M1 Mac

When installing Ruby with rbenv in M1 Mac, it throws Build fail error with message 'Inspect or clean up the working tree error ...' Today we will look at how we can resolve the error and install th...

Ruby Rbenv
Remove files or folders from remote git
2 min read

Remove files or folders from remote git

After pushing the code to the remote repository; Did I just push IDE related folder? What about that file containing sensitive information? I have been at the same spot and you can easily remove th...

Git
Open google play store from react native app
3 min read

Open google play store from react native app

User rating for our react native app is very important factor for us to keep maintaining the app and make it a success. Let's learn how we can take our user to google play store from our react nati...

React native Mobile development
Extract key or value from hash in ruby on rails
2 min read

Extract key or value from hash in ruby on rails

Many times when working with pure sql queries for example, we need to extract keys and values separately. Learn how you can extract key or value from hash in Ruby on Rails.

Ruby Ruby on rails Web development

Newsletter

Get occasional updates whenever I publish a new article or start a new project. No spam, I promise.