<?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: manuelbarzi</title>
    <description>The latest articles on DEV Community by manuelbarzi (@manuelbarzi).</description>
    <link>https://dev.to/manuelbarzi</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%2F95164%2Faaa4ac36-613c-438b-986d-d0cffe33ee1f.jpeg</url>
      <title>DEV Community: manuelbarzi</title>
      <link>https://dev.to/manuelbarzi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manuelbarzi"/>
    <language>en</language>
    <item>
      <title>We need so little to be happy. The problem is that we need a lot of experience to understand it.</title>
      <dc:creator>manuelbarzi</dc:creator>
      <pubDate>Fri, 23 Nov 2018 21:30:11 +0000</pubDate>
      <link>https://dev.to/manuelbarzi/we-need-so-little-to-be-happy-the-problem-is-that-we-need-a-lot-of-experience-to-understand-it-4ip1</link>
      <guid>https://dev.to/manuelbarzi/we-need-so-little-to-be-happy-the-problem-is-that-we-need-a-lot-of-experience-to-understand-it-4ip1</guid>
      <description>&lt;p&gt;Thoughts?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>happiness</category>
      <category>experience</category>
      <category>thoughts</category>
    </item>
    <item>
      <title>Work as Developer, Think like an Engineer: Vertical + Horizontal Knowledge</title>
      <dc:creator>manuelbarzi</dc:creator>
      <pubDate>Fri, 23 Nov 2018 01:49:11 +0000</pubDate>
      <link>https://dev.to/manuelbarzi/life-of-a-pro-developer-must-be-a-plus-vertical--horizontal-knowledge-403c</link>
      <guid>https://dev.to/manuelbarzi/life-of-a-pro-developer-must-be-a-plus-vertical--horizontal-knowledge-403c</guid>
      <description>&lt;p&gt;I see a lot of devs in love with React, Redux, Node, … and so on. Ok, that's cool but how far does that take you? It’s pure technology.&lt;/p&gt;

&lt;p&gt;What about software engineering, architecture, principles, design patterns, best practices, testing, etc?&lt;/p&gt;

&lt;p&gt;Here's where cross-knowledge or vertical and horizontal knowledge come into play.&lt;/p&gt;

&lt;p&gt;Let's keep knowledge as a broad concept that involves learning and experience.&lt;/p&gt;

&lt;p&gt;Regarding vertical... for instance, you can know more or less of different technologies, you can be an expert in React and Redux, and you can also be a beginner in HTML, CSS and Sass. The greater or lesser amount of knowledge you have in these specific subjects is what defines your vertical knowledge.&lt;/p&gt;

&lt;p&gt;So vertical means the depth of your knowledge in a particular thing. The more knowledge you have in the subject, the greater your vertical in that specific area.&lt;/p&gt;

&lt;p&gt;Now what about horizontal?&lt;/p&gt;

&lt;p&gt;The process of learning and gaining knowledge that is applicable across various domains, scenarios, and technologies is what we would call “horizontal knowledge”.&lt;/p&gt;

&lt;p&gt;I am not referring here to specific technologies or languages, such as JavaScript, being applied both on the client and server side, for instance.  This is not horizontal knowledge, but rather vertical knowledge: the fact that it is being applied in different areas of the stack doesn't mean you’re increasing your horizontal knowledge.&lt;/p&gt;

&lt;p&gt;Horizontal knowledge means PURE Software Engineering, it means depth in Design and Architecture.&lt;/p&gt;

&lt;p&gt;When you combine both vertical and horizontal knowledge, that's what makes "The Plus".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fvscjay079uqn2rch0ns5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fvscjay079uqn2rch0ns5.png" title="Cross-Knowledge" alt="Cross-Knowledge" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, if at the moment you find yourself in love with various technologies — React, Redux, TypeScript, etc — it is time to also start taking on board software engineering principles, such as Design Patterns, Best Practices, etc and adding these horizontal elements to your coding practice.  This will improve your "cat's eyes" (|)(|) into "lion's eyes" (+)(+).&lt;/p&gt;

&lt;p&gt;If you do this, you will see further, and you will also gain intuition: you will detect "patterns", you will gain more ways of thinking that you can apply in more than one scenario. You will be able to continue to develop code, but do it with more care, in a different, “wider”, way. Your code will follow a different mindset, a higher projection.&lt;/p&gt;

&lt;p&gt;For me, I see this as the difference between "coding just for yourself" vs. "coding for me, my colleagues and my company". When you work for a company, your code is part of a collective thing, the company, a project, and that's not something to be taken lightly.  It involves a lot of responsibility.&lt;/p&gt;

&lt;p&gt;Thus, when you code both horizontally as well as vertically — taking into account not only the latest and greatest technologies, but also fundamental software engineering principles — not only do you gain, but the company you work for gains as well: maintainability, reusability, efficiency, scalability — as well as the ability to take a “big picture” approach to your development — all add value to your code.&lt;/p&gt;

&lt;p&gt;When you work on CSS, for instance, applying composition through Sass and BEM, you can use that knowledge of composition when composing with React. Or when you are engineering the business logic on a client and server architecture for an SPA consuming an API, you can notice that both sides require analogous Separation of Concerns, projection through layers, testing... etc, etc, etc.&lt;/p&gt;

&lt;p&gt;Everybody gains: you, your mates, and the company.&lt;/p&gt;

&lt;p&gt;So, this is it. Do not settle for being simply a master in technologies, push yourself to go further, learn Software Engineering, Design and Architecture, and add both the vertical and horizontal knowledge to your daily practice. All in all it's also a question of improving, a question of attitude. Be a plus: work as a Developer, think like an Engineer. Be a PRO dev!&lt;/p&gt;

&lt;p&gt;UPDATES&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;20181124: spelling and expression corrections&lt;/li&gt;
&lt;li&gt;20181127: text improvements (thank you, Robert Anthony! ,)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>knowledge</category>
      <category>learning</category>
      <category>architecture</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
