The reading list
Essays, tech notes, and the in-between.
- Product·3 min read
Troika Consulting: Getting Unstuck on a Problem That Never Converges
When a flaky-test triage thread has been going in circles for three sprints, the fix usually isn't more debugging — it's changing who's allowed to talk and when. Here's Troika Consulting, the three-person structure that gets a stuck client unstuck in twenty minutes.

- Product·3 min read
Liberating Structures for Product Teams: The 33-Structure Field Guide
Most feature workshops run on three formats — open discussion, status report, managed presentation — and all three systematically hand the room to the loudest three people. Liberating Structures is a set of 33 alternatives with names like Troika Consulting and 1-2-4-All, and once you see what each one actually does differently, you can't run a workshop the old way again.

- code-quality·3 min read
How to solve Deployment Failure-`assets:precompile`
I was trying to deploy rails 6 app on ec2 server using capistrano when precompile failure lead to whole deploymentt failure. I had to uninstall cmdtest and install yarn

- code-quality·3 min read
How to Sort an Array of Objects in JavaScript
How to Sort an Array of Objects in JavaScript

- code-quality·3 min read
Ways to increase productivity while working from home
It could be quite challenging to work from home without serious commitment and right set of skills. Here are some effective tips that can help you.

- code-quality·3 min read
Top 3 programming language you should learn in 2019 for professional career
Anyone wanting to learn programming in 2019 for professional career should start with javascript for full stack need, python for data science and c# for gaming

- code-quality·3 min read
6 awesome git tricks you should start using immediately
6 awesome git tricks you should be using in 2019

- code-quality·3 min read
List of git commands
List of git commands you can use

- code-quality·3 min read
How to debug a Sidekiq worker
Pry like debugger for Sidekiq

- Devops·3 min read
Magically Disappearing Ports – 80 and 443
Why we don't need to enter port number in a browser address bar.
