<?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: 1manav_itihash</title>
    <description>The latest articles on DEV Community by 1manav_itihash (@member_29cf5563).</description>
    <link>https://dev.to/member_29cf5563</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%2F3267938%2Ff1d375d1-480e-4584-b52c-468055667744.jpg</url>
      <title>DEV Community: 1manav_itihash</title>
      <link>https://dev.to/member_29cf5563</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/member_29cf5563"/>
    <language>en</language>
    <item>
      <title>Data Visualizer</title>
      <dc:creator>1manav_itihash</dc:creator>
      <pubDate>Tue, 09 Jun 2026 03:10:17 +0000</pubDate>
      <link>https://dev.to/member_29cf5563/data-visualizer-4j27</link>
      <guid>https://dev.to/member_29cf5563/data-visualizer-4j27</guid>
      <description>&lt;h1&gt;
  
  
  Data Visualizer
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Live Demo
&lt;/h2&gt;

&lt;p&gt;🌐 &lt;strong&gt;Try it live:&lt;/strong&gt; &lt;a href="https://datavisualizer.urlmediainspector.dev/" rel="noopener noreferrer"&gt;https://datavisualizer.urlmediainspector.dev/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What It Is
&lt;/h2&gt;

&lt;p&gt;Data Visualizer is a visual workspace where developers can explore, transform, execute, and understand data using interconnected nodes on an infinite canvas.&lt;/p&gt;

&lt;p&gt;Instead of jumping between API tools, JSON viewers, spreadsheets, code editors, schema inspectors, and visualization platforms, everything happens inside a single interactive environment.&lt;/p&gt;

&lt;p&gt;Each node represents a specific capability and can be connected together to create powerful workflows for data exploration, processing, automation, and analysis.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Infinite Visual Workspace
&lt;/h3&gt;

&lt;p&gt;Work on an unlimited canvas where data, code, APIs, documents, and visualizations can be organized as connected workflows instead of isolated files and tabs.&lt;/p&gt;

&lt;h3&gt;
  
  
  API Exploration
&lt;/h3&gt;

&lt;p&gt;Connect to APIs, inspect responses, analyze payloads, and build reusable visual pipelines for data processing.&lt;/p&gt;

&lt;h3&gt;
  
  
  JSON &amp;amp; YAML Visualization
&lt;/h3&gt;

&lt;p&gt;Navigate deeply nested structures through interactive visual representations that make complex data easier to understand.&lt;/p&gt;

&lt;h3&gt;
  
  
  JavaScript &amp;amp; TypeScript Execution
&lt;/h3&gt;

&lt;p&gt;Run JavaScript and TypeScript directly inside workflow nodes to transform, filter, and manipulate data in real time.&lt;/p&gt;

&lt;h3&gt;
  
  
  Browser-Based Python Runtime
&lt;/h3&gt;

&lt;p&gt;Execute real Python entirely in the browser without requiring local installations or external servers.&lt;/p&gt;

&lt;h3&gt;
  
  
  CSV &amp;amp; Dataset Analysis
&lt;/h3&gt;

&lt;p&gt;Import and explore tabular data visually, making it easier to inspect records, understand relationships, and process large datasets.&lt;/p&gt;

&lt;h3&gt;
  
  
  Schema Exploration
&lt;/h3&gt;

&lt;p&gt;Visualize schemas and nested structures to quickly understand how data is organized and connected.&lt;/p&gt;

&lt;h3&gt;
  
  
  PDF, Image &amp;amp; Video Support
&lt;/h3&gt;

&lt;p&gt;Work with documents and media assets directly inside the workspace without constantly switching applications.&lt;/p&gt;

&lt;h3&gt;
  
  
  Visual Data Pipelines
&lt;/h3&gt;

&lt;p&gt;Create workflows by connecting nodes together, allowing data to flow naturally between APIs, transformations, code execution, schemas, and visualizations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Interactive Data Transformation
&lt;/h3&gt;

&lt;p&gt;Modify and reshape data visually while instantly seeing the results throughout the workflow.&lt;/p&gt;

&lt;h3&gt;
  
  
  Developer Playground
&lt;/h3&gt;

&lt;p&gt;Experiment safely with APIs, code, data structures, and workflows in an environment designed for exploration and learning.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why It Matters
&lt;/h2&gt;

&lt;p&gt;Developers spend a significant amount of time understanding data before they can build with it.&lt;/p&gt;

