<?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: Mehdi Shahdoost</title>
    <description>The latest articles on DEV Community by Mehdi Shahdoost (@mehdishahdoost).</description>
    <link>https://dev.to/mehdishahdoost</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%2F181281%2F7823b268-6e9b-4105-b139-efae304b6767.jpeg</url>
      <title>DEV Community: Mehdi Shahdoost</title>
      <link>https://dev.to/mehdishahdoost</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehdishahdoost"/>
    <language>en</language>
    <item>
      <title>Github Design Philosophy</title>
      <dc:creator>Mehdi Shahdoost</dc:creator>
      <pubDate>Sun, 17 Jul 2022 09:14:39 +0000</pubDate>
      <link>https://dev.to/mehdishahdoost/github-design-philosophy-4gam</link>
      <guid>https://dev.to/mehdishahdoost/github-design-philosophy-4gam</guid>
      <description>&lt;p&gt;Every Hitech company has a set of guiding principles for creating its goods, but sometimes it might be hard to find these philosophies if you don't work for that company. Github is really different because you can be able to quickly become comfortable with the GitHub design philosophy through an API request.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;curl https://api.github.com/zen  &lt;br&gt;
&lt;/code&gt;&lt;br&gt;
If you use the aforementioned curl command repeatedly, you will receive one philosophy. for instance:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Non-blocking is better than blocking.&lt;/li&gt;
&lt;li&gt;Half measures are as bad as nothing at all.&lt;/li&gt;
&lt;li&gt;It's not fully shipped until it's fast.&lt;/li&gt;
&lt;li&gt;Keep it logically awesome.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let's explore other philosophies just by API calls...&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Now you can take a peek in springboot generated project at start.spring.io</title>
      <dc:creator>Mehdi Shahdoost</dc:creator>
      <pubDate>Sat, 06 Jul 2019 10:14:00 +0000</pubDate>
      <link>https://dev.to/mehdishahdoost/now-you-can-take-a-peek-in-springboot-generated-project-at-start-spring-io-55k0</link>
      <guid>https://dev.to/mehdishahdoost/now-you-can-take-a-peek-in-springboot-generated-project-at-start-spring-io-55k0</guid>
      <description>&lt;p&gt;It's very common for developers who develop projects based on spring framework to use spring's initializr  online tool to generate scaffold of their projects.This tool is fantastic in spring framework ecosystem.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zLlGW6Po--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7kfbxddd1cqba7yaf73l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zLlGW6Po--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7kfbxddd1cqba7yaf73l.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sometimes I use this tool to find correct POM configs for my existing projects and I only download the generated zip file and extract it locally then check POM file or other files in it to apply in my projects. &lt;/p&gt;

&lt;p&gt;Now in new version of spring initializr, this online tool provides an awesome feature to explore your project without needing to download it.  &lt;/p&gt;

</description>
      <category>springboot</category>
      <category>spring</category>
    </item>
  </channel>
</rss>
