PostgreSQL: How to update large tables
Updating a large table in PostgreSQL, an advanced open-source database management system, is not straightforward. If you have a table with hundreds...
How To Reduce Technical Debt Using Code Review Tools
Technical debt is kind of like a debt you have to pay your landlord, but without anyone threatening to kick you out — instead, you end up with messy code.
Effective developer marketing
Developer marketing can be a challenge: marketing your SaaS product to developers and engineers is a difficult thing to do well. A "one size...
Why use Try instead of Scala Try Catch
Scala try catch is always an option when writing Scala code for Java like exception control flows.
However, you also have the option of start...
Review of Ruby Static Analysis Tools
Having trouble deciding which tool to use for Ruby Static Analysis, or perhaps unsure whether you found the most common ones? Here’s a small...