&lt;p&gt;Traditional workflows often require switching between multiple tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API Clients&lt;/li&gt;
&lt;li&gt;JSON Viewers&lt;/li&gt;
&lt;li&gt;Code Editors&lt;/li&gt;
&lt;li&gt;Spreadsheets&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Terminal Windows&lt;/li&gt;
&lt;li&gt;Visualization Tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Data Visualizer brings these experiences together into a single connected workspace where developers can focus on understanding and building instead of managing tools.&lt;/p&gt;




&lt;h2&gt;
  
  
  Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;API debugging and exploration&lt;/li&gt;
&lt;li&gt;JSON and YAML inspection&lt;/li&gt;
&lt;li&gt;Data transformation workflows&lt;/li&gt;
&lt;li&gt;Dataset analysis&lt;/li&gt;
&lt;li&gt;Schema visualization&lt;/li&gt;
&lt;li&gt;Learning and experimentation&lt;/li&gt;
&lt;li&gt;Integration development&lt;/li&gt;
&lt;li&gt;Rapid prototyping&lt;/li&gt;
&lt;li&gt;Visual programming&lt;/li&gt;
&lt;li&gt;Data-driven automation&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Vision
&lt;/h2&gt;

&lt;p&gt;Our goal is to create a visual operating system for developers where data, code, APIs, documents, and media become connected building blocks that can be explored, transformed, and understood through intuitive visual workflows.&lt;/p&gt;

&lt;p&gt;Instead of thinking in files and tabs, developers can think in flows, relationships, and systems.&lt;/p&gt;

</description>
      <category>datavisualizer</category>
      <category>json</category>
      <category>yaml</category>
      <category>visualworkflow</category>
    </item>
    <item>
      <title>JupyterLab Kendo Grid Extension for Pandas DataFrames</title>
      <dc:creator>1manav_itihash</dc:creator>
      <pubDate>Sat, 27 Sep 2025 06:53:07 +0000</pubDate>
      <link>https://dev.to/member_29cf5563/jupyterlab-kendo-grid-extension-for-pandas-dataframes-57kk</link>
      <guid>https://dev.to/member_29cf5563/jupyterlab-kendo-grid-extension-for-pandas-dataframes-57kk</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/kendoreact-2025-09-10"&gt;KendoReact Free Components Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 What I Built
&lt;/h2&gt;

&lt;p&gt;We embedded a &lt;strong&gt;Kendo React DataGrid&lt;/strong&gt; directly inside &lt;strong&gt;JupyterLab&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;From within a notebook, you can now:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔎 &lt;strong&gt;Interactively filter and sort data&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📋 &lt;strong&gt;Select specific cells or rectangular ranges&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📑 &lt;strong&gt;Copy data in different formats&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🔍 &lt;strong&gt;Search across the grid&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Visualize the same data in charts&lt;/strong&gt; (bar, pie, scatter) — all &lt;strong&gt;without leaving JupyterLab&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🎬 Demo
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/azxmUiqGYFg"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Karan09542/jupyterlab-kendo-grid" rel="noopener noreferrer"&gt;View the repository&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 KendoReact Components Used
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Grid &amp;amp; Data Components:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Grid

&lt;ul&gt;
&lt;li&gt;Column
&lt;/li&gt;
&lt;li&gt;GridToolbar
&lt;/li&gt;
&lt;li&gt;GridPdfExport
&lt;/li&gt;
&lt;li&gt;ExcelExport
&lt;/li&gt;
&lt;li&gt;ExcelExportColumn
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Input &amp;amp; Controls:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Button
&lt;/li&gt;
&lt;li&gt;ButtonGroup
&lt;/li&gt;
&lt;li&gt;Checkbox
&lt;/li&gt;
&lt;li&gt;Input
&lt;/li&gt;
&lt;li&gt;DropDownList
&lt;/li&gt;
&lt;li&gt;MultiSelect
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;UI &amp;amp; Feedback:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Popup
&lt;/li&gt;
&lt;li&gt;Notification
&lt;/li&gt;
&lt;li&gt;NotificationGroup
&lt;/li&gt;
&lt;li&gt;Slide
&lt;/li&gt;
&lt;li&gt;Dialog
&lt;/li&gt;
&lt;li&gt;DialogActionBar
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Additional Packages:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-data-query&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;@progress/kendo-react-icons&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;✨ &lt;strong&gt;Key Highlights:&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fully interactive &lt;strong&gt;data exploration inside JupyterLab&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Charts and data grids&lt;/strong&gt; work seamlessly in one environment
&lt;/li&gt;
&lt;li&gt;Developers can quickly &lt;strong&gt;analyze, filter, and export data&lt;/strong&gt; without switching apps
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>kendoreactchallenge</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
