dotfmp: Python + Claris® FileMaker® | Historical Data & AWS Athena/SQS/S3 | UX & DX for Great Solutions

Christos Savva, Fabio Bosisio and Vince Menanno from Beezwax present at dotfmp Berlin, 2023.

This week we’re in Berlin… one of the stops on the Road to Claris Engage 2024 …gathering with the developer community, and highlighting innovation for the Claris FileMaker platform development. As conference speakers at dotfmp Berlin (June 1-3), Christos Savva, Fabio Bosisio and Vince Menanno from Beezwax present three sessions:

  • Enhancing FileMaker with Python
  • What do you do with all this historical data in your app? [AWS Athena Interactive SQL / Serverless / S3 with FileMaker]
  • Elements for Building Great Solutions [FileMaker UX & DX]
Continue reading “dotfmp: Python + Claris® FileMaker® | Historical Data & AWS Athena/SQS/S3 | UX & DX for Great Solutions”

Tableau Conference 2023 – Highlights

Greetings from Tableau Conference 2023 (TC23) in Las Vegas, and beyond. Beezwax’s Data Analytics & Tableau Developer team is attending, both in-person and virtual.

TC23 is designed to reveal and inspire, with new product information, plus Tableau (and Salesforce) company roadmaps. More importantly, there’s plenty of insight from TC23 sessions including technical topics, case studies, thought leadership, cool demos, community inspiration, and hands-on learning.

Continue reading “Tableau Conference 2023 – Highlights”

Let’s make an audit log with Claris FileMaker 2023

Claris FileMaker 2023 puts powerful, native audit logging within reach of developers, with a greatly reduced code footprint compared to existing approaches. In this blog post we introduce the OnWindowTransaction script trigger, leveraging it along with native FileMaker script transactions to create an audit log that is efficient, scalable, flexible, performant, and convenient to implement.

Continue reading “Let’s make an audit log with Claris FileMaker 2023”

FileMaker 2023 Perform Script on Server with Callback – Episode IV: Call Ya Later

FileMaker 2023 introduces Perform Script on Server with Callback, a new asynchronous method to execute scripts with FileMaker Server. Now we have a way for FileMaker Server to execute another script, a “Callback” script, when one script is done processing via Perform Script on Server. It’s like calling your virtual assistant and instead of waiting on the phone for 5 minutes for info, they basically call you back when they are ready with an answer.

The end result is improved performance, better management of complex script workflow, enhanced user experience, and new possibilities for handling integration with APIs, email and services like Claris Connect.

Continue reading “FileMaker 2023 Perform Script on Server with Callback – Episode IV: Call Ya Later”

Los Altos Hacks – Largest West Coast Student Hackathon

As the 2023 Hackathon Season hits springtime, this weekend brings Los Altos Hacks VII. This event is a 2-day, student-led, in-person hackathon…and the largest high school hackathon on the West Coast.

We’re proud to sponsor and provide mentors, and especially, we can’t wait to see what these talented developers can build!

Continue reading “Los Altos Hacks – Largest West Coast Student Hackathon”

Videos: Improving Your FileMaker Code with InspectorPro 7

Illustration of a man sitting on a sofa

Five Ways InspectorPro 7 Can Improve Your FileMaker Code

Want better collaboration, performance and insight for your FileMaker development teams? With InspectorPro you can leverage advanced diagnostics, perform in-depth analysis, and gain insights with new visualizations.

Check out these videos from InspectorPro creator & Beezwax Chief Innovation Officer, Vince Menanno.

 

 

Problem Reports Dashboard

Track your progress while reducing problem code, and reducing technical debt.

 Watch now 

 

 

 

Script Monitor

Create a visual and interactive representation of your script interactions, where you can monitor them and stay aware of their activities.

 Watch now 

 

 

 

Search with LOgiCATOR

Locate InspectorPro 7 data with logical precision, including constrained and unconstrained finds within your solution analysis.

 Watch now 

 

 

 

Security Perspective

Identify the privileges and security levels assigned to various user roles for each script.

 Watch now 

 

 

 

Advanced Information

Identifying indirection, scripts states and more.

 Watch now 

 

 

 

Special Offer

Book an InspectorPro consultation at a special rate.

 Book now 

 

 

Native HTML Email in Claris® FileMaker®

Claris FileMaker has built-in methods to send email in HTML format, using SMTP protocols. I’ll cover what this means, how to use this functionality, and use FileMaker to send basic HTML email.

Continue reading “Native HTML Email in Claris® FileMaker®”

End to End Web Integration for Claris® Platforms

Alec Gregory from Beezwax presents at the Claris Beyond Meetup.

Let’s talk about building web UIs, JavaScript functions and new integrations for Claris FileMaker and Claris Pro. Learn how you can manage various stages of the web integration process with the open source bzBond.

Continue reading “End to End Web Integration for Claris® Platforms”

Web UI and JavaScript with Claris® FileMaker®

Alec Gregory from Beezwax presents at DIGFM & Bay Area FileMaker Developer Meetup.

Let’s talk about building web UIs and JavaScript functions using Claris FileMaker.

Continue reading “Web UI and JavaScript with Claris® FileMaker®”

The New Horizon: Script Transactions in Claris® FileMaker®

