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
Engineering Blog.
Navigating the Gauntlet: Hardships of Acquiring Technical Talent for Software Development Startups

The Talent Shortage Predicament One of the most glaring hardships that software development startups face is the acute shortage of technical talent. The rapid pace of technological advancements has created… Continue reading Navigating the Gauntlet: Hardships of Acquiring Technical Talent for Software Development Startups
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
About Wasya Co Engineering Blog
Wasya Co Engineering Blog is a platform where engineers can share their knowledge, expertise, and insights on various topics related to software engineering. The blog covers a wide range of… Continue reading About Wasya Co Engineering Blog
How to organize a wordpress blog into magazine-like issues
Mautic error: No valid HTML template found (fixed)
If the builder (landing page builder) shows blank screen on the left, click CTRL+SHIFT-C to enable the browser debugger, and you may see this message: error: No valid HTML template… Continue reading Mautic error: No valid HTML template found (fixed)
Regex to remove css comments
I use this one that I just wrote: /\*[\n\t\s\.’@ a-zA-Z0-9-]+\*/
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
A good-looking CSS-only chip
Hello everyone! Today, we’ll be making this chip: Inbox (3) The html structure is quite minimal, a single container: <div>Inbox (3)</div> The css uses transparent borders of before and after… Continue reading A good-looking CSS-only chip