<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by DEV IT on Medium]]></title>
        <description><![CDATA[Stories by DEV IT on Medium]]></description>
        <link>https://medium.com/@DEV_IT?source=rss-9c930fdac07f------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*kpWNxROv1BJdRypWVIci5Q.jpeg</url>
            <title>Stories by DEV IT on Medium</title>
            <link>https://medium.com/@DEV_IT?source=rss-9c930fdac07f------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 02:29:33 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@DEV_IT/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Basics of Create ML and Turi Create]]></title>
            <link>https://medium.com/@DEV_IT/basics-of-create-ml-and-turi-create-5b3bc74138d2?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/5b3bc74138d2</guid>
            <category><![CDATA[create-ml]]></category>
            <category><![CDATA[wwdc]]></category>
            <category><![CDATA[turi]]></category>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[turi-create]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Thu, 31 Oct 2019 08:10:21 GMT</pubDate>
            <atom:updated>2019-10-31T08:10:21.652Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*G_bXBTnzTrc6gvcaZ33Otg.jpeg" /><figcaption>Basics of Create ML and Turi Create</figcaption></figure><p>In <strong>WWDC 2018</strong>, Apple unveiled some of the most advanced technological achievements in the field of <strong>Machine Learning</strong> by adding capabilities to train custom ML models with the help of Xcode and other available tools.</p><p>Apple basically introduced two ways to train custom ML models, one of which is <strong>Create ML</strong> and another one is their open-sourced version of 2016’s Apple acquired Turi, <strong>Turi Create</strong>.</p><h3>Create ML</h3><p><a href="http://blog.devitpl.com/create-ml-and-turi-create/"><strong>Read</strong> <strong>More</strong></a><strong>….</strong></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5b3bc74138d2" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Understanding the configuration of Row Definition in Management Reporter]]></title>
            <link>https://medium.com/@DEV_IT/understanding-the-configuration-of-row-definition-in-management-reporter-bd4bd1d0da57?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/bd4bd1d0da57</guid>
            <category><![CDATA[finance]]></category>
            <category><![CDATA[management-report]]></category>
            <category><![CDATA[financial-reporting]]></category>
            <category><![CDATA[configuration]]></category>
            <category><![CDATA[row]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Thu, 26 Sep 2019 07:01:40 GMT</pubDate>
            <atom:updated>2019-09-26T07:01:40.371Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*lYu8KAtnEwQ1TVUTg_VUGg.jpeg" /><figcaption>Understanding the configuration of Row Definition in Management Reporter</figcaption></figure><h4>What is Management Reporter?</h4><p>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 your financial dimensions, like financial statements, and down to some other reporting which can include vendor’s and/or customer’s reports, Ledger Report.</p><h4>Definitions</h4><p>It uses row definition, column definition, and reporting tree to make a report definition.</p><h4>Basic Understanding of Row Definition</h4><p><a href="http://blog.devitpl.com/understanding-the-configuration-of-row-definition-in-management-reporter/"><strong>Read more</strong></a>……</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bd4bd1d0da57" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Dependency Injection in Android using Dagger2]]></title>
            <link>https://medium.com/@DEV_IT/dependency-injection-in-android-using-dagger2-b140ce9ccbee?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/b140ce9ccbee</guid>
            <category><![CDATA[dependency-injection]]></category>
            <category><![CDATA[dependencies]]></category>
            <category><![CDATA[dagger-2]]></category>
            <category><![CDATA[dagger-android]]></category>
            <category><![CDATA[android]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Wed, 25 Sep 2019 06:21:33 GMT</pubDate>
            <atom:updated>2019-09-25T06:21:33.490Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*KV15g0EknfcPNVlPnBEEiw.jpeg" /><figcaption>Dependency Injection in Android using Dagger2</figcaption></figure><p>Dependency Injection needs a better understanding so let’s break the term Dependency Injection in two parts Dependency and Injection.</p><h3>What is Dependency?</h3><p>Consider the following Java class.</p><p>public class User {</p><p>private Database mDatabase;</p><p>public User() {</p><p>mDatabase = new Database();</p><p>}</p><p>}</p><p>In the above class, we are creating the object of class Database inside the constructor of class User. So here, we can say that the User is dependent on Database. So here, Database is a dependency for the class User.</p><h3>What is Injection?</h3><p>As we saw the User is Dependent on Database, now think how User can get its dependency, which is the Database.</p><p>We can consider the following two ways</p><p><strong>Method #1</strong></p><p><a href="http://blog.devitpl.com/dependency-injection-in-android/"><strong>Read more….</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b140ce9ccbee" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Depreciation in bulk (Proposal) in AX D 365 F&O]]></title>
            <link>https://medium.com/@DEV_IT/depreciation-in-bulk-proposal-in-ax-d-365-f-o-f609ec106bd9?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/f609ec106bd9</guid>
            <category><![CDATA[d365]]></category>
            <category><![CDATA[depreciation]]></category>
            <category><![CDATA[ax]]></category>
            <category><![CDATA[microsoft]]></category>
            <category><![CDATA[dynamics-365]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Tue, 24 Sep 2019 04:32:32 GMT</pubDate>
            <atom:updated>2019-09-24T04:32:32.507Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*s8UhuKn8p1mXRQpi4nRMBg.jpeg" /><figcaption>Depreciation in bulk (Proposal) in AX D 365 F&amp;O</figcaption></figure><h3>In AX 2012 R3</h3><ul><li>For the computation of Depreciation in <strong>AX 2012, R3</strong> provides two books. Both have their importance and client use this book as per need.</li></ul><ol><li>Valuation model</li><li>Depreciation book</li></ol><ul><li>Value Model Depreciation should always be initiated through the Fixed Assets Journal. (Fixed assets | Journals | Fixed assets).</li><li>Depreciation Book (Tax Book) Depreciation should always be initiated through the Depreciation Book Journal. (Fixed Assets | Journals | Depreciation book journal).</li></ul><h3>In AX D365 Finance and operation</h3><p><a href="http://blog.devitpl.com/depreciation-in-bulk-proposal-in-ax-d-365-fo/"><strong>Read more</strong></a>….</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f609ec106bd9" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Understanding the Microsoft Flow]]></title>
            <link>https://medium.com/@DEV_IT/understanding-the-microsoft-flow-bebf34eea0b7?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/bebf34eea0b7</guid>
            <category><![CDATA[microsoft]]></category>
            <category><![CDATA[synchronization]]></category>
            <category><![CDATA[sql-server]]></category>
            <category><![CDATA[microsoft-flow]]></category>
            <category><![CDATA[office-365]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Mon, 23 Sep 2019 07:57:29 GMT</pubDate>
            <atom:updated>2019-09-23T07:57:29.805Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*1J3mVZrGphll7rGDU-XvOQ.jpeg" /><figcaption>Understanding the Microsoft Flow</figcaption></figure><p>Microsoft Flow is a service that helps you create automated workflows between your application, favorite apps, and services to synchronize files, get notifications, collect data and more. Microsoft Flow also allows you to manage data either in on-premises sources like Microsoft SQL Server and SharePoint or in the cloud.</p><p>Microsoft, Flow is a new app that is part of Office 365 suite. It is included in most of Office 365 subscriptions. It can be accessed via Office 365 app launcher and allows you to automate business processes by building workflows based on certain actions and triggers.</p><p>For example, you can automate below tasks:</p><ul><li>Instantly respond to high-priority emails or notifications.</li><li>Capture, track, and follow up with new sales and marketing leads.</li><li>Copy all email attachments to your Dropbox account.</li><li>Collect data about your business, services, etc. and share that information with your team.</li><li>Automate approval workflows defined in the organization or for the client.</li></ul><h3>Ways to Access Microsoft Flow</h3><p><a href="http://blog.devitpl.com/understanding-the-microsoft-flow/"><strong>Read more…</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bebf34eea0b7" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Docker — Beginner’s Guide]]></title>
            <link>https://medium.com/@DEV_IT/docker-beginners-guide-49acf0b22062?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/49acf0b22062</guid>
            <category><![CDATA[docker-client]]></category>
            <category><![CDATA[docker-architecture]]></category>
            <category><![CDATA[remote-api]]></category>
            <category><![CDATA[docker-compose]]></category>
            <category><![CDATA[docker]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Mon, 16 Sep 2019 05:06:58 GMT</pubDate>
            <atom:updated>2019-09-16T05:06:58.330Z</atom:updated>
            <content:encoded><![CDATA[<h3>Docker — Beginner’s Guide</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*h8B7E9xm6kmfRa3-1ewI5w.jpeg" /><figcaption>Docker For Beginner</figcaption></figure><p>If you are a beginner and trying to figure out “What’s docker” then, believe me, you are in the right place. I’m going to start with a little background about docker, the problems it tries to solve and then come to the main topic.</p><p>I’m sure you would have heard the word ‘Docker’ in one or the other way (if you haven’t believed me you are in the wrong field). There is a buzz about Docker, Containerization, Kubernets etc. recently, so what is it?</p><blockquote>“Docker is a containerization technology that helps you ship your product/software along with its related dependencies”</blockquote><p>Hard to understand?</p><p><a href="http://blog.devitpl.com/docker-for-beginner/"><strong>Read more</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=49acf0b22062" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Basics of Elastic Search with KIBANA]]></title>
            <link>https://medium.com/@DEV_IT/basics-of-elastic-search-with-kibana-4be1b1a81c48?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/4be1b1a81c48</guid>
            <category><![CDATA[elasticsearch]]></category>
            <category><![CDATA[pros-and-cons]]></category>
            <category><![CDATA[kibana]]></category>
            <category><![CDATA[basics]]></category>
            <category><![CDATA[installation]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Wed, 11 Sep 2019 05:37:50 GMT</pubDate>
            <atom:updated>2019-09-11T05:37:50.284Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*2kYDCPTjpCxrv1VUETmx8g.jpeg" /><figcaption>Basics of Elastic Search with KIBANA</figcaption></figure><h3>1. What is Elastic Search?</h3><p>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.</p><h3>2. Why should it be used?</h3><p>If we require, where we needed to get the data analytics for our site. We can add data analytics by using Elastic Search. Let’s suppose we have our site deployed to various environments for different clients and we have to extract useful data, such as the users who had logged in on a certain day, or the volume of users in different locales so that we can create and adjust their strategies accordingly.</p><p>Elastic Search is developed alongside a data-collection and log-parsing engine called Logstash, and an analytics and visualization platform called <strong>“</strong><a href="https://en.wikipedia.org/wiki/Kibana"><strong>Kibana</strong></a><strong>”</strong>. The three products are designed for use as an integrated solution, referred to as the <strong>“Elastic Stack”.</strong></p><h3>3. How to install it:</h3><p><a href="http://blog.devitpl.com/basics-of-elastic-search-with-kibana/"><strong>Read more</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4be1b1a81c48" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Performance & Load Testing Using Visual Studio Test Rig]]></title>
            <link>https://medium.com/@DEV_IT/performance-load-testing-using-visual-studio-test-rig-dea747c6caa8?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/dea747c6caa8</guid>
            <category><![CDATA[load-testing]]></category>
            <category><![CDATA[visual-studio]]></category>
            <category><![CDATA[controller]]></category>
            <category><![CDATA[agents]]></category>
            <category><![CDATA[performance]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Mon, 09 Sep 2019 05:46:29 GMT</pubDate>
            <atom:updated>2019-09-09T05:46:29.045Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*7W7COOWqkgAvA_s3G-5ihA.jpeg" /><figcaption>Performance &amp; Load Testing Using Visual Studio Test Rig</figcaption></figure><p>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 this scenario we tell machines to do our job because they can do routine work faster than a human can do or we add more resources to the machine so that it can perform those functions faster. A “Test Rig” network is meant for this purpose, i.e. to simulate large number of users through machines.</p><p>Visual Studio Test Rig can be used for running tests remotely, distribute tests across multiple machines, or run load tests. A Test Rig works as Master-Slave technology wherein “Test controller” is a Master and “Test Agents” are slaves.</p><ul><li>A <strong>Controller</strong> as the name implies controls Agents who work as clients for generating loads). For generating load on remote computers, one must install a Test Controller utility and then configure it to communicate with Agents.</li><li>An <strong>Agent</strong> is responsible for accepting the command from the controller and execute script or web requests in specific order and fashion.</li></ul><h3>Test Agent and Test controller Interaction</h3><p><a href="http://blog.devitpl.com/performance-load-testing-using-visual-studio-test-rig/"><strong>Read more</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=dea747c6caa8" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Heroku Cloud Platform — Services and Salient Features]]></title>
            <link>https://medium.com/@DEV_IT/heroku-cloud-platform-services-and-salient-features-3a8dd5613949?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/3a8dd5613949</guid>
            <category><![CDATA[heroku]]></category>
            <category><![CDATA[cloud-platform]]></category>
            <category><![CDATA[services]]></category>
            <category><![CDATA[cloud]]></category>
            <category><![CDATA[salience]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Thu, 05 Sep 2019 05:53:40 GMT</pubDate>
            <atom:updated>2019-09-05T05:53:40.224Z</atom:updated>
            <content:encoded><![CDATA[<h3>Heroku Cloud Platform — Services and Salient Features</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*IsDr6INN526wm6_dYtvvxQ.jpeg" /><figcaption>Heroku Cloud Platform — Services and Salient Features</figcaption></figure><p>In this blog, I would like to give highlights on some of the most exciting features of Heroku Cloud platform and would cover the following sections in detail:<br>1. What is Heroku?<br>2. Heroku Services<br>3. Salient Features of Heroku addons</p><h3>Let’s get started with ‘What is Heroku’?</h3><p><a href="http://blog.devitpl.com/heroku-cloud-platform-service-salient-features/"><strong>Read more</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3a8dd5613949" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Execute automation scripts using Pipeline in Jenkins]]></title>
            <link>https://medium.com/@DEV_IT/execute-automation-scripts-using-pipeline-in-jenkins-a2c3bee5a3f4?source=rss-9c930fdac07f------2</link>
            <guid isPermaLink="false">https://medium.com/p/a2c3bee5a3f4</guid>
            <category><![CDATA[script]]></category>
            <category><![CDATA[continuous-integration]]></category>
            <category><![CDATA[jenkins]]></category>
            <category><![CDATA[pipeline]]></category>
            <category><![CDATA[jenkins-pipeline]]></category>
            <dc:creator><![CDATA[DEV IT]]></dc:creator>
            <pubDate>Wed, 04 Sep 2019 07:22:15 GMT</pubDate>
            <atom:updated>2019-09-04T07:22:15.144Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/620/1*DM7aNH0Vtvx2GsQrkhFtPg.jpeg" /><figcaption>Execute automation scripts using Pipeline in Jenkins</figcaption></figure><h3>What is Jenkins?</h3><p>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.</p><p>For example, if the team is developing a project, Jenkins will continuously test your project builds and show you the errors in the early stages of your development that’s the reason Jenkins is more popular.</p><h3>What is Jenkins Pipeline?</h3><p>Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins. Jenkins Pipeline is written into a Pipeline script. In Jenkins Pipeline it allows us to fill in details for the different steps of our Jenkins job.</p><p>Below is the diagram of the Jenkins Pipeline workflow.</p><p><a href="http://blog.devitpl.com/execute-automation-scripts-using-pipeline-in-jenkins/"><strong>Read More</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a2c3bee5a3f4" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>