Card Window in FileMaker 19 WebDirect

August 28, 2020

FileMaker 19 offers many new features that can be used to enhance the UI/UX of FileMaker Custom apps. One exciting feature is the ability to use card windows in WebDirect. FileMaker introduced the card windows in FileMaker 16. At the time that feature was not supported in WebDirect. Card Window support in WebDirect is a […]

Read More

React Redux – The art of state management

August 27, 2020

React is one of the most popular technologies for front-end development, which uses a component based approach to enable fast app development. Redux is a predictable state container for JS apps, and works particularly well with React.  In this article, I will be covering some basics on how to set up React-Redux for state management […]

Read More

Barcode Scanning for a web based application

August 20, 2020

In this article I will share some information about a recent barcode scanning implementation we did for a web based application for one of our clients. Barcodes are nothing more than a machine readable form of data represented in the form of lines.  Nowadays, barcodes are an essential part of inventory management for a number […]

Read More

Automation Testing- Process and Tools

August 19, 2020

Automation Testing is a software testing method in which an automation tool is configured to execute tests and compare the actual outcome with the expected outcome defined in the scripts. In this article, I will explain the benefits of automation testing, outline the process of automation testing, and finally list some of the tools on […]

Read More

Integrating jQuery datatable in FileMaker application using Perform JavaScript in Web Viewer

August 17, 2020

In a previous blog, we described the new exciting features of FileMaker 19. One of these features is the new ‘FileMaker JavaScript Web Viewer Integration’. Using this feature, we can establish  smooth communication between FileMaker and Web Viewers. This allows us to extend the functionality of FileMaker systems with features which are not native to FileMaker. Claris FileMaker […]

Read More

Device and Browser Testing Strategies

August 17, 2020

Testing without proper planning can cause major problems for an app release, as it can result in compromised software quality and an increase in total cost. Defining and following a suitable and thorough testing procedure is a very important part of the development process that should be considered from the very beginning. Time should be […]

Read More

Shift Left and Shift Right Testing practices

August 7, 2020

Agile and DevOps practices have gained popularity in the last few years, and embracing these practices has resulted in a significant change in the way software is developed and tested. It has been found that close collaboration between developers and testers, right from the initial development stage, is a key ingredient to delivering high quality […]

Read More

FileMaker 19: Exciting features that one should not Miss!

July 30, 2020

FileMaker 19  offers some exciting new features. Some are useful for a developer and others which would excite FileMaker business users.  This Blog will throw light on some of these features. FileMaker and JavaScript Integration: JavaScript provides a variety of libraries which can be used to create interactive dashboards, charts, maps, calendars and many more […]

Read More

Our experience of using React Hooks and what you can learn from it!

July 24, 2020

React JS is now a very popular programming language. React Hooks has unlocked new capabilities and allows you to create great applications. It allows one to write very compact code. We share our experience of how we have used React Hooks. We assume here that you have some React Programming knowledge. React Hooks are functions […]

Read More