The nokogiri gem provides different packages for several platforms. Each platform-specific variant ships pre-built binaries of libxml2, e.g...
You can use mail-tester.com to check your application's e-mails for issues that might cause e-mails to be...
Note This card does not reflect the current state of lazy loading technologies. The native lazy attribute could be used...
Sometimes you just want to have a small web server that serves files to test something. Serve the current directory...
While you can use Apache as a reverse proxy, it tries to be too smart. Try nginx instead, it's...
When you make a simple TCP connection to a remote server (like telnet), your client won't normally notice when...
You want to test your 1GE or 10GE internet uplink? We needed to ensure we have full 10GE to the...
When dealing with AR scopes, you can remove conditions, order, etc by using the unscope method. It is available on...
Our applications not only need to be functional, they need to be fast. But, to quote Donald Knuth, premature optimization...
When working with PostgreSQL, you can use pgAdmin as a GUI. While you can do most things just like on...
Article shows how to make a script that fakes one kind of content when printed with cat, but uses different...
As the web is being used for more and more tasks, expectations rise. Not only should web pages offer rich...
In the DevTools settings, there's a "Shortcuts" section. Found these keyboard shortcuts there: General ESC Toggle drawer
This is how you regain disk space from OpenStack instances if you are using kvm and qcow. If your instance...
PhantomJS has no binary builds for Linux, and building it yourself is painful. However, you can install it through npm...
If you need a postgresql extension for your database it isn't a good idea to give your applications database...
Each time thin boots, it prints a boot message : Thin web server (v1.6.3 codename Protein Powder) Maximum connections set to...
MarcoPolo shows your app name and environment in your console prompt so you don't accidentally break production Officially supporting...
To change RAM size, VDISK size or VCPU count of an openstack instance you have to use nova resize. You...
If you see a stacktrace beginning with lines like this: E, [2015-07-16T09:23:10.896146 #23308] ERROR -- : app...
Large projects usually have large test suites that can run for a long time. This can be annoying as running...
Since version 2.6 exception notifier distinguishes between foreground and background sections. The reason is that with background jobs (e.g. methods...
Note: Making a reverse proxy with nginx is much more straightforward. A reverse proxy is a "man in the middle...
sslscan is a nice tool to show details about TLS/SSL connections: ~> sslscan some-host-at.makandra.de Testing SSL server some-host-at.makandra.de on port 443...