Thoughts and ideas on how to build tools, automate workflows and speed-up the workplace.
If you need a simple and flexible REST API GUI, you’ve come to the right place. REST APIs are incredibly useful. They allow you to interact with services and sites without scraping them. You can just access a URL, send some parameters and get a response. But when it comes to building your apps and actually communicating with them, things can get tricky. Sometimes they won’t respond as you’d expect. It can get quite tricky to pinpoint where the issue is- with your code or the API itself.
Ronan McQuillan
Sep 23, 2022
MongoDB is an amazing NoSQL database technology. But it can get quite tricky to add or retrieve information from it. That’s why a MongoDB GUI (graphical user interface) is a handy tool. NoSQL by itself can have a steep learning curve. Instead of regular tables and rows, you have collections and documents. And unlike rows that have the same columns by definition, documents can be completely different within a collection.
Ronan McQuillan
Sep 22, 2022
A Postgres GUI helps you make the most out of your database, whether you are a coder or not. Databases are incredible tools for businesses. They allow you to store and process data at scale so that you can make better-informed decisions. You have two options to load data from databases. You can use code, via a command line or a programming language. So, you type in the commands in a terminal or send your code to a server and you get the results.
Ronan McQuillan
Sep 20, 2022