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 MoreUnderstanding 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 MoreDependency 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 MoreDepreciation 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 MoreUnderstanding 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 MoreDocker 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 MoreBasics 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 MorePerformance & 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 MoreHeroku 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 MoreExecute 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 MoreUnderstanding 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 MoreBit Bucket Pipeline
What is BitBucket? Bitbucket Pipeline is an integrated CI/CD service, built into Bitbucket. It allows you to automatically build, test, and even deploy your code, based on a configuration file in your repository. Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Continuous […]
Read More