I’ve recently had to re-do this. This has happened too often for me, and it’s just very annoying in general. There are many problems (and offered solutions) around /etc/hosts file,… Continue reading Hosts File Not Working on Mac? Try This Fix
Web Development tips and tricks
Capistrano: Authentication failed for user ubuntu@xx.xxx.xxx.xxx (Net::SSH::AuthenticationFailed)
The cool dr.calix writes: issue: Authentication failed for user ubuntu@xx.xxx.xxx.xxx (Net::SSH::AuthenticationFailed) via capistrano but can ssh directly debugging: sudo tail -f /var/log/auth.log on the server then tried cap production deploy:check on my local… Continue reading Capistrano: Authentication failed for user ubuntu@xx.xxx.xxx.xxx (Net::SSH::AuthenticationFailed)
How to seamlessly combine WordPress and Ruby on Rails application on the same backend, one domain, one server
Suppose you want to serve some paths with rails, and some other paths with wordpress. or you want the app to serve rails pages if they are available, and fall… Continue reading How to seamlessly combine WordPress and Ruby on Rails application on the same backend, one domain, one server
Mailr: an email client written in Ruby on Rails

Mailr is an open-source email client built using the Ruby on Rails framework. It provides a user-friendly interface for managing and sending emails. Developed by a community of developers, Mailr… Continue reading Mailr: an email client written in Ruby on Rails
How to clear browsing cache for one site in Microsoft Edge browser
[ Skip to main content ] In today’s digital age, web browsing has become an essential part of our daily routine. As we browse various websites, our browsers store a… Continue reading How to clear browsing cache for one site in Microsoft Edge browser
Fireside chat with an engineer: What is kanban in software engineering?
Kanban is a visual workflow management system that is commonly used in software engineering to manage the development and delivery of software products. The name “Kanban” comes from the Japanese… Continue reading Fireside chat with an engineer: What is kanban in software engineering?
Fireside chat with an engineer: What is scrum methodology in testing?
Scrum methodology is an Agile framework that is commonly used in software development and testing. In the context of testing, Scrum can be used to organize and manage the testing… Continue reading Fireside chat with an engineer: What is scrum methodology in testing?