InKNNX Corp.byKNNX Corp.·Jul 27, 2022Flutter App: Navigation & RoutingRouting from one screen to the other is simple in a mobile app. Learn about the different types of routing in a Flutter app.
InKNNX Corp.byKNNX Corp.·Jul 20, 2022Implementing Facial Recognition in Flutter AppsRead our blog to learn how to implement Facial Recognition in Flutter Apps using Amazon Rekognition.
InKNNX Corp.byKNNX Corp.·Jul 13, 2022Enabling Facial Recognition in Flutter AppsFacial recognition has continued to grow exponentially. It is capable of identifying/verifying a person from an image or video.A response icon1A response icon1
InKNNX Corp.byKNNX Corp.·Jul 6, 2022Unit Testing with JestIn this blog, we will learn how to use Jest for testing in our project and discover how to configure the framework properly.
InKNNX Corp.byKNNX Corp.·Jun 29, 2022Copy webpage tables to Excel without changing their formattingLearn how to copy a table in a webpage while preserving its formatting.A response icon2A response icon2
InKNNX Corp.byKNNX Corp.·Jun 22, 2022Kubernetes: Understanding Pod Affinity, Taint & TolerationWe delve deeper into Kubernetes to learn more about Pod affinity, Taint & Toleration.
InKNNX Corp.byKNNX Corp.·Jun 15, 2022DL Freight Enhancements: Automating Accessorial ChargesThe automated accessorial charges process enabled by DL Freight is used by Walmart Canada, across the country, and over certain US borders.
InKNNX Corp.byKNNX Corp.·Jun 8, 2022Use Nodemailer to send an emailIn this blog, we will learn how to send emails using Nodemailer. This module allows us to easily send emails in NodeJS apps.
InKNNX Corp.byKNNX Corp.·Jun 1, 2022How to set up an SSL/TLS enabled RabbitMQ server?Learn how set up an SSL/TLS enabled RabbitMQ server.A response icon4A response icon4
InKNNX Corp.byKNNX Corp.·May 18, 2022Create a Login Screen with Provider PatternIn this article, we show you how to create a login screen using the Provider pattern.