VPN vs SSH tunnel and why do companies use them?

When you are an outsource company and you’re working with clients, if they have a database data source, you are most likely to connect to it through a VPN or through an SSH tunnel. Have you ever wondered: why all this shenanigans? Why not just give me an IP or a URL and I can […]
How to make basic API requests with Postman

Note: This article is meant for those with little to no knowledge on how to call an API. 1.Purpose 2. Overview 2.1. What is an API? Why using API? 2.2 Types of API 3. Demo: How to call API with Postman 3.1. Structure of an API documentation 3.2. Get data from Pokemon table 3.2.1. The […]