Notes - Page 2 of 2

Browse by topic

Remove files or folders from remote git

Published by Prabin Poudel 2 min read
cover: 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 that file or folder!

Open google play store from react native app

Published by Prabin Poudel 2 min read
cover: 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 native app here.

Extract key or value from hash in ruby on rails

Published by Prabin Poudel 2 min read
cover: 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.

Generate unique random numbers or tokens in ruby on rails

Published by Prabin Poudel 2 min read
cover: Generate unique random numbers or tokens in ruby on rails
Learn how you can generate random and unique number or token from given range of number in Ruby on Rails.