Latest Blog Posts
12
Aug 2024
How to install zsh and oh my zsh on ubuntu
In this article we are going to install zsh and oh my zsh into our linux machine. In my case, I am using Ubuntu 23.04. ##...
Read more...23
Aug 2023
How to create a blog application in ruby on rails. (Part - 1)
Hello and welcome. Ruby on Rails is one of the most easiest and superfast ruby framework, that we can use to make any web application....
Read more...18
Aug 2023
How to use heroku postgres database locally.
When we work a project that is deployed on heroku, we need do use database locally. And heroku give the the option to download the...
Read more...14
Aug 2023
How to use rails credentials.
### Application confidential data and Rails credentials Sometimes when we work in any application, we use confidential data in our application. Like `Password,` or `secrate keys`....
Read more...11
Aug 2023
How to change the git commit message?
There are times when we need to change the git commit message, some times, after push and some times before push. This is happen when...
Read more...