Upgrading ReportPortal with backup/restore of Postgres and binary data
In this blog, learn how to take Postgres db, binary data backup, make upgrades in docker-compose.yml file, and then restore the DB data and binary data safel...
In this blog, learn how to take Postgres db, binary data backup, make upgrades in docker-compose.yml file, and then restore the DB data and binary data safel...
This blog will give a technical walkthrough on how to create rich and interactive report portal dashboards such that data can be grouped by different dimensi...
How can software engineers be more confident communicators in their written, spoken and non verbal communication. This blog provides practical tips and insig...
Is testing a dead-end career? Should I continue in testing? If I’m still here, how do I grow? Is there a future? In this blog, I provide my take on this freq...
Does it matter? Maybe … maybe not. But … It doesn’t hurt to be clear
This question often crosses the mind of people working as an SDET one or more times during their careers. In this blog, I offer a personal story from my own ...
Strategies and tips on how to approach platform engineering work while working in a product team as an SDET
A post on how self-learning on your own time can bring you compounding effects in your engineering career that your day job just might not!
Talks I saw and what I learned from them, tools and solutions explored at booths and the people I met
Learn how to write a load test for a locally hosted gRPC Java service using locust4j and run it on a local locust python-based master service
Explore how to write a Functional API test for gRPC API with the live service
Grasp internals of how a client is written, and unit test it with a positive and negative case with a fake service implementation.
A random unordered list of skills, approaches, habits, and growth ideas that I wish I had known at the start of my testing career to mature and compound faster
How is a service method implemented, What is the basic anatomy of a server unit test, grasp GrpcCleanupRule, InProcessServer and InProcessChannel. Let’s go ⚡
What is gRPC, its basic nuts and bolts, how to setup a server and explore APIs via gRPC web UI