Skip to main content

tools

2023

Debugging GitHub Actions Remotely
·174 words·1 min
github tools github actions ci/cd devops
If you use GitHub to store your repositories, you may also be utilizing GitHub Actions. I’ve been using it for several years across multiple projects. There have been a few instances where I had to debug a failing workflow.
PostgREST - Write Your REST Server in SQL
·330 words·2 mins
postgresql rest tools
What is PostgREST? # As the authors themselves say: PostgREST is a standalone web server that transforms your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.
Use of HTTP proxy (Charles Proxy) to debug mobile/desktop apps.
·631 words·3 mins
http tools debug http proxy
When you’re building an API that is used by either a mobile or desktop app, you will eventually encounter a situation where you need to confirm how the app uses your API.