Best practices in Android Development

Best practices in Android Development

Android is currently the most used OS across the world. The popularity of Android applications is at a pick. As a developer, our duty is to provide applications with the best performance and innovative features. To achieve this, the developer must follow certain standards in the application development process. In this article, you will find […]

Read More
Basics of Create ML and Turi Create
AI/ML

Basics of creating ML and Turi Create

In WWDC 2018, Apple unveiled some of the most advanced technological achievements in the field of Machine Learning by adding capabilities to train custom ML models with the help of Xcode and other available tools. Apple basically introduced two ways to train custom ML models, one of which is Create ML and another one is […]

Read More
Understanding the configuration of Row Definition in Management Reporter

Understanding the configuration of Row Definition in Management Reporter

What is Management Reporter? Management Reporter is strictly a financial report designer. Sales reports, Ad hoc reports, inventory or production reports cannot take place here, however report on nearly anything you can view in your General Ledger can be taken care of. This covers the financial reports as well as reporting of all dimensions of […]

Read More
Dependency Injection in Android using Dagger2

Dependency Injection in Android using Dagger2

Dependency Injection needs a better understanding so let’s break the term Dependency Injection in two parts Dependency and Injection. What is Dependency? Consider the following Java class. public class User { private Database mDatabase; public User() { mDatabase = new Database(); } } In the above class, we are creating the object of class Database […]

Read More
Docker for Beginner – Hosting a Static HTML page

Depreciation in bulk (Proposal) in AX D 365 F&O

In AX 2012 R3 For the computation of Depreciation in AX 2012, R3 provides two books. Both have their importance and clients use this book as needed. Valuation model Depreciation book Value Model Depreciation should always be initiated through the Fixed Assets Journal. (Fixed assets | Journals | Fixed assets). Depreciation Book (Tax Book) Depreciation […]

Read More
Understanding Power Automate: Steps to Create your Demo Flow for Microsoft Teams

Understanding Power Automate: Steps to Create your Demo Flow for Microsoft Teams

Power Automate services help you create a wide variety of automated workflows well suited to work with your applications, favorite apps, and synchronized files. With Power Automate, you can auto-manage data collection either in on-premise sources like Microsoft SQL Server and SharePoint or in the cloud. “Power Automate” integrated Robotic Process Automation (RPA) feature to […]

Read More
Docker for Beginner – Hosting a Static HTML page
Cloud Services

Docker for Beginner – Hosting a Static HTML page

Introduction Being a beginner and trying to figure out “What’s Docker”? Well, this blog takes you through a complete introduction to Docker, its command directory and how to host a simple static HTML page using docker. Before we go on and host a static HTML page lets’ get a little background knowledge about Docker, the […]

Read More
Basics of Elastic Search with KIBANA

Basics of Elastic Search with KIBANA

1. What is Elastic Search? Elastic Search is a search engine based on Lucene. It provides a distributed, multitenant-capable full-text search engine with HTTP web interface and schema-free JSON and is released as open-source under the terms of the Apache License. 2. Why should it be used? If we require, where we needed to get […]

Read More
Performance & Load Testing Using Visual Studio Test Rig

Performance & Load Testing Using Visual Studio Test Rig

For the real-world “usual” scenario concerning the performance testing involving 90 to 100 users is easily possible, but the limitation we face here is that the respective resources eventually get occupied. Henceforth, it becomes cryptic in the “Exceptional” scenario where the capacities of the users are on a large scale (say: 10k, 20k…nk). Well, in […]

Read More
Heroku Cloud Platform – Understanding server and developer benefits for your cloud management
Cloud Services

Heroku Cloud Platform – Understanding server and developer benefits for your cloud management

Introduction Heroku Cloud Platform is a prominent cloud platform leader that enables most of the IT companies to build, deliver, monitor, and scale their apps effortlessly. Heroku Cloud Platform focuses on agile and concrete infrastructure management for your apps on cloud and lets you focus more on development and deployment for your apps. With Heroku […]

Read More
Execute automation scripts using Pipeline in Jenkins
Cloud Services

Execute automation scripts using Pipeline in Jenkins

What is Jenkins? Jenkins is a Continuous Integration (CI) Server or open-source automation tool written in Java with plugins built for Continuous Integration purpose. Jenkins supports the complete development lifecycle of software from building, testing and deploying a software development lifecycle. For example, if the team is developing a project, Jenkins will continuously test your […]

Read More
Understanding of Configuration of Column Definition in Management Reporter

Understanding of Configuration of Column Definition in Management Reporter

Column Definition: The column definition will define the vertical information of the Management Reporter. 1. Column Type: The following are column types: 2. Book Code/Attribute Category: The Book Code/Attribute Category cell identifies the book code for the data in the FD column. A column definition can include multiple actual, budget, and statistical columns, and can […]

Read More