<?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: Bartosz Maciejewicz</title>
    <description>The latest articles on DEV Community by Bartosz Maciejewicz (@bmaciejewicz).</description>
    <link>https://dev.to/bmaciejewicz</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%2F66155%2F2184c16d-3274-4565-a0ec-7576bf0c430d.jpg</url>
      <title>DEV Community: Bartosz Maciejewicz</title>
      <link>https://dev.to/bmaciejewicz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bmaciejewicz"/>
    <language>en</language>
    <item>
      <title>do you want Code review? -  Logger in Typescript</title>
      <dc:creator>Bartosz Maciejewicz</dc:creator>
      <pubDate>Sat, 05 Feb 2022 00:50:38 +0000</pubDate>
      <link>https://dev.to/bmaciejewicz/do-you-want-code-review-logger-in-typescript-5ol</link>
      <guid>https://dev.to/bmaciejewicz/do-you-want-code-review-logger-in-typescript-5ol</guid>
      <description>&lt;p&gt;hey, I wrote a simple Logger code for fun and I would like to ask you for about an opinion. What do you think about it and how you rate it from 0 to 10, where 10 is the most.&lt;/p&gt;

&lt;p&gt;I was focused on do as best as I can on clean architecture so in this review the most important is this aspect :) &lt;/p&gt;

&lt;p&gt;Repo:&lt;br&gt;
&lt;a href="https://github.com/B4RteQPl/Logger"&gt;https://github.com/B4RteQPl/Logger&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ps. next time I'll create a pull request for next code review, you can let me know if you like to join it :)&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Bash aliases to back in terminal with optional show file list preview. </title>
      <dc:creator>Bartosz Maciejewicz</dc:creator>
      <pubDate>Wed, 05 Jan 2022 17:10:05 +0000</pubDate>
      <link>https://dev.to/bmaciejewicz/bash-aliases-to-back-in-terminal-with-optional-show-file-list-preview-35ob</link>
      <guid>https://dev.to/bmaciejewicz/bash-aliases-to-back-in-terminal-with-optional-show-file-list-preview-35ob</guid>
      <description>&lt;p&gt;Hey my name is Bart. I would like to share with one of my bash aliases!&lt;/p&gt;

&lt;p&gt;I really like automate every repetitive work and reduce the steps required to do a work, so in this example I'll show you how to reduce amount of pressed keys to back e.g. 3 times. &lt;/p&gt;

&lt;p&gt;Instead of:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ../../..
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Just write 3 signs using this alias:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;..3
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you want back and see a list then just add one more dot.&lt;/p&gt;

&lt;p&gt;In case you want to back 10 times then use &lt;strong&gt;..5&lt;/strong&gt; twice :) &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;..&lt;/strong&gt; is go back &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;...&lt;/strong&gt; is go back and show a list of directories &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;5&lt;/strong&gt; is example amount steps to back. &lt;em&gt;TIP: you can count &lt;strong&gt;/&lt;/strong&gt; signs in directory&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;alias ..='cd ..'
alias ..1='cd ..'
alias ..2='cd ../..'
alias ..3='cd ../../..'
alias ..4='cd ../../../..'
alias ..5='cd ../../../../..'
alias ...='cd .. &amp;amp;&amp;amp; ll'
alias ...1='cd .. &amp;amp;&amp;amp; ll'
alias ...2='cd ../.. &amp;amp;&amp;amp; ll'
alias ...3='cd ../../.. &amp;amp;&amp;amp; ll'
alias ...4='cd ../../../.. &amp;amp;&amp;amp; ll'
alias ...5='cd ../../../../.. &amp;amp;&amp;amp; ll'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I hope that this alias will be useful for you too. &lt;/p&gt;

&lt;p&gt;I have more much more interesting aliases. I just wanted to write first post with really simple example.&lt;/p&gt;

&lt;p&gt;Let me know in the comment if you like it and if I should share with you some next aliases ideas or automate tips :)&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>bash</category>
      <category>alias</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
