Category

Software

MAY 2026 Software

You'll Be Fired

Why engineering leaders need a philosophy before the system chooses them as the problem.

Read...

APR 2019 Software

Code Review is great but...

Quality software development requires an efficient process for code reviews. Tech teams spend about ~15% of their time doing code review and handling the resultant effect. Whereas this is a great habit for tech team, not everything falls under the category of code reviews.

Read...

APR 2019 Software

Improving your Visual Review with Percy

UI review is an integral part of software development cycle especially, mobile and web development. Finding a scalable way of integrating automated visual testing with immediate feedback cycle to improve the whole process and ship with confidence.

Read...

NOV 2016 Software

Handling Ajax in Your React Application

ReactJS ecosystem has become huge since Facebook made the API public. More so, great libraries have been built in the declarative style adopted by React. However, real life applications require making AJAX requests to servers. And this can pose a great challenge while using React. You need to know what library to use for your AJAX processes.

Read...