<?xml version="1.0" encoding="utf-8"?>
      <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
        <channel>
          <title>aelinkov.pro</title>
          <link>https://en.aelinkov.pro/posts</link>
          <description>Development of branded sites.</description>
          <language>en</language>
          <managingEditor>info@aelinkov.pro (Aleksei Linkov)</managingEditor>
          <webMaster>aelinkov.pro</webMaster>
          <lastBuildDate>Sun, 30 Oct 2022 00:00:00 GMT</lastBuildDate>
          <image>
            <url>https://en.aelinkov.pro/icons/favicon-og.png</url>
            <title>aelinkov.pro</title>
            <link>https://en.aelinkov.pro</link>
          </image>
          <atom:link href="https://en.aelinkov.pro/feed.xml" rel="self" type="application/rss+xml"/>
          <item>
              <guid>https://en.aelinkov.pro/posts/nextjs-react-framework</guid>
              <title>Next.js - React framework</title>
              <link>https://en.aelinkov.pro/posts/nextjs-react-framework</link>
              <description>Open-source JavaScript framework built on top of React.js. The framework was designed to solve a problem related to rendering the application on the server side - SSR. Works on the server and in the browser</description>
              <pubDate>Sun, 30 Oct 2022 00:00:00 GMT</pubDate>
              <author>info@aelinkov.pro (Aleksei Linkov)</author>
              <category>nextjs</category><category>react</category><category>ssr</category>
            </item><item>
              <guid>https://en.aelinkov.pro/posts/server-side-rendering-ssr-in-nextjs</guid>
              <title>Server Side Rendering (SSR). NextJs</title>
              <link>https://en.aelinkov.pro/posts/server-side-rendering-ssr-in-nextjs</link>
              <description>SSR(Server Side Rendering) is a technology that allows you, using Node.js, to run JavaScript on the server. Ready HTML with all the necessary texts and metadata is sent to the user or search engine crawlers</description>
              <pubDate>Tue, 25 Oct 2022 00:00:00 GMT</pubDate>
              <author>info@aelinkov.pro (Aleksei Linkov)</author>
              <category>nextjs</category><category>react</category><category>ssr</category>
            </item>
        </channel>
      </rss>