Thoughts and ideas on how to build tools, automate workflows and speed-up the workplace.
Throwaway prototyping is an alternative way of thinking about building applications. Prototypes play several vital roles in the development process. For instance, providing proof of concept, fleshing out NFRs, experimenting with ideas, or simply gathering feedback. There’s an innate tension here though. On the one hand, prototyping obviously drains resources. Namely, development hours and the labor costs that come along with them. On the flip side, this expenditure can be hugely beneficial, or even completely central to a project.
Ronan McQuillan
Mar 19, 2024
With today’s release, we’re pushing out two major updates to improve the developer experience in Budibase: Live Evaluation & Reusable Code Snippets. Live Evaluation offers real-time insights into your code’s behavior, allowing for immediate feedback without the constant need to toggle between the app preview and code editor. Meanwhile, Reusable Code Snippets, allow you to write blocks of JavaScript, such as formulas, in a centralized location, which can then be reused across your whole application.
Jamie Birss
Mar 19, 2024
Knowing the components of an API is obviously important for setting them up to do what you want. Otherwise, how can you ever expect to use them correctly? Today, we’re covering everything you need to know. We’re going to take each of the constituent parts of an API in turn and explain exactly what they are, what they do, and how you can use them. Along the way, we’ll think about real-world examples of why each one is important, and the specific scenarios where they’re useful.
Ronan McQuillan
Mar 14, 2024
Forms are fundamental to the Budibase experience. They are the gateway to your database, allowing you to add and update data with ease. With the critical importance of forms in mind, we’re excited to unveil our latest release: the Forms template. Traditionally, creating forms has been a time-consuming task, requiring developers to build each form from the ground up for every new application. This repetitive process not only slows down development but also diverts focus from more strategic tasks.
Jamie Birss
Mar 11, 2024
We use CRUD apps every day. Most of the time, without noticing. They keep us organized, they help digitise business processes, and they’re critical to application development. But many of us are oblivious to what CRUD apps are, or how to build one. Within this post, I am to provide you with a simple and straightforward guide to the world of CRUD apps. The guide is broken down into three sections:
Joe Johnston
Mar 6, 2024
Data collection forms are critical to countless workflows - as diverse as client onboarding, field services, project discovery, incident responses, qualitative research, product surveys, and much more. In fact, they’re the building blocks of any data-centric process. Today, we’re diving deep into everything you need to know. Specifically, we’ll be covering the basics of what data collection forms are and where they’re used - as well as what our priorities are for creating effective solutions.
Ronan McQuillan
Feb 29, 2024
Every once in a while, I’ll come across examples of web application design that really draw me in. I’ve listed these web applications below and ranked them from 5 - 1. These web applications contain a beautiful mix of design, usability and creativity. They are masterpieces, and wonderful tokens of inspiration. Huge amounts of time and thought have went into the design of these web applications and credit must go to the designs.
Joe Johnston
Feb 28, 2024
Embedding forms is probably the most common way to add interactivity to a webpage. For instance, we’ve all encountered embedded forms for submitting contact information, requesting a callback, or carrying out some kind of sign-up flow. However, how we build web forms can have a huge impact on the value we ultimately get from them. See, most teams build these using one of the following methods: Manually building forms with HTML and JavaScript, Using traditional form builders like JotForm or TypeForm , Using other SaaS tools or CMS platforms like Salesforce or HubSpot.
Ronan McQuillan
Feb 27, 2024