REST APIs
Get the most out of REST APIs or learn how to design and build your own.

Faster Python APIs in Two Minutes
My favourite utility function that I have written since coming into Python.

Building an ETL Pipeline: From JIRA's REST API to SQL
Build a pipeline which extracts raw data from the JIRA's Cloud API, transforms it, and loads the data into a SQL database.

Making API Requests with node-fetch
Use Node's lightweight node-fetch library to make HTTP to REST API endpoints, or any URL.

Hostile Extraction of Tableau Server Data
Say no to proprietary software constraints. Say no to vendor lock. Say yes to freedom.

Tableau's REST API: Turning Tableau into an ETL Pipeline GUI
Organizing a heist on Tableau Server to reclaim workbook data.

End-to-End Feature Development with MongoDB Atlas
Using functions, webhooks, and values to utilize external APIs.

Python-Lambda: The Essential Library for AWS Cloud Functions
Deploy AWS Lambda functions with ease by using a powerful Python library.

Building an API with Amazon's API Gateway
Leverage AWS' API Gateway to create an API which fetches records from an RDS database.