Choose your interests by clicking the heart to see content selected just for you.

Web Development
FileMaker Development
Mobile Development
AI Development
Tableau Development

Semantic Search with FileMaker 2024 - Claris Community Live

On July 11, 2024, the Claris Community Live event will showcase the new semantic search features in Claris FileMaker 2024. Will Miro from Beezwax will join the discussion, demonstrating how AI can facilitate natural language queries and provide valuable insights from existing data. Join us to uncover the latest possibilities and capabilities.
Read it now

FileMaker Semantic Search – Part 3: Advanced Fun

For an advanced demo of FileMaker Semantic Search, we'll build an example of 'unified search' across multiple tables, using natural language to construct a semantic search of data in FileMaker 2024. Then we'll extend this to a second example, showing 'unified search + actions'. A downloadable demo/tutorial file is provided for each of these two examples. Finally, we'll discuss a use case for helping users search and find what they're looking for.
Read it now

Common Refactors: Part 1 – Conditionals

This series covers common code refactors applicable to languages like TypeScript, Python, Ruby, PHP, Go, and Java. Addressing unnecessary indentation, positive conditions, DeMorgan’s Law, explicit comparisons, named conditions, and catch-all conditions, it aims to simplify code for readability and maintenance, providing practical insights for code improvement.
Read it now

FileMaker Semantic Search – Part 2: Key Details

In “FileMaker Semantic Search – Part 1: Fundamental Power” we discussed how to configure your Claris FileMaker 2024 app to support semantic search. Here in Part 2 of this three-part blog series we'll dig deeper into the details of this awesome new functionality, with a demo tutorial file for exploring AI Call Logging.
Read it now

FileMaker Semantic Search – Part 1: Fundamental Power

FileMaker 2024 delivers native semantic search, and it's awesome. Now you can search records whose text is similar to the semantic meaning of your search term, even if those records don't include your exact search term. Using natural language, users can be freed from trying to recall exactly how data was input. Let's dive in to see just how powerful FileMaker’s semantic search is.
Read it now

Use REST and cURL with FileMaker 2023's Data API

FileMaker 2023 (v20) added minor functionality to the FileMaker Data API. Here, we'll cover an overview of the new date format parameters, Save Record as PDF script step, and several bug fixes. We also want to mention another option, FileMaker's OData features, for some of the integrations we might otherwise handle via REST, cURL, and the FileMaker Data API. We're providing a tutorial file for learning more and trying out various REST and cURL functionality with FileMaker's Data API. Enjoy!
Read it now

The Repository and Unit of Work Design Patterns

Most web applications we build benefit from having a separate data access layer (DAL) and separating business logic from database interaction. The main advantages to this are easier testing and maintainability. Because business logic is separated from the actual implementation, you can write code in terms of higher level abstractions, rather than having to worry about specifics.
Read it now