<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yogananda Muthaiah</title>
    <description>The latest articles on DEV Community by Yogananda Muthaiah (@yoganandam).</description>
    <link>https://dev.to/yoganandam</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F343562%2F93ac6281-bede-43df-8b74-4d2ffd5e4544.jpg</url>
      <title>DEV Community: Yogananda Muthaiah</title>
      <link>https://dev.to/yoganandam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yoganandam"/>
    <language>en</language>
    <item>
      <title>SAP UI5 Integration Cards - Dashboard Analytics</title>
      <dc:creator>Yogananda Muthaiah</dc:creator>
      <pubDate>Sat, 09 Nov 2024 12:49:42 +0000</pubDate>
      <link>https://dev.to/yoganandam/sap-ui5-integration-cards-dashboard-analytics-11ed</link>
      <guid>https://dev.to/yoganandam/sap-ui5-integration-cards-dashboard-analytics-11ed</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn5vmb2z15e4xyuoczwnh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn5vmb2z15e4xyuoczwnh.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;Hi All,&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/yogananda-muthaiah/ui5-integration-cards" rel="noopener noreferrer"&gt;https://github.com/yogananda-muthaiah/ui5-integration-cards&lt;/a&gt; &lt;br&gt;
&lt;a href="https://github.com/yogananda-muthaiah/UI5-Integration-Cards-samples" rel="noopener noreferrer"&gt;https://github.com/yogananda-muthaiah/UI5-Integration-Cards-samples&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This repo will provide a example for begineers to learn how to prepare your template to design, build &amp;amp; Test SAP UI5 Intergation Cards&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Develop your own Dashboard &amp;amp; Analytics - you just need index.html and manifest.json to display the cards&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Adjust your index.html and manifest.json accordingly to add more cards&lt;/p&gt;

&lt;p&gt;Live Preview SAP UI5 Integration Cards&lt;br&gt;
&lt;a href="https://yogananda-muthaiah.github.io/ui5-integration-cards/" rel="noopener noreferrer"&gt;https://yogananda-muthaiah.github.io/ui5-integration-cards/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://yogananda-muthaiah.github.io/UI5-Integration-Cards-samples/" rel="noopener noreferrer"&gt;https://yogananda-muthaiah.github.io/UI5-Integration-Cards-samples/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;SAP Blog *&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.sap.com/t5/technology-blogs-by-sap/how-you-can-prepare-your-own-template-using-sap-ui5-integration-cards/ba-p/13881521" rel="noopener noreferrer"&gt;https://community.sap.com/t5/technology-blogs-by-sap/how-you-can-prepare-your-own-template-using-sap-ui5-integration-cards/ba-p/13881521&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Memray in SAP Business Application Studio</title>
      <dc:creator>Yogananda Muthaiah</dc:creator>
      <pubDate>Sun, 05 Jun 2022 19:19:29 +0000</pubDate>
      <link>https://dev.to/yoganandam/memray-in-sap-business-application-studio-1ml9</link>
      <guid>https://dev.to/yoganandam/memray-in-sap-business-application-studio-1ml9</guid>
      <description>&lt;p&gt;Bloomberg has open-sourced Memray, a powerful memory profiler tool for python that it has been using.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bloomberg Memray&lt;/strong&gt;&lt;br&gt;
Memray is a memory profiler tool for python that was developed by Bloomberg.  Memray makes it easy to get stats of the memory allocated to applications. Memray can generate flame graphs reports of memory usage.&lt;/p&gt;

&lt;p&gt;Memray works with&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;native threads&lt;/li&gt;
&lt;li&gt;python thread&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Importance of Memray&lt;/strong&gt;&lt;br&gt;
In Python, memory profiling is not as simple as we expect because of how the Python interpreter manages memory. This is where Memray comes in.&lt;/p&gt;

&lt;p&gt;Memray can help you to&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Find out what it causing high memory usage&lt;/li&gt;
&lt;li&gt;Discover memory leaks&lt;/li&gt;
&lt;li&gt;Find code that is causing high memory allocation so that you can make the correct programming adjustments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Memray Installation requirements&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Memray can be installed from PyPI with a Python interpreter.&lt;/li&gt;
&lt;li&gt;You need to have Python 3.7+ to install it.&lt;/li&gt;
&lt;li&gt;Memray can only run on Linux OS.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Having stats of memory usage in your applications is important for microcomputers with little memory. If memory is not managed properly it can lead to apps crashing and loss of data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blogs.sap.com/2022/06/05/track-your-python-memory-allocations-sap-bas/" rel="noopener noreferrer"&gt;https://blogs.sap.com/2022/06/05/track-your-python-memory-allocations-sap-bas/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>SAP CPQ Integration with SAP Appgyver (Mobile App)</title>
      <dc:creator>Yogananda Muthaiah</dc:creator>
      <pubDate>Tue, 31 May 2022 17:27:27 +0000</pubDate>
      <link>https://dev.to/yoganandam/sap-cpq-integration-with-sap-appgyver-mobile-app-3gbe</link>
      <guid>https://dev.to/yoganandam/sap-cpq-integration-with-sap-appgyver-mobile-app-3gbe</guid>
      <description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;This article describes how you can build your own mobile Application(app) for all devices using SAP Appgyver..   AppGyver is a no-code platform that allows users to easily build good-looking and professional applications without having to write a single line of code.&lt;/p&gt;

