<?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: lurb3</title>
    <description>The latest articles on DEV Community by lurb3 (@lurb3).</description>
    <link>https://dev.to/lurb3</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%2F97031%2Fc8264c11-2eae-4fcb-86bb-c31de70a6c83.jpg</url>
      <title>DEV Community: lurb3</title>
      <link>https://dev.to/lurb3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lurb3"/>
    <language>en</language>
    <item>
      <title>How should I start to write clean code?</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Tue, 10 Mar 2020 14:47:21 +0000</pubDate>
      <link>https://dev.to/lurb3/how-should-i-start-to-write-clean-code-2147</link>
      <guid>https://dev.to/lurb3/how-should-i-start-to-write-clean-code-2147</guid>
      <description>&lt;p&gt;I've started writing code on a daily basis 4 months ago and I am struggling to get a clean flow of thinking and writing code.&lt;/p&gt;

&lt;p&gt;In order to write better code I need to think of a problem's solution before actually writing it. That solution should be very clear in my mind so that I don't struggle when I am coding.&lt;/p&gt;

&lt;p&gt;This should be my first step: think about the problem and achieve a possible solution.&lt;/p&gt;

&lt;p&gt;The next step is to write the code.  My code needs to follow the solution's "guideline" that I've come up with and should be as clear as possible. With this I mean the naming of the variables, functions, classes, etc. The flow of the code should represent that solution's thought process.&lt;/p&gt;

&lt;p&gt;The next step should be to have clean code. Seperate code actions from general code. I should make functions to do a specific thing instead of doing a lot of things. It's better to have two or three extra functions than one function that has too many functionalities.&lt;/p&gt;

&lt;p&gt;I should also use native code to simplify the reading: for example, use map function whenever possible instead of complex for loops, use array pop function instead of writing a function my own.&lt;/p&gt;

&lt;p&gt;Finally, after all of this work, the code should be reviewed either by me or  another person because I tend to be a little bit confusing, usually write more code than I need and there's also the need to catch any possible bugs.&lt;/p&gt;



&lt;p&gt; Photo by &lt;a href="https://unsplash.com/@4themorningshoot?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Oliver Hale&lt;/a&gt; on &lt;a href="https://unsplash.com/s/photos/clean?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;




</description>
      <category>frontend</category>
      <category>cleancode</category>
    </item>
    <item>
      <title>My first Front End Developer Job</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Mon, 06 Jan 2020 12:28:59 +0000</pubDate>
      <link>https://dev.to/lurb3/my-first-front-end-developer-job-2k2f</link>
      <guid>https://dev.to/lurb3/my-first-front-end-developer-job-2k2f</guid>
      <description>&lt;p&gt;I wanted to share my experience so far at my first job as a Front End Developer.&lt;/p&gt;

&lt;p&gt;I've never believed I would get into the industry to be honest.&lt;/p&gt;

&lt;p&gt;I was thrilled with the idea of working as a developer but I truly never believed it would happen.&lt;/p&gt;

&lt;h2&gt;And so it did!&lt;/h2&gt;

&lt;p&gt;Going back one year I decided that I would do everything to work as a developer, so I started building some personal side projects at home and learning how to code and work with new technologies and methodologies.&lt;/p&gt;

&lt;p&gt;After my first day of work, although feeling happy and that I've accomplished my goal, I felt really really scared and I thought of quitting...&lt;/p&gt;

&lt;p&gt;I felt out of place and that maybe after all this hard work this wasn't a job for me and that I wasn't ready for it.&lt;/p&gt;

&lt;p&gt;I've learned a lot of new things in my first day and that was daunting.&lt;/p&gt;

&lt;h2&gt;How I did not give up&lt;/h2&gt;

&lt;p&gt;I kept focused on my objective and tried to have a little bit more fun at work. I've always loved learning new things, specially in this industry and that's what I did, I saw it as a fun learning experience.&lt;/p&gt;

&lt;h2&gt;3 Months after...&lt;/h2&gt;

&lt;p&gt;When I started writing this post I had just finished my first day at the new job.&lt;/p&gt;

&lt;p&gt;I never ended it because I had to focus a lot on my work and I had to learn a couple of new frameworks, coding techniques and how to work with the command line.&lt;/p&gt;

&lt;p&gt;So it has been a great experience after all. I am learning quite a lot really fast and I am enjoying it.&lt;/p&gt;

&lt;p&gt;It has been a real challenge in every aspect.&lt;/p&gt;

&lt;p&gt;I am quite happy with my performance and I aim to keep learning more about coding, mainly Front End and eventually learn some Back End development.&lt;/p&gt;

&lt;p&gt;I hope to keep climbing up the ladder! :)&lt;/p&gt;

&lt;p&gt;  Photo by &lt;a href="https://unsplash.com/@waguluz_?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Andreas Wagner&lt;/a&gt; on &lt;a href="https://unsplash.com/?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt; &lt;/p&gt;

