<?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: omar ramy</title>
    <description>The latest articles on DEV Community by omar ramy (@omar_ramy_52fe428a281e683).</description>
    <link>https://dev.to/omar_ramy_52fe428a281e683</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3516006%2F927a3cb4-9420-4f18-8308-ee0fb424d74d.jpg</url>
      <title>DEV Community: omar ramy</title>
      <link>https://dev.to/omar_ramy_52fe428a281e683</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omar_ramy_52fe428a281e683"/>
    <language>en</language>
    <item>
      <title>NestJs Version 11</title>
      <dc:creator>omar ramy</dc:creator>
      <pubDate>Sat, 28 Mar 2026 01:08:33 +0000</pubDate>
      <link>https://dev.to/omar_ramy_52fe428a281e683/nestjs-version-11-2mbj</link>
      <guid>https://dev.to/omar_ramy_52fe428a281e683/nestjs-version-11-2mbj</guid>
      <description>&lt;h1&gt;
  
  
  1. Introduction
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Nest (NestJS) is a framework for building efficient, scalable&amp;nbsp;&lt;a href="https://nodejs.org/" rel="noopener noreferrer"&gt;Node.js&lt;/a&gt;&amp;nbsp;server-side applications. It uses progressive JavaScript, is built with and fully supports&amp;nbsp;&lt;a href="http://www.typescriptlang.org/" rel="noopener noreferrer"&gt;TypeScript&lt;/a&gt;&amp;nbsp;(yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).&lt;br&gt;
هي فريمورك مخصوصه لل building efficient - scalable Node.js server , وهي بتستخدم جافاسكريبت التقدميه, طبعا مبنيه بدعم كامل من ال typescript اللي بتساعد المطورين في التكويد بالبيور جافاسكريبت وال OOP وال FP وال FRP&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Under the hood, Nest makes use of robust HTTP Server frameworks like&amp;nbsp;&lt;a href="https://expressjs.com/" rel="noopener noreferrer"&gt;Express&lt;/a&gt;&amp;nbsp;(the default) and optionally can be configured to use&amp;nbsp;&lt;a href="https://github.com/fastify/fastify" rel="noopener noreferrer"&gt;Fastify&lt;/a&gt;&amp;nbsp;as well!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify), but also exposes their APIs directly to the developer. This gives developers the freedom to use the myriad of third-party modules which are available for the underlying platform.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;==Language==&lt;/strong&gt;&lt;br&gt;
We're in love with&amp;nbsp;&lt;a href="https://www.typescriptlang.org/" rel="noopener noreferrer"&gt;TypeScript&lt;/a&gt;, but above all - we love&amp;nbsp;&lt;a href="https://nodejs.org/en/" rel="noopener noreferrer"&gt;Node.js&lt;/a&gt;. That's why Nest is compatible with both TypeScript and pure JavaScript. Nest takes advantage of the latest language features, so to use it with vanilla JavaScript we need a&amp;nbsp;&lt;a href="https://babeljs.io/" rel="noopener noreferrer"&gt;Babel&lt;/a&gt;&amp;nbsp;compiler.&lt;br&gt;
من اهم مميزات ال Nest انها بتدعم ال typescript and javascript , ودا مخليها قويه جدا في ال features الاخيره والجديده, وهي لغه مبنيه لل node.js with typescript&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;[!HINT] HINT&lt;br&gt;
To create a new project with TypeScript's&amp;nbsp;&lt;a href="https://www.typescriptlang.org/tsconfig#strict" rel="noopener noreferrer"&gt;stricter&lt;/a&gt;&amp;nbsp;feature set, pass the&amp;nbsp;&lt;code&gt;--strict&lt;/code&gt;&amp;nbsp;flag to the&amp;nbsp;&lt;code&gt;nest new&lt;/code&gt;&amp;nbsp;command.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>Hello World</title>
      <dc:creator>omar ramy</dc:creator>
      <pubDate>Fri, 27 Mar 2026 20:31:24 +0000</pubDate>
      <link>https://dev.to/omar_ramy_52fe428a281e683/hello-world-1o6h</link>
      <guid>https://dev.to/omar_ramy_52fe428a281e683/hello-world-1o6h</guid>
      <description>&lt;p&gt;Writing new Articles in programming&lt;/p&gt;

</description>
      <category>programming</category>
      <category>node</category>
      <category>nextjs</category>
      <category>mongodb</category>
    </item>
  </channel>
</rss>
