Programming
A Journey from Manual Testing to Test Automation Engineer

A Journey from Manual Testing to Test Automation Engineer

Welcome to my blog! With over 14 years in Software Testing, I transitioned from primarily manual testing environments to becoming a Test Automation Engineer. This article aims to provide a user-friendly guide to my learning journey, resource recommendations, and...

How to Use Reqable for API Debugging and Testing

How to Use Reqable for API Debugging and Testing

Welcome to the future of API debugging and testing with Reqable! Whether you are a seasoned developer or a curious newbie, this guide will walk you through the features of Reqable and how to make the most of this powerful tool. What is Reqable? Think of Reqable as a...

How to Set Up Your Own PACS using DICOMWEB and DIMSE Services

How to Set Up Your Own PACS using DICOMWEB and DIMSE Services

Welcome to the world of medical imaging! Today, we will guide you through the process of setting up a Picture Archiving and Communication System (PACS) using the dicomweb-pacs tool. This easy-to-use node.js application allows you to create a PACS server equipped with...

Unlocking the Power of SQL in Golang with Goyesql

Unlocking the Power of SQL in Golang with Goyesql

In the realm of programming, separating SQL logic from your code can enhance maintainability and readability. Enter Goyesql, a Golang library making it a breeze to associate SQL queries with a map. This guide will walk you through the installation, usage, and...

GQL – Git Query Language

GQL – Git Query Language

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instead of database files. The engine executes the query on the fly without the need to create database files or convert .git files into any other format. How...

How to Transition to the New HappoHappo Repository

How to Transition to the New HappoHappo Repository

Welcome to the guide on moving your project to the newly established HappoHappo repository. This article aims to make the transition smooth and user-friendly, providing you with the necessary steps to successfully migrate your code. Understanding the New Repository...