Post Image

End to end encryption module in Mendix

The significance of data protection has increased due to the rising number of data breaches and cyberattacks in today’s digital world. As a low- code platform, Mendix provides a secure terrain for developing and planting apps.....

Read More
Post Image

QR Code Generation and Printing in Mendix Using Java

Generating a QR code from a String value and printing the generated QR code into the printer without showing the print preview page by using Mendix Java action....

Read More
Post Image

OCR in Mendix using Tesseract.js Part 1: Image-to-Text

Tesseract.js is a javascript port of the famous Tesseract OCR engine and it is an optical character recognition engine for various operating systems. It is a free software, released...

Read More
Post Image

Agile in QA to achieve business goals and end-user goals using Mendix Platform

Agile methodology is a way to manage a project by breaking it into several phases. It involves constant collaboration with stakeholders and continuous improvement at every stage which focuses...

Read More
Post Image

Is testing not always exciting in Mendix?

We do repetitive tasks to meet basic needs in order to be able to do the things we love. It's the same for testers.It's the same for testers. After we do the basics, we'll break things down....

Read More
Post Image

OpenAI REST API in Mendix

Integrating OpenAI with Mendix via OpenAI’s REST API enables us to create apps that quickly evaluate user questions and produce output that is similar to it...

Read More
Post Image

A simple and effective way to implement a base64 in Take Picture Activity via Mendix Native

I recently attempted to include a "Take Picture" functionality in my native mobile app, with the intention of storing the image as a base 64 encoded string. I encountered a challenge when I discovered ...

Read More
Post Image

Low Code Development Business Benefits - Mendix

When choosing software for business, every business owner’s first thought is that software should meet their business needs without considering the features of that software. However, companies are always ready to change ...

Read More
Post Image

Mendix - Business Transformation Journey

Nowadays, every small and large scale business have become digitized using several software platforms. There are many technologies that provide business growth using different techniques.Here in Mendix, we use Low code which will be ...

Read More
Post Image

All you need to know about "Database connector" in Mendix

Mendix has been the pioneer in the world of low-code development throughout the time it has provided great yet simple digital transformation methods. MXTechies is a digital transformation leader in the Mendix Low Code space....

Read More
Post Image

Predict My Message

Due to the big evolution of the Internet in recent times, we live in a digital world. We are witnessing a phenomenal growth of social media platforms like Facebook, WhatsApp and Twitter. All these platforms come with chat functionality...

Read More
Post Image

The Importance of Peer Review in Mendix

Peer review provides a measure of quality control practices to software development by allowing teams to review their development artifacts early and often. The benefits of code review are widely accepted as a quality improvement and control strategy...

Read More
Post Image

A simple and effective way to implement a download feature in Native Application

I have come across many posts on several forums on Native file download. Currently we have a java script Action in the Native File document module to achieve it. The module was an excellent one, however I felt....

Read More
Post Image

How To Secure Our Premises Using Mendix

Over the past few years, we might have come across many warning messages online. The most common one would be "This site is hacked" or “Your account is hacked”. Some of the others are “The system is at risk”, “The file you downloaded is harmful” etc....

Read More
Post Image

Azure AD SSO using OIDC Module

Almost all the applications which are developed are using SSO for login. Have you tried integrating Azure SSO using OIDC? So in this blog I will show you how to add a login with Azure SSO using the OIDC market place module (OpenID Connect Single Sign On)....

Read More