Demystifying Garbage Collection: A Basic Overview
Simplifying .Net Garbage Collection Concepts

Search for a command to run...
Simplifying .Net Garbage Collection Concepts

Introduction https://touchofevil.hashnode.dev/working-with-collections In the previous post, we had a look at how to create an API request collection, import/export the collections, and run them via CLI. In this post, we'll build on that knowledge to...

Introduction https://touchofevil.hashnode.dev/api-testing-postman-part-1 In the previous post, we had a look at how to create a very basic API request and test the expectations in an automated way. In this post, we'll build onto that knowledge and le...

In today's world, web API development is almost always an integral part of any software delivery. While service-oriented architecture (SOA) is not a new concept and has very widely accepted standards and practices, I have specifically found API testi...

Recently we were facing a situation, where our data engineering team wanted a way in which they can create/update/delete the triggers on pipelines or run them on demand. Due to multiple challenges around ad-hoc nature of requests, frequently changing...