Script transactions in Claris FileMaker are finally here, but wait! Haven’t we done “transactions” in FileMaker for a long time? Yes and Yes. But script transactions are different and the main advantages, that I see, are the possibilities of simplifying code and improving solution performance. I’ll elaborate on these in this post. And, of course, there is also the inherent benefit of doing things transactionallyall or nothing is the law of the data.

Continue reading “The New Horizon: Script Transactions in Claris® FileMaker®”

Modern Full-Stack Web Frameworks: When to use What and Why

When it comes to choosing web development technologies, we now have more options than ever. And while that’s a good thing, it also poses a problem. Answering the question, “What is the ideal technology for this new project?” is not as easy as it used to be. In this post, I briefly highlight the most popular full-stack web frameworks, and why you might want to choose each of them.

Continue reading “Modern Full-Stack Web Frameworks: When to use What and Why”

Transacting Transactions in Claris FileMaker

Vince Menanno from Beezwax presents at FMDiSC (FileMaker Developers in Southern California).

You may have read on Claris’s blog that “Developers are excited to use Claris FileMaker 19.6!” As Vince Menanno from Beezwax said in an interview for that blog post:

“This FileMaker release is significant. There’s a possibility to make solutions run faster if you’re leveraging transactions, and for code to be more concise.”

– Vincenzo Menanno, Beezwax

So, let’s talk about Claris® FileMaker® and script transactions in FileMaker 19.6!

Continue reading “Transacting Transactions in Claris FileMaker”

Data Visualization in FileMaker Web Viewer

Alec Gregory from Beezwax presents at the Claris FileMaker for Research User Group.

Let’s talk about Claris® FileMaker® and data visualization with FileMaker 19 web viewer, and developing with open source tools!

Continue reading “Data Visualization in FileMaker Web Viewer”

Finer Faster FileMaker Precision: Measuring How Long It Takes

I often like to measure performance, because I am curious if some small change can lead to subtle, or maybe not so subtle, improvements. For the longest time my Swiss Army knife for measuring Claris® FileMaker® performance has been:

Get ( CurrentTimeUTCMilliseconds )

Continue reading “Finer Faster FileMaker Precision: Measuring How Long It Takes”

DIGFM December 2022 – Script Transactions in Claris FileMaker

Vince Menanno from Beezwax presents at DIGFM.

Let’s talk about Claris® FileMaker® and script transactions in FileMaker 19.6!

Continue reading “DIGFM December 2022 – Script Transactions in Claris FileMaker”

Datathon for Social Good 2022 @ UC Berkeley

Datathon for Social Good 2022 is the 4th-annual event for UC Berkeley students to show off their data science skills through real-world project applications. With a focus on technology applied toward social good, this Datathon allows participants the opportunity to explore and tackle current social issues by employing data science to leave a real-world impact.

An Exploration into Environmental Justice & Urban Sciences

This year’s Datathon has several competition tracks that focus on different societal issues ranging from urban sciences to environmental sustainability. Datasets and tools will be provided by CalData, Earth Hacks and Deepnote. Teams create visualizations, analyses, or machine learning models addressing any aspect of the given datasets, which are then presented to partnering organizations and judges.

Continue reading “Datathon for Social Good 2022 @ UC Berkeley”

Unite Hacks 2022 Hackathon

Who doesn’t love a good hackathon?! Unite Hacks, a 12-hour, student-led, in-person hackathon is happening this weekend in Oakland, CA. We can’t wait to see what these talented developers can build.

Continue reading “Unite Hacks 2022 Hackathon”

GitOps with GitHub Actions

Today we’re going to talk about GitOps with GitHub Actions, including an example of this workflow:

A developer team creates a new branch, with a Pull Request (PR), which triggers a GitHub Action, which runs AWS CodeDeploy, which deploys the application code update from GitHub to a web application on an Amazon EC2 instance.

Originally presented at Beezwax’s internal “Developer Show & Share”, this video presentation covers “GitOps with GitHub Actions” by Victor Olivo, Beezwax DevOps Engineer.

Continue reading “GitOps with GitHub Actions”

Rome FileMaker® Week: Docker, Node-RED, Native Script Transactions and a Chatbot

Vincenzo Menanno and Fabio Bosisio from Beezwax present at Rome FileMaker Week.

This week we’re in Italy… formazione, condivisione e ancora divertimento [training, sharing and more fun] …with the focus on innovations in Claris® FileMaker platform development. As realtori [conference speakers] at Rome FileMaker Week (October 6-8), Vince Menanno and Fabio Bosisio from Beezwax present three sessions:

  • Local FileMaker Development with Docker and Node-RED
  • The New Horizon: Native Script Transactions in FileMaker
  • Chatbot
Continue reading “Rome FileMaker® Week: Docker, Node-RED, Native Script Transactions and a Chatbot”

CQDF Montreal 2022 – Claris FileMaker

La 7e Conférence québécoise des développeurs FileMaker (CQDF) 2022: les 15 et 16 Septembre 2022 à l’Auberge Saint-Gabriel, Montreal. Vincenzo Menanno, Beezwax, présente “Le nouvel horizon | Transactions de script natif” avec Claris (FileMaker) Pro.

Continue reading “CQDF Montreal 2022 – Claris FileMaker”

1 2 3 11