Since the pandemic, most of us have started using online video calls for sprint planning, feature discussions, architectural design discussions, code reviews, team building activities, and so on. Some of these meetings can
We, at True Sparrow, have found a very innovative way of using slack. Instead of developing a web interface for admins, they can perform CRUD functions on various entities via custom slack slash
Spell-A-Bee is a hackathon project by our Team "Detectors" during our Work together Week at WeWorks, Pune. The hackathon consisted of 7 teams competing over a span of 4 days. The aim of
React is the most popular front-end framework for its modular design and easy-to-code declarative approach. However, vanilla React does not score well on the SEO scorecard. Techniques like Pre-rendering let us optimize React
Maintenance is a challenging problem to solve for an API test suite. With new parameters getting added to existing APIs in a fast-paced development environment, this problem becomes more difficult. Usually, when negative
Prior to joining True Sparrow, I went through many rounds of interviews and realised that my experience was limited to manual testing and had little exposure to Databases, Postman, JMeter and other testing
Website rendering is the process of converting code into displayable pixels in your browser. Unfortunately, slow website rendering is one of the biggest reasons for high bounce rates. Therefore, you should optimize your
With the Web constantly growing in size, you need fast load and refresh times for your website to beat the competition. Thankfully, new rendering methods help us optimize our sites for SEO and
As the APIs grow in number and complexity, documentation becomes a must-have. With time, changes in API parameters, response entities, and optional vs mandatory keys in both parameters and response entities are inevitable.