</description>
      <category>selfimprovement</category>
      <category>frontend</category>
      <category>devjob</category>
    </item>
    <item>
      <title>My first Full Stack Developer Job</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Tue, 08 Oct 2019 13:02:30 +0000</pubDate>
      <link>https://dev.to/lurb3/my-first-full-stack-developer-job-549c</link>
      <guid>https://dev.to/lurb3/my-first-full-stack-developer-job-549c</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;I just wanted to share that after one year of struggling to get a job as a developer I finally did it!&lt;/p&gt;

&lt;p&gt;I aimed for front end development but ended up as a full stack and I am really happy!&lt;/p&gt;

&lt;p&gt;happiness aside, I feel scared after my first day at work.&lt;/p&gt;

&lt;p&gt;I've learned a lot already but I am starting to feel a bit out of place and like quitting...&lt;/p&gt;

&lt;p&gt;I shouldn't have said that but I feel like giving up. It seems that I do not have what it takes and that web development might not be for me after all...&lt;/p&gt;

&lt;p&gt;I am feeling a bit down because of this but I am trying to hold on and not to give up...&lt;/p&gt;

&lt;p&gt;Thanks for hearing me out!&lt;/p&gt;

</description>
      <category>career</category>
      <category>selfimprovement</category>
    </item>
    <item>
      <title>FrontEnd Development Challenge – Introduction</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Fri, 06 Sep 2019 13:20:41 +0000</pubDate>
      <link>https://dev.to/lurb3/frontend-development-challenge-introduction-10ki</link>
      <guid>https://dev.to/lurb3/frontend-development-challenge-introduction-10ki</guid>
      <description>&lt;p&gt;I am going to start a personal challenge where I'll learn different parts of front end development.&lt;/p&gt;

&lt;p&gt;This post will help me to not give up on this challenge and keep moving forward.&lt;/p&gt;

&lt;p&gt;I have a goal to become a professional front end developer. I am missing some core knowledge at the moment and I want to fix that.&lt;/p&gt;

&lt;p&gt;So I am going to learn from the basics and I'll share my learnings and provide some insights about topics that I will be learning.&lt;/p&gt;

&lt;p&gt;I'll use Frontend Developer Roadmap as my guide. You can &lt;a href="https://roadmap.sh/frontend" rel="noreferrer noopener"&gt;check it out here &lt;/a&gt;and I definitely recommend you to read it.&lt;/p&gt;

&lt;p&gt;I am really excited to do this!&lt;/p&gt;

&lt;p&gt;Wish me luck :)&lt;/p&gt;

&lt;p&gt;

Photo by &lt;a href="https://unsplash.com/@oskaryil?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Oskar Yildiz&lt;/a&gt; on &lt;a href="https://unsplash.com/?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>selfimprovement</category>
      <category>frontenddevelopment</category>
    </item>
    <item>
      <title>My Experience after 2.5 years on my first job as a Web Designer</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Wed, 19 Jun 2019 09:53:09 +0000</pubDate>
      <link>https://dev.to/lurb3/my-experience-after-2-5-years-on-my-first-job-as-a-web-designer-4e25</link>
      <guid>https://dev.to/lurb3/my-experience-after-2-5-years-on-my-first-job-as-a-web-designer-4e25</guid>
      <description>&lt;p&gt;It all start in 2016, 25 November.&lt;/p&gt;

&lt;p&gt;4 Months after finishing up my graduation I landed my first job in the industry, I started working as a web designer in a small company.&lt;/p&gt;

&lt;p&gt;It was a very good experience for my first job. I had to learn a lot and quite fast.&lt;/p&gt;

&lt;p&gt;I started by re-designing the company's website and some optimizations to the SEO.&lt;/p&gt;

&lt;h2&gt;1 Year and a half in the company&lt;/h2&gt;

&lt;p&gt;It was very exciting but after one year and a half everything started to change. By this time I was starting to work with a lot of things unrelated to my professional career.&lt;/p&gt;

&lt;p&gt;My role was Web Designer and at this time I was working as a digital marketeer, cable managment, printer technician, TI guy, content writer, photographer and so on.&lt;/p&gt;

&lt;p&gt;The career path on this company was changing for me. My learning curve was dropping really fast and I had too much work for one person. I barely touched code by this time.&lt;/p&gt;

&lt;h2&gt;2 Years in the company&lt;/h2&gt;

&lt;p&gt;After 2 years on this company I found my real passion, Web Development. Since then I've been learning a lot about web development at home after work.&lt;/p&gt;

&lt;p&gt;I've applied for some jobs but failed most of them because i didn't have a good professional background.&lt;/p&gt;

&lt;p&gt;My boss found out about this and he started to get a bit upset. He started blaming me for everything that was not going so well in the company even if it wasn't directly connected to me.&lt;/p&gt;

&lt;h2&gt;2 Years and a half in the company&lt;/h2&gt;

&lt;p&gt;Now I feel more secure about my knowledge, even though I still feel I'm not that good but I am moving forward.&lt;/p&gt;

&lt;p&gt;I haven't found another company yet but it really is the time to get going. I feel that I am not being  too much productive because of the bad environment that has settled in.&lt;/p&gt;

