Beezwax Collaboration in Action: Insights From Our Work and Our Team

We believe ideas get better when shared. This space is where our developers, designers, and data experts open up about what they're building and why it matters.

bBox for FileMaker v0.96 with JSON processing, Python 3 and more

We are pleased to release bBox version 0.96, with JSON processing via jq, Python 3 compile/run, and improvements supporting Zsh, cURL and Ruby. bBox is a free plug-in extending FileMaker on macOS to use Python, JavaScript, PHP, Ruby, AppleScript, C/C++, Bash/sh, XPath, and SQLite.
Read it now

Integrating your dev workflow with WSL

Windows Subsystem for Linux, or WSL for short, is a quite impressive piece of technology, and one of the best moves Microsoft could have made to attract developers. Particularly web developers.
Read it now

Something out of Nothing: Null Object Pattern

We often think of nothing as, well, nothing. It’s when something doesn’t exist and therefore cannot be interacted with. So in our code, we try account for having nothing. No User? No problem. The Null Object Pattern is also an example of Composition over Inheritance.
Read it now

Using REST and cURL with FileMaker's Data API

FileMaker 19 introduced a couple of important new features related to using the FileMaker Data API. Here, we’ll cover an overview of the new authorization endpoint, Validate Session, API versioning updates, as well as a new script step, Execute FileMaker Data API. At the end of this article, you’ll find the demo file for learning […]
Read it now

Math in a FileMaker field, for Inputter's sake

Inputting purchase orders or invoices in accounting systems can be quite a hassle for bookkeepers, accountants, data administrators or anyone who simply has the role of 'Inputter'. Each company may have its own invoicing theme and sometimes information is not always ready for easy input.
Read it now

Ruby's Safe Navigation Operator . and is it a Code Smell?

Ruby’s safe navigator operator “&.” isn’t inherently bad. In fact if you have something like “foo && foo.bar” in your code, Rubocop will admonish you for not using safe navigation. However, using “&.” too often in your code is probably something to avoid.
Read it now

Dark and Light Modes: 3 Simple Paths to FileMaker UX

FileMaker 19 introduced support for Dark Mode. Not only does the application's chrome support Dark Mode (like many applications), but developers now have the ability to detect the OS Dark Mode setting. Let's look at three easy techniques to give FileMaker Pro users a choice between Dark Mode and Light Mode, plus an option to […]
Read it now

Setting FileMaker's startup file from CLI

We had a client that was upgrading their system to FileMaker 18. They had already pushed new FileMaker Pro clients out to their user’s desktops. But now that the upgraded system was ready, how could they give users a quick and easy way to launch right into the new database system?
Read it now