
vincenzo
Membres-
Content Count
130 -
Joined
-
Last visited
-
Days Won
1
vincenzo last won the day on April 3 2018
vincenzo had the most liked content!
About vincenzo
-
Rank
100
Profile Information
-
Gender
Homme
-
Location
Oakland
-
Interests
FileMaker, Data Visualization, Reporting Inspector
FileMaker Profile
-
FM
FMP12
-
OS
OSX.7
-
Certification
FileMaker 12 Certified Developer
-
Claris Partner
Platinum
Recent Profile Visitors
2408 profile views
-
This blog post is the first in a three-part series about the FileMaker OData API, highlighting key features that make it an exciting addition to the Claris FileMaker platform. Part 1: An Introduction to FileMaker OData I had the opportunity and pleasure to take a one-week dive into the FileMaker OData API. The objective was […] Afficher la totalité du billet
-
Jérémie Gimenez reacted to a blog entry: OOP Fundamentals: The Decorator Pattern
-
The decorator pattern is one of my favorite patterns. It is simple, extensible and powerful. It feels like it follows the essence of object oriented programming beautifully. Sadly though, it is also easy to be misused or misunderstood. So, in this post I will show you the essence of the decorator pattern, illustrated with a […] Afficher la totalité du billet
-
The dependency inversion principle is one of the cornerstones of object-oriented programming. Without it, there is no object-oriented design. It’s that important. What amazes me about this principle is that people can spend years working with an object-oriented language and never learn about it, never take the next step towards becoming a senior developer, especially […] Afficher la totalité du billet
-
Jérémie Gimenez reacted to a blog entry: bBox for FileMaker v0.96 Now Available
-
We are pleased to release bBox version 0.96. bBox is a free utility plug-in to extend FileMaker solutions to easily use code libraries and macOS-based functions from Python, JavaScript, PHP, Ruby, AppleScript, Bash/sh, XPath, and SQLite. Afficher la totalité du billet
-
We are pleased to release bBox version 0.96. bBox is a free utility plug-in to extend FileMaker solutions to easily use code libraries and macOS-based functions from Python, JavaScript, PHP, Ruby, AppleScript, Bash/sh, XPath, and SQLite. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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 […] Afficher la totalité du billet
-
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 […] Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet
-
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. Afficher la totalité du billet