&lt;h2&gt;It was a good experience&lt;/h2&gt;

&lt;p&gt;It was a good experience for a first time. I learned a lot about different subjects and how to deal with people but I was also stuck in my technology stack.&lt;/p&gt;

&lt;p&gt;I now want to change my career path. I'll be following my dream to become a web developer. I am going to disappoint a lot of people but my time at this company has reached the end.&lt;/p&gt;

&lt;p&gt;Sorry for the long post :)&lt;/p&gt;

&lt;p&gt;

Photo by &lt;a href="https://unsplash.com/@greenpjy123?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Jiyeon Park&lt;/a&gt; on &lt;a href="https://unsplash.com/search/photos/time-to-move?utm_source=unsplash&amp;amp;utm_medium=referral&amp;amp;utm_content=creditCopyText"&gt;Unsplash&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>selfimprovement</category>
    </item>
    <item>
      <title>No Mental Health Left</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Tue, 14 May 2019 14:46:37 +0000</pubDate>
      <link>https://dev.to/lurb3/0-mental-health-35hf</link>
      <guid>https://dev.to/lurb3/0-mental-health-35hf</guid>
      <description>&lt;p&gt;I have a big problem in my personality.&lt;/p&gt;

&lt;p&gt;I whine a lot and I am always "crying" about what happens in my life instead of actually taking action towards things.&lt;/p&gt;

&lt;p&gt;I feel like I need a lot of counseling and advice to be able to move forward with my life.&lt;/p&gt;

&lt;p&gt;If you have read my last post, I recently tried to change my job and it didn't end up well.&lt;/p&gt;

&lt;p&gt;Since then I've had a little bit of depression.&lt;/p&gt;

&lt;p&gt;I feel really tired with no motivation to keep learning how to code neither to search for another job.&lt;/p&gt;

&lt;p&gt;With my lack of energy I am slacking off in finishing my side projects.&lt;/p&gt;

&lt;p&gt;I might leave the company that I am currently working on in a few months and I am not quite prepared for it yet.&lt;/p&gt;

&lt;p&gt;I am using this post to unburden a little bit so I can try to get some motivation and energy.&lt;/p&gt;

&lt;p&gt;My current goal is to search for motivation to keep learning/searching for a job and to stop complaining so much about life.&lt;/p&gt;

&lt;p&gt;I'll keep complaining and sharing my experience at my blog but I want to reduce this annoying thing in real life.&lt;/p&gt;

</description>
      <category>career</category>
      <category>mentalhealth</category>
      <category>anxiety</category>
    </item>
    <item>
      <title>Don’t let your emotions dictate your decisions</title>
      <dc:creator>lurb3</dc:creator>
      <pubDate>Mon, 29 Apr 2019 14:35:25 +0000</pubDate>
      <link>https://dev.to/lurb3/don-t-let-your-emotions-dictate-your-decisions-2j8o</link>
      <guid>https://dev.to/lurb3/don-t-let-your-emotions-dictate-your-decisions-2j8o</guid>
      <description>&lt;p&gt;I have been working in a packaging company for the last 2 and a half years as a web designer. Recently I've decided to move on with my career to work as a front end developer in a technology company.&lt;/p&gt;

&lt;p&gt;I applied to some companies and to my surprise 6 out of 8 companies were interested in my profile, requesting a first interview to get to know me.&lt;/p&gt;

&lt;p&gt;All the interviews went well but only 2 of them asked me to move to the second interview.&lt;/p&gt;

&lt;p&gt;One of those companies, which I loved, told me they wanted to sign a contract with me.&lt;/p&gt;

&lt;p&gt;Since I was thrilled, I rushed to say yes and refused the other company's proposal.&lt;/p&gt;

&lt;p&gt;BIG MISTAKE.&lt;br&gt;
The company that I accepted to work for, provides outsourcing services, so I'd be working as a consultant for other companies, which its not the type of job I want at the moment.&lt;/p&gt;

&lt;p&gt;I had to step back, tell them I didn't want to work for them and had to tell the previous company that I was working for that I'd be coming back if they'd still accept me.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PXHJhOjs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dii3uekicgl8i3w0w985.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PXHJhOjs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/dii3uekicgl8i3w0w985.jpg" alt="I don't always accept a job"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything went well for me as my previous company took me back.&lt;/p&gt;

&lt;p&gt;Here I am now, feeling embarassed that I did a really bad decision because I was impulsive.&lt;/p&gt;

&lt;p&gt;I don't feel motivated to keep searching for a new job right now but in a few months I'll continue searching to kick start my developer career and surely, by then, I won't be making the same mistake.&lt;/p&gt;

&lt;p&gt;BIG ALERT.&lt;br&gt;
To anyone who's reading this, don't let your emotions dictate your decisions.&lt;/p&gt;

&lt;p&gt;If you ever feel like me try to settle down and really think about the problem and the options around you.&lt;/p&gt;

&lt;p&gt;Always search more information about the company you are applying for.&lt;/p&gt;

</description>
      <category>career</category>
      <category>mistakes</category>
    </item>
  </channel>
</rss>
