<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Scribblings of a cyber geek...</title>
	<atom:link href="http://deepubalan.com/blog/feed/" rel="self" type="application/rss+xml"/>
	<link>https://deepubalan.com/blog</link>
	<description>syndicated content from deepubalan.com</description>
	<lastBuildDate>Wed, 31 Dec 2025 19:19:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.7</generator>

<image>
	<url>https://deepubalan.com/blog/wp-content/uploads/2019/05/logo-black.png</url>
	<title>Deepu Balan – Scribblings of a cyber geek – Web Design Blog</title>
	<link>https://deepubalan.com/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The Hidden Cost of UI Fragmentation: Why enterprises need in-house UI libraries</title>
		<link>https://deepubalan.com/blog/2025/12/31/the-hidden-cost-of-ui-fragmentation-why-enterprises-need-in-house-ui-libraries/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-hidden-cost-of-ui-fragmentation-why-enterprises-need-in-house-ui-libraries</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Wed, 31 Dec 2025 18:14:57 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ComponentLibrary]]></category>
		<category><![CDATA[DesignLanguageSystem]]></category>
		<category><![CDATA[EnterpriseUI]]></category>
		<category><![CDATA[FrontendArchitecture]]></category>
		<category><![CDATA[ReusableComponents]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27939</guid>

					<description><![CDATA[<p>The cost you&#8217;re not tracking A developer joins your organization and spends six months mastering Product A. They know the button styles, understand how form validation behaves, and navigate date...</p>
<p>The post <a href="https://deepubalan.com/blog/2025/12/31/the-hidden-cost-of-ui-fragmentation-why-enterprises-need-in-house-ui-libraries/">The Hidden Cost of UI Fragmentation: Why enterprises need in-house UI libraries</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2025/12/31/the-hidden-cost-of-ui-fragmentation-why-enterprises-need-in-house-ui-libraries/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>How AI is Revolutionizing Web UI Development</title>
		<link>https://deepubalan.com/blog/2024/07/21/how-ai-is-revolutionizing-web-ui-development/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-ai-is-revolutionizing-web-ui-development</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Sat, 20 Jul 2024 19:53:26 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[code-generatiion]]></category>
		<category><![CDATA[web-development]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27900</guid>

					<description><![CDATA[<p>AI tools are designed to assist and enhance human capabilities, not to supplant them. In web development, the key lies in embracing AI as a powerful collaborator rather than a replacement for human expertise. By leveraging AI's strengths in data analysis, automation, and pattern recognition, developers can elevate their creativity and decision-making, fostering a synergistic relationship that drives innovation and efficiency in web development.</p>
<p>The post <a href="https://deepubalan.com/blog/2024/07/21/how-ai-is-revolutionizing-web-ui-development/">How AI is Revolutionizing Web UI Development</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2024/07/21/how-ai-is-revolutionizing-web-ui-development/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Decoupling logic and presentation with Headless UI components</title>
		<link>https://deepubalan.com/blog/2024/03/10/headless-reusable-ui-components/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=headless-reusable-ui-components</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Sun, 10 Mar 2024 16:15:16 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[headelss-ui-components]]></category>
		<category><![CDATA[headless]]></category>
		<category><![CDATA[logic-presentation]]></category>
		<category><![CDATA[reusable]]></category>
		<category><![CDATA[reusable-ui-components]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27882</guid>

					<description><![CDATA[<p>In the realm of UI development, headless components represent a paradigm shift in how we approach building user interfaces. Headless UI components represent a novel architectural approach in web development where the functionality and logic of a component are separated from its presentation or styling. In essence, these components focus solely on providing the underlying functionality without imposing any specific visual design. This separation allows developers to have more control and flexibility over the appearance and styling of the user interface.</p>
<p>The post <a href="https://deepubalan.com/blog/2024/03/10/headless-reusable-ui-components/">Decoupling logic and presentation with Headless UI components</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2024/03/10/headless-reusable-ui-components/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Is your smart home truly smart?</title>
		<link>https://deepubalan.com/blog/2023/12/22/is-your-home-truly-smart/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=is-your-home-truly-smart</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 22 Dec 2023 17:47:26 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[internet-of-things]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[security-risk]]></category>
		<category><![CDATA[smart-home]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27863</guid>

					<description><![CDATA[<p>In the evolving landscape of smart home technology, where advancements occur daily, it is crucial not to overlook security concerns. Just like in any other technology, a thorough understanding of the security risks associated with smart home technology is essential.</p>
<p>The post <a href="https://deepubalan.com/blog/2023/12/22/is-your-home-truly-smart/">Is your smart home truly smart?</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/12/22/is-your-home-truly-smart/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Pessimists Code It Best: Building Better UIs Through Anticipated Negativity</title>
		<link>https://deepubalan.com/blog/2023/12/08/pessimists-code-it-best-building-better-uis-through-anticipated-negativity/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=pessimists-code-it-best-building-better-uis-through-anticipated-negativity</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 08 Dec 2023 04:56:49 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[graceful degradation]]></category>
		<category><![CDATA[pessimism]]></category>
		<category><![CDATA[progressive enhancement]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27853</guid>

					<description><![CDATA[<p>Optimism reigns supreme in the world of UI Development. We&#8217;re encouraged to think large, imagine possibilities, and believe in the possibility of good things happening. But what if I told...</p>
<p>The post <a href="https://deepubalan.com/blog/2023/12/08/pessimists-code-it-best-building-better-uis-through-anticipated-negativity/">Pessimists Code It Best: Building Better UIs Through Anticipated Negativity</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/12/08/pessimists-code-it-best-building-better-uis-through-anticipated-negativity/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>CSS Subgrid decoded: The latest in CSS technology</title>
		<link>https://deepubalan.com/blog/2023/11/18/css-subgrid-decoded-the-latest-in-css-technology/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=css-subgrid-decoded-the-latest-in-css-technology</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 17 Nov 2023 18:55:09 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css-grid]]></category>
		<category><![CDATA[css-subgrid]]></category>
		<category><![CDATA[latest-css]]></category>
		<category><![CDATA[subgrid]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27838</guid>

					<description><![CDATA[<p>CSS Grid layout has revolutionized web design, enabling content organization into a grid with rows and columns. However, it faced limitations when nesting grids inside grids. This is where subgrid comes to the rescue, expanding the capabilities of CSS Grid layouts.</p>
<p>The post <a href="https://deepubalan.com/blog/2023/11/18/css-subgrid-decoded-the-latest-in-css-technology/">CSS Subgrid decoded: The latest in CSS technology</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/11/18/css-subgrid-decoded-the-latest-in-css-technology/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Container Queries: Meet the new way to make responsive magic</title>
		<link>https://deepubalan.com/blog/2023/11/13/container-queries-the-responsive-magic/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=container-queries-the-responsive-magic</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Mon, 13 Nov 2023 05:13:58 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[adaptive-ui]]></category>
		<category><![CDATA[container-queries]]></category>
		<category><![CDATA[containment-context]]></category>
		<category><![CDATA[responsive-ui]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27795</guid>

					<description><![CDATA[<p>As new technologies transform web development rapidly, staying up to date with the latest technologies is crucial. One of the most exciting additions to the CSS arsenal is the introduction of CSS container queries. Container queries promise to revolutionize the way we create responsive web layouts, offering more granular control over the layout of elements within containers. </p>
<p>The post <a href="https://deepubalan.com/blog/2023/11/13/container-queries-the-responsive-magic/">Container Queries: Meet the new way to make responsive magic</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/11/13/container-queries-the-responsive-magic/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Ambient Design in Web Development : Embracing the Future</title>
		<link>https://deepubalan.com/blog/2023/11/04/ambient-design-in-web-development/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ambient-design-in-web-development</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 03 Nov 2023 19:36:52 +0000</pubDate>
				<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[ambient-design]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[trend]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27766</guid>

					<description><![CDATA[<p>In the ever-evolving landscape of web development, creating immersive and user-friendly digital experiences is the ultimate goal. One approach that has been gaining prominence in recent years is the "Ambient Design" approach. It's a concept that takes user experience to a whole new level by seamlessly blending digital interfaces with the user's environment. In this blog post, we'll explore what ambient design is all about and how it's changing the way we interact with the web.</p>
<p>The post <a href="https://deepubalan.com/blog/2023/11/04/ambient-design-in-web-development/">Ambient Design in Web Development : Embracing the Future</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/11/04/ambient-design-in-web-development/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>No-Code/Low-Code: The Democratization of Web Development</title>
		<link>https://deepubalan.com/blog/2023/10/28/no-code-low-code-web-development/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=no-code-low-code-web-development</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 27 Oct 2023 19:26:25 +0000</pubDate>
				<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[low-code]]></category>
		<category><![CDATA[no-code]]></category>
		<category><![CDATA[webdevelopment]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27750</guid>

					<description><![CDATA[<p>No-Code/Low-Code web development is a software development approach that enables the creation of web applications with minimal or no coding. It is a subset of rapid application development (RAD) that utilizes visual programming tools to facilitate the development process. No-Code/Low-Code platforms provide users with pre-built components and templates that can be dragged and dropped to create a custom web application. This approach democratizes web development by making it accessible to a wider range of users, including non-programmers and citizen developers.</p>
<p>The post <a href="https://deepubalan.com/blog/2023/10/28/no-code-low-code-web-development/">No-Code/Low-Code: The Democratization of Web Development</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2023/10/28/no-code-low-code-web-development/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>Why React Native is the Future of Mobile App Development at Shopify</title>
		<link>https://deepubalan.com/blog/2021/04/16/why-react-native-is-the-future-of-mobile-app-development-at-shopify/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=why-react-native-is-the-future-of-mobile-app-development-at-shopify</link>
		
		<dc:creator><![CDATA[Deepu Balan]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 09:28:59 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile-app]]></category>
		<category><![CDATA[react-native]]></category>
		<category><![CDATA[shopify]]></category>
		<guid isPermaLink="false">https://deepubalan.com/blog/?p=27731</guid>

					<description><![CDATA[<p>React Native, an open-source app development framework created by Facebook, has been trending in the global market for quite some time now. Whether we talk about Discord, Walmart, Facebook, or even Instagram, today’s leading brands use React Native to build unique mobile applications for their users. While talking of the popular users of React Native, we today have one more name added to the list, and that is Shopify. Yes, you heard it right!</p>
<p>The post <a href="https://deepubalan.com/blog/2021/04/16/why-react-native-is-the-future-of-mobile-app-development-at-shopify/">Why React Native is the Future of Mobile App Development at Shopify</a> first appeared on <a href="https://deepubalan.com/blog">Deepu Balan - Scribblings of a cyber geek - Web Design Blog</a>.</p>
<p><a href="https://deepubalan.com/blog/2021/04/16/why-react-native-is-the-future-of-mobile-app-development-at-shopify/" rel="nofollow">Source</a></p>]]></description>
		
		
		
			</item>
	</channel>
</rss>