<?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: Ahmad Ismail</title>
    <description>The latest articles on DEV Community by Ahmad Ismail (@blueray).</description>
    <link>https://dev.to/blueray</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%2F147007%2Fdb7515df-4b53-47bc-98f6-e6a6cd172a5e.jpeg</url>
      <title>DEV Community: Ahmad Ismail</title>
      <link>https://dev.to/blueray</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blueray"/>
    <language>en</language>
    <item>
      <title>optimize rest API for HTTP/2 or HTTP/3</title>
      <dc:creator>Ahmad Ismail</dc:creator>
      <pubDate>Fri, 11 Dec 2020 13:02:00 +0000</pubDate>
      <link>https://dev.to/blueray/optimize-rest-api-for-http-2-or-http-3-3kkj</link>
      <guid>https://dev.to/blueray/optimize-rest-api-for-http-2-or-http-3-3kkj</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/65114550/optimize-rest-api-for-http-2-or-http-3" rel="noopener noreferrer"&gt;
               optimize rest API for HTTP/2 or HTTP/3
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Dec  2 '20&lt;/span&gt;
            &lt;span&gt;Comments: 3&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/65114550/optimize-rest-api-for-http-2-or-http-3" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I found out from &lt;em&gt;multiple sources&lt;/em&gt;&lt;sup&gt; &lt;a href="https://docs.google.com/presentation/d/1r7QXGYOLCh4fcUq0jDdDwKJWNqWK1o4xMtYpKZCJYjM/edit#slide=id.p19" rel="nofollow noreferrer"&gt;1&lt;/a&gt; &lt;a href="https://livebook.manning.com/book/http2-in-action/chapter-6/" rel="nofollow noreferrer"&gt;2&lt;/a&gt; &lt;a href="https://blog.cloudflare.com/http-2-for-web-developers/" rel="nofollow noreferrer"&gt;3&lt;/a&gt; &lt;a href="https://www.smashingmagazine.com/2016/02/getting-ready-for-http2/" rel="nofollow noreferrer"&gt;4&lt;/a&gt; &lt;a href="https://unused-css.com/blog/what-http2-means-for-frontend-development/" rel="nofollow noreferrer"&gt;5&lt;/a&gt; &lt;a href="https://medium.com/swlh/http-2-and-website-optimization-b919cd0de7b5" rel="nofollow noreferrer"&gt;6&lt;/a&gt; &lt;a href="https://yoast.com/performance-optimization-http2/" rel="nofollow noreferrer"&gt;7&lt;/a&gt; &lt;a href="https://hpbn.co/optimizing-application-delivery/#optimizing-for-http2" rel="nofollow noreferrer"&gt;8&lt;/a&gt; &lt;a href="https://www.makeuseof.com/tag/ways-improve-websites-pagespeed-using-http2/" rel="nofollow noreferrer"&gt;9&lt;/a&gt;&lt;/sup&gt; that we do not need to do the following to optimize our rest API for HTTP/2 or HTTP/3:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;domain sharding&lt;/li&gt;
&lt;li&gt;concatenating assets&lt;/li&gt;
&lt;li&gt;inlining assets&lt;/li&gt;
&lt;li&gt;turning multiple image files into sprites&lt;/li&gt;
&lt;li&gt;not inline images in CSS…&lt;/li&gt;
&lt;/ol&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/65114550/optimize-rest-api-for-http-2-or-http-3" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>gitignore - is there any difference between !/**/ and !*/</title>
      <dc:creator>Ahmad Ismail</dc:creator>
      <pubDate>Fri, 11 Dec 2020 12:59:57 +0000</pubDate>
      <link>https://dev.to/blueray/gitignore-is-there-any-difference-between-and-1pko</link>
      <guid>https://dev.to/blueray/gitignore-is-there-any-difference-between-and-1pko</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/65044295/gitignore-is-there-any-difference-between-and" rel="noopener noreferrer"&gt;
               gitignore - is there any difference between !/**/ and !*/
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Nov 27 '20&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/65044295/gitignore-is-there-any-difference-between-and" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I was going through the answers of &lt;a href="https://stackoverflow.com/q/19023550/1772898"&gt;How do I add files without dots in them (all extension-less files) to the gitignore file?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One answer is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;*
!/**/
!*.*
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and the other answer is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;*
!*/
!*.*
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So, is there any difference between &lt;code&gt;!/**/&lt;/code&gt; and &lt;code&gt;!*/&lt;/code&gt; or are they similar.&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/65044295/gitignore-is-there-any-difference-between-and" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
