Starting o11y.wiki
o11y.wiki - Glossary of all terms related to Observability One place for all terms and definitions related Observability of Software systems
Read Moreo11y.wiki - Glossary of all terms related to Observability One place for all terms and definitions related Observability of Software systems
Read MoreWorkaround for Lookbehind Regular expressions in Safari
Read MoreRaising exceptions to define boundaries of the code can help in making sure that unwanted behavior does not go unnoticed until it is too late.
Read MoreFix deployment of Ruby/Rails apps with bundler 2.2.3 and above by adding the deployment platform to Gemfile.lock.
Read Morepuma_http11.c:203:22: note: include the header <ctype.h> or explicitly provide a declaration for 'isspace'Are you facing this error recently
Read MoreA handy trick to use Sequel library to generate OR query with multiple conditions on same column
Read MoreCreate unlogged tables to improve performance especially in test environments in Rails and PostgreSQL
Read MoreWe can increase efficiency of the background jobs by meticulously enqueuing only those jobs which are actually going to be executed and avoid jobs getting enqueued and discarded immediately.
Read MoreMy strategy of writing tests for Rails applications. Integration tests over unit tests. No to 100% test coverage.
Read More