<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>  christova  </title>
    <link>https://christova.writeas.com/</link>
    <description>&lt;b&gt;&lt;h3&gt;Tech Articles&lt;/h3&gt;&lt;/b&gt;&lt;br/&gt;&lt;b&gt;Collated from various sources. Full copyright remains with original authors.&lt;/b&gt;</description>
    <pubDate>Fri, 29 May 2026 17:23:08 +0000</pubDate>
    <item>
      <title>Spring Boot Architecture</title>
      <link>https://christova.writeas.com/spring-boot-architecture?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#java #springboot #spring&#xA;&#xA;Spring Boot is a module of the Spring Framework. It is used to create stand-alone, production-grade Spring Based Applications with minimum efforts. It is developed on top of the core Spring Framework&#xA;&#xA;Spring Boot follows a layered architecture in which each layer communicates with the layer directly below or above (hierarchical structure) it.&#xA;&#xA;Before understanding the Spring Boot Architecture, we must know the different layers and classes present in it. There are four layers in Spring Boot are as follows:&#xA;&#xA;Presentation Layer&#xA;Business Layer&#xA;Persistence Layer&#xA;Database Layer&#xA;&#xA;Presentation Layer: The presentation layer handles the HTTP requests, translates the JSON parameter to object, and authenticates the request and transfer it to the business layer. In short, it consists of views i.e., frontend part.&#xA;&#xA;Business Layer: The business layer handles all the business logic. It consists of service classes and uses services provided by data access layers. It also performs authorization and validation.&#xA;&#xA;Persistence Layer: The persistence layer contains all the storage logic and translates business objects from and to database rows.&#xA;&#xA;Database Layer: In the database layer, CRUD (create, retrieve, update, delete) operations are performed.&#xA;&#xA;Spring Boot Flow Architecture&#xA;Now we have validator classes, view classes, and utility classes.&#xA;Spring Boot uses all the modules of Spring-like Spring MVC, Spring Data, etc. The architecture of Spring Boot is the same as the architecture of Spring MVC, except one thing: there is no need for DAO and DAOImpl classes in Spring boot.&#xA;Creates a data access layer and performs CRUD operation.&#xA;The client makes the HTTP requests (PUT or GET).&#xA;The request goes to the controller, and the controller maps that request and handles it. After that, it calls the service logic if required.&#xA;In the service layer, all the business logic performs. It performs the logic on the data that is mapped to JPA with model classes.&#xA;A JSP page is returned to the user if no error occurred..]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/3vSepxFY.webp" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:java" class="hashtag"><span>#</span><span class="p-category">java</span></a> <a href="https://christova.writeas.com/tag:springboot" class="hashtag"><span>#</span><span class="p-category">springboot</span></a> <a href="https://christova.writeas.com/tag:spring" class="hashtag"><span>#</span><span class="p-category">spring</span></a></p>

<p>Spring Boot is a module of the Spring Framework. It is used to create stand-alone, production-grade Spring Based Applications with minimum efforts. It is developed on top of the core Spring Framework</p>

<p>Spring Boot follows a layered architecture in which each layer communicates with the layer directly below or above (hierarchical structure) it.</p>

<p>Before understanding the Spring Boot Architecture, we must know the different layers and classes present in it. There are four layers in Spring Boot are as follows:</p>

<p><strong>Presentation Layer</strong>
<strong>Business Layer</strong>
<strong>Persistence Layer</strong>
<strong>Database Layer</strong></p>

<p><strong>Presentation Layer</strong>: The presentation layer handles the HTTP requests, translates the JSON parameter to object, and authenticates the request and transfer it to the business layer. In short, it consists of views i.e., frontend part.</p>

<p><strong>Business Layer</strong>: The business layer handles all the business logic. It consists of service classes and uses services provided by data access layers. It also performs authorization and validation.</p>

<p><strong>Persistence Layer</strong>: The persistence layer contains all the storage logic and translates business objects from and to database rows.</p>

<p><strong>Database Layer</strong>: In the database layer, CRUD (create, retrieve, update, delete) operations are performed.</p>

<p><strong>Spring Boot Flow Architecture</strong>
Now we have validator classes, view classes, and utility classes.
Spring Boot uses all the modules of Spring-like Spring MVC, Spring Data, etc. The architecture of Spring Boot is the same as the architecture of Spring MVC, except one thing: there is no need for DAO and DAOImpl classes in Spring boot.
Creates a data access layer and performs CRUD operation.
The client makes the HTTP requests (PUT or GET).
The request goes to the controller, and the controller maps that request and handles it. After that, it calls the service logic if required.
In the service layer, all the business logic performs. It performs the logic on the data that is mapped to JPA with model classes.
A JSP page is returned to the user if no error occurred..</p>
]]></content:encoded>
      <guid>https://christova.writeas.com/spring-boot-architecture</guid>
      <pubDate>Wed, 27 May 2026 21:28:04 +0000</pubDate>
    </item>
    <item>
      <title>Map in Java</title>
      <link>https://christova.writeas.com/map-in-java?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#java #maps #javamaps]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/0CZoDqd0.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:java" class="hashtag"><span>#</span><span class="p-category">java</span></a> <a href="https://christova.writeas.com/tag:maps" class="hashtag"><span>#</span><span class="p-category">maps</span></a> <a href="https://christova.writeas.com/tag:javamaps" class="hashtag"><span>#</span><span class="p-category">javamaps</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/map-in-java</guid>
      <pubDate>Fri, 22 May 2026 19:59:21 +0000</pubDate>
    </item>
    <item>
      <title>Linux DNS Resolution</title>
      <link>https://christova.writeas.com/linux-dns-resolution?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#linux #dns #dnsresolution]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/r3UFZ36p.jpg" alt=""/></p>

