top of page


Redis vs Memcached: Choosing the Right Caching Solution
When it comes to in-memory data storage and caching solutions, Redis and Memcached are two of the most popular options. Both are designed...
Feb 282 min read


Enhancing Reliability with RabbitMQ
RabbitMQ is a powerful message broker widely used for managing asynchronous communication between services. While it provides a reliable...
Feb 282 min read


Want to run commands in the background? Use tmux!
tmux  (terminal multiplexer) is a powerful command-line tool that allows you to manage multiple terminal sessions within a single window....
Jan 22 min read


Leading an Integration in Payments
I’m excited to share that I’ve recently led the successful API integration of a third-party provider into our platform, a project that...
Oct 23, 20242 min read


What Testing is Involved in an Integration with a Third-Party Provider?
In today’s digital world, integrating third-party services such as payment gateways, APIs, and CRM systems into your platform is crucial...
Sep 13, 20243 min read


Necessary Skills for a Payments Software Engineer: My Experience
Being a Payments Software Engineer requires a unique combination of technical skills, domain knowledge, and soft skills.
Aug 9, 20243 min read


When to Use API, Webhook, and WebSocket: Understanding the Best Fit for Your Project
In today's digital landscape, seamless communication between applications is essential. Three primary technologies facilitate this...
Aug 1, 20243 min read

Diagrams for System Design
Being a software engineer building new functionalities and integrations, I found that system design is an important step to develop a...
Jul 29, 20242 min read


Understanding Webhooks: Steps to Setting One Up
In today's interconnected digital world, the need for data processing and communication between applications is more crucial than ever....
Jul 26, 20242 min read


Popular and Useful Linux Shell Commands: A Comprehensive Guide
Linux shell commands are the backbone of system administration and development tasks. Knowing the right commands can significantly...
Jul 14, 20243 min read


How to Use Postman for APIs
APIs (Application Programming Interfaces) are integral to modern software development, enabling different applications to communicate...
Jul 14, 20243 min read


10 SQL Concepts That I Found Useful to Analyse Data
SQL is an incredibly powerful tool for data analysis, and mastering its advanced concepts can greatly enhance your ability to derive...
Jul 14, 20243 min read
bottom of page