&lt;p&gt;In below example, I have a chosen SAP CPQ integrated with SAP S4HANA as backend and SAP Variant Configuration and Pricing as pricing tool. when Sales Users created a quote and added  materials to offer to the customer.  Customer will provide the offer acceptance, so Sales users can find the quote details quickly through the App on the move..&lt;/p&gt;

&lt;p&gt;Refer to Detailed blog link &lt;br&gt;
&lt;a href="https://blogs.sap.com/2022/05/16/sap-cpq-integration-with-sap-appgyver-mobile-app/" rel="noopener noreferrer"&gt;https://blogs.sap.com/2022/05/16/sap-cpq-integration-with-sap-appgyver-mobile-app/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Run JupyterLab on SAP BTP Cloud Foundry</title>
      <dc:creator>Yogananda Muthaiah</dc:creator>
      <pubDate>Thu, 29 Jul 2021 06:07:52 +0000</pubDate>
      <link>https://dev.to/yoganandam/run-jupyterlab-on-sap-btp-cloud-foundry-31bd</link>
      <guid>https://dev.to/yoganandam/run-jupyterlab-on-sap-btp-cloud-foundry-31bd</guid>
      <description>&lt;p&gt;What is Jupyter Notebook?&lt;/p&gt;

&lt;p&gt;Jupyter Notebook is an open-source web application used to create and share documents that have live code, equations, visualizations, and text. It’s maintained by the Project Jupyter community. In 2014, Project Jupyter and Jupyter Notebook became spin-off projects from IPython and the IPython Notebook.&lt;/p&gt;

&lt;p&gt;In addition to the Jupyter Notebook, there’s also JupyterLab, which is a web-based IDE for Jupyter Notebooks. It allows you to set up your user interface to support various workflows in machine learning, data science, scientific computation, and more. With JupyterLab, you can run terminals, text editors, and code consoles in your web browser. You can also create your own plugins.&lt;/p&gt;

&lt;p&gt;JupyterHub is another offering from Project Jupyter. JupyterHub is a multi-user version of Jupyter Notebook, designed for teams, classrooms, and labs. The hub allows you to deploy your notebooks to your organization, scale your deployment with Docker and Kubernetes, and provide uniform data management and access within your company.&lt;/p&gt;

&lt;p&gt;Jupyter Notebook is a popular computational notebook, with over 2.5 million public notebooks available on GitHub. It’s used for a variety of things, such as:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Data analysis
Data cleaning
Data transformation
Data visualization
Machine learning
Numerical simulation
Statistical modeling
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Etc.&lt;br&gt;
Let’s start deploying Jupyterlab to Cloud Foundry&lt;/p&gt;

&lt;p&gt;Follow the link to know the complete steps...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blogs.sap.com/2021/07/28/run-jupyterlab-on-sap-btp-cloud-foundry/" rel="noopener noreferrer"&gt;https://blogs.sap.com/2021/07/28/run-jupyterlab-on-sap-btp-cloud-foundry/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>cloudnative</category>
      <category>cloudfoundry</category>
      <category>sap</category>
    </item>
    <item>
      <title>Share your Development resolutions for this new year 2021?</title>
      <dc:creator>Yogananda Muthaiah</dc:creator>
      <pubDate>Fri, 25 Dec 2020 21:51:27 +0000</pubDate>
      <link>https://dev.to/yoganandam/share-your-development-resolutions-for-this-new-year-2021-cb2</link>
      <guid>https://dev.to/yoganandam/share-your-development-resolutions-for-this-new-year-2021-cb2</guid>
      <description>&lt;p&gt;Share your comments in the link and forward this to all your friends&lt;/p&gt;

&lt;p&gt;&lt;a href="https://answers.sap.com/articles/13216329/development-resolutions-for-this-new-year-2021.html" rel="noopener noreferrer"&gt;https://answers.sap.com/articles/13216329/development-resolutions-for-this-new-year-2021.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>leadership</category>
      <category>sap</category>
    </item>
  </channel>
</rss>