<p><img src="https://i.snap.as/6amWUApA.jpg" alt=""/></p>

<p><img src="https://i.snap.as/B4orba9S.jpg" alt=""/></p>

<p><img src="https://i.snap.as/dldDGrTc.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://christova.writeas.com/tag:dns" class="hashtag"><span>#</span><span class="p-category">dns</span></a> <a href="https://christova.writeas.com/tag:dnsresolution" class="hashtag"><span>#</span><span class="p-category">dnsresolution</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/linux-dns-resolution</guid>
      <pubDate>Thu, 21 May 2026 01:04:35 +0000</pubDate>
    </item>
    <item>
      <title>Tree Linux Command</title>
      <link>https://christova.writeas.com/tree-linux-command?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[Simply typing ‘tree’ into a Linux terminal will output the directory structure of your app:&#xA;&#xA;#linux #tree #linuxcommands #directorystructure]]&gt;</description>
      <content:encoded><![CDATA[<p>Simply typing ‘tree’ into a Linux terminal will output the directory structure of your app:</p>

<p><img src="https://i.snap.as/KOx3qKRr.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://christova.writeas.com/tag:tree" class="hashtag"><span>#</span><span class="p-category">tree</span></a> <a href="https://christova.writeas.com/tag:linuxcommands" class="hashtag"><span>#</span><span class="p-category">linuxcommands</span></a> <a href="https://christova.writeas.com/tag:directorystructure" class="hashtag"><span>#</span><span class="p-category">directorystructure</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/tree-linux-command</guid>
      <pubDate>Tue, 19 May 2026 16:26:15 +0000</pubDate>
    </item>
    <item>
      <title>Linux &amp; File System</title>
      <link>https://christova.writeas.com/linux-and-file-system?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#linux #linuxfiles #linuxfilesystem]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/MIN0QYyU.jpg" alt=""/></p>

<p><img src="https://i.snap.as/5rm1tTuA.jpg" alt=""/></p>

<p><img src="https://i.snap.as/UXSfOiOo.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:linux" class="hashtag"><span>#</span><span class="p-category">linux</span></a> <a href="https://christova.writeas.com/tag:linuxfiles" class="hashtag"><span>#</span><span class="p-category">linuxfiles</span></a> <a href="https://christova.writeas.com/tag:linuxfilesystem" class="hashtag"><span>#</span><span class="p-category">linuxfilesystem</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/linux-and-file-system</guid>
      <pubDate>Sun, 17 May 2026 13:44:25 +0000</pubDate>
    </item>
    <item>
      <title>Database Concepts</title>
      <link>https://christova.writeas.com/database-concepts?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;databases]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/pabjQ1FJ.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:databases" class="hashtag"><span>#</span><span class="p-category">databases</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/database-concepts</guid>
      <pubDate>Sun, 17 May 2026 13:42:44 +0000</pubDate>
    </item>
    <item>
      <title>AWS Concepts</title>
      <link>https://christova.writeas.com/aws-concepts?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#AWS #Cloud]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/m1O7le4R.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:AWS" class="hashtag"><span>#</span><span class="p-category">AWS</span></a> <a href="https://christova.writeas.com/tag:Cloud" class="hashtag"><span>#</span><span class="p-category">Cloud</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/aws-concepts</guid>
      <pubDate>Sun, 17 May 2026 13:41:52 +0000</pubDate>
    </item>
    <item>
      <title>Modern Data Stack</title>
      <link>https://christova.writeas.com/modern-data-stack?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#datastack #moderndatastack #datalayers]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/VcuwpxFh.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:datastack" class="hashtag"><span>#</span><span class="p-category">datastack</span></a> <a href="https://christova.writeas.com/tag:moderndatastack" class="hashtag"><span>#</span><span class="p-category">moderndatastack</span></a> <a href="https://christova.writeas.com/tag:datalayers" class="hashtag"><span>#</span><span class="p-category">datalayers</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/modern-data-stack</guid>
      <pubDate>Sun, 17 May 2026 13:40:45 +0000</pubDate>
    </item>
    <item>
      <title>Kafka Architecture</title>
      <link>https://christova.writeas.com/kafka-architecture?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#kafka #kafkaarchitecture #eventstreaming]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/RnpXlAPD.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:kafka" class="hashtag"><span>#</span><span class="p-category">kafka</span></a> <a href="https://christova.writeas.com/tag:kafkaarchitecture" class="hashtag"><span>#</span><span class="p-category">kafkaarchitecture</span></a> <a href="https://christova.writeas.com/tag:eventstreaming" class="hashtag"><span>#</span><span class="p-category">eventstreaming</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/kafka-architecture</guid>
      <pubDate>Sun, 17 May 2026 13:38:13 +0000</pubDate>
    </item>
    <item>
      <title>Microservice Patterns</title>
      <link>https://christova.writeas.com/microservice-patterns?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#microservices #microservicepatterns]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/rZgwlN30.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:microservices" class="hashtag"><span>#</span><span class="p-category">microservices</span></a> <a href="https://christova.writeas.com/tag:microservicepatterns" class="hashtag"><span>#</span><span class="p-category">microservicepatterns</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/microservice-patterns</guid>
      <pubDate>Sun, 17 May 2026 13:36:53 +0000</pubDate>
    </item>
  </channel>
</rss>