<?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: Louis</title>
    <description>The latest articles on DEV Community by Louis (@lbeul).</description>
    <link>https://dev.to/lbeul</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%2F197371%2F919b7724-4567-4cde-affc-3d91b2e179a5.jpg</url>
      <title>DEV Community: Louis</title>
      <link>https://dev.to/lbeul</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lbeul"/>
    <language>en</language>
    <item>
      <title>Solidify your JavaScript Knowledge with "Just JavaScript"</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Sun, 29 Mar 2020 15:44:21 +0000</pubDate>
      <link>https://dev.to/lbeul/solidify-your-javascript-knowledge-with-just-javascript-4735</link>
      <guid>https://dev.to/lbeul/solidify-your-javascript-knowledge-with-just-javascript-4735</guid>
      <description>&lt;p&gt;Hey peers!:)&lt;/p&gt;

&lt;p&gt;A while ago I scrolled through &lt;a href="https://overreacted.io/"&gt;Dan Abramov's Blog&lt;/a&gt; and found something very valuable: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://justjavascript.com/"&gt;&lt;strong&gt;Just JavaScript&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just JavaScript is Dan Abramov's newest project for people who like to learn more about the underlying principles of JavaScript to solidify their mental models of how it works and how things are implemented.&lt;/p&gt;

&lt;p&gt;It's structured in lots of small lessons, that get e-mailed to you bit after bit, consisting of detailed explanations followed by exercises to solidify the newly gathered knowledge&lt;/p&gt;

&lt;p&gt;I'm just through lesson #04, but I'm already in love with Dan's fantastic style of explaining things through physical alliterations and fantastic illustrations like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Tecruq-u--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qnfmecz5ziitfvwj9co7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Tecruq-u--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/qnfmecz5ziitfvwj9co7.jpg" alt="An explanation of values and expressions relative to your code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I cannot recommend this course enough. So, if you (like me) are struggling sometimes when it comes to the principles of JS or you're just curious why &lt;code&gt;0.1 + 0.2 === 0.3&lt;/code&gt; is &lt;code&gt;false&lt;/code&gt; in JavaScript, just &lt;a href="https://justjavascript.com"&gt;sign up for it&lt;/a&gt;!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Explain Backend like I'm five.</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Wed, 22 Jan 2020 17:45:36 +0000</pubDate>
      <link>https://dev.to/lbeul/explain-backend-like-i-m-five-3bga</link>
      <guid>https://dev.to/lbeul/explain-backend-like-i-m-five-3bga</guid>
      <description>&lt;p&gt;So, I'm familiar with how to build a website using HTML, CSS and JS. I'm also quite confident using ReactJS to build webApps and even fetch data from some APIs.&lt;/p&gt;

&lt;p&gt;However, I've never used nodeJS or similar technologies to build myself some kind of Backend. &lt;strong&gt;What exactly do I need it for?&lt;/strong&gt; And what kind of code does a Backend typically contain, as a lot of logic already works in the Frontend?&lt;/p&gt;

&lt;p&gt;Is it just sort of an API that connects my frontend to some database?&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
      <category>node</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Your favourite non-technical books?</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Tue, 24 Dec 2019 15:00:35 +0000</pubDate>
      <link>https://dev.to/lbeul/your-favourite-non-technical-books-18g</link>
      <guid>https://dev.to/lbeul/your-favourite-non-technical-books-18g</guid>
      <description>&lt;p&gt;Hey there,&lt;/p&gt;

&lt;p&gt;my biggest goal for 2020 is to read more books. Especially books that aren't solely dedicated to boost my career or increase my developer skillset but books that either broaden my horizon or entertain me.&lt;/p&gt;

&lt;p&gt;So please feel free to recommend your favourite books in the comments!&lt;/p&gt;

&lt;p&gt;So far, my favorites are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Homo Deus&lt;/strong&gt; &lt;em&gt;by Yuval Harari&lt;/em&gt;. This book really expanded my horizon and changed my expectations regarding the future of the humankind, considering gene manipulation and artificial intelligence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Complete Maus&lt;/strong&gt; &lt;em&gt;by Art Spiegelman&lt;/em&gt;. This graphic novel is not only beautiful drawn but also tells the dramatic story of Art's Jewish family during the Holocaust.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Harry Potter Series&lt;/strong&gt; &lt;em&gt;by J.K. Rowling&lt;/em&gt;. Yep, I've never read them as a child. Started six weeks ago with the first one and been half through the 6th by now. I love them, they're great!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Disrupted&lt;/strong&gt; &lt;em&gt;by Dan Lyons&lt;/em&gt;. Got that as a present from a good friend and it's hilarious! Dan worked as a journalist for a big, renowned Newspaper before. Now he enters the startup world as a "content creator" for Hubspot and encounters the secret tales of company candy bars and Nerf blaster wars.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Blackout&lt;/strong&gt; &lt;em&gt;by Marc Elseberg&lt;/em&gt;. The story of some hackers attacking the European power grid is not only awesome but &lt;em&gt;really&lt;/em&gt; well and accurate described - that accurate, that the author nowadays gets invited to countless security conferences and even advices governments!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>books</category>
      <category>watercooler</category>
      <category>discuss</category>
      <category>writing</category>
    </item>
    <item>
      <title>How to start freelancing as a beginner?</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Fri, 08 Nov 2019 08:12:28 +0000</pubDate>
      <link>https://dev.to/lbeul/how-to-start-freelancing-as-a-beginner-13dn</link>
      <guid>https://dev.to/lbeul/how-to-start-freelancing-as-a-beginner-13dn</guid>
      <description>&lt;p&gt;Hey there!&lt;/p&gt;

&lt;p&gt;I started with WebDev roughly 1 year ago and buy now I would say that I'm familiar enough with React, CSS and HTML to build small websites (blogs, landing pages, newsletter subscription etc.) for small clients.&lt;/p&gt;

&lt;p&gt;But how do I start?&lt;br&gt;
How does one price his services? &lt;br&gt;
What about the hosting? If I host the stuff by my own Netlify (or similar) account, it will eventually increase my own bill rather than the customers. Do I help them configure their own hosting accounts?&lt;/p&gt;

&lt;p&gt;I just want to build stuff the people need and sell it to them for a price that satisfies my relatively low needs and is also not to expensive for the clients.&lt;br&gt;
I'm afraid that building stuff and hosting it on my own pushes me into some maintaining role with consistent and monthly billing of service fees or stuff like that.&lt;/p&gt;

&lt;p&gt;So, how do you do that?&lt;/p&gt;

&lt;p&gt;I would love to hear your experiences!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>career</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What's your advice for future CS students?</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Wed, 16 Oct 2019 18:43:08 +0000</pubDate>
      <link>https://dev.to/lbeul/what-s-your-advice-for-future-cs-students-2j45</link>
      <guid>https://dev.to/lbeul/what-s-your-advice-for-future-cs-students-2j45</guid>
      <description>&lt;p&gt;Hey developers out there!&lt;/p&gt;

&lt;p&gt;I guess at least some if you went to university and studied computer science or software engineering. What are your tips and advices for those of us who are also planning to do so?&lt;/p&gt;

&lt;p&gt;What parts were especially hard for you?&lt;/p&gt;

&lt;p&gt;What do you wish you've had paid more attention to when you look back?&lt;/p&gt;

&lt;p&gt;Please share your wisdom with the next generation! :)&lt;/p&gt;

&lt;p&gt;Feel free to fill the comment section with any advice you have, also related to internships, semesters abroad or something like this.&lt;/p&gt;

</description>
      <category>learn</category>
      <category>beginners</category>
      <category>computerscience</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Is Blockchain really changing the world at all?</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Fri, 11 Oct 2019 12:51:23 +0000</pubDate>
      <link>https://dev.to/lbeul/is-blockchain-really-changing-the-world-at-all-2g9n</link>
      <guid>https://dev.to/lbeul/is-blockchain-really-changing-the-world-at-all-2g9n</guid>
      <description>&lt;p&gt;&lt;strong&gt;Blockchain&lt;/strong&gt; is one of the heaviest buzzwords in tech, but is it really that mind-blowing innovative? I see the points of distribution, democracy &amp;amp; transparency and I also think I've got a good grasp on it. However, I hardly found anything like the "one killer app" out there that uses Blockchain except some cryptocurrency projects that are more or less a copy of Bitcoin.&lt;/p&gt;

&lt;p&gt;Do you know any cool, innovative projects? Can you imagine something running on Blockchain that may change the world as we know it? Looking forward to hear your opinions!&lt;/p&gt;

</description>
      <category>watercooler</category>
      <category>blockchain</category>
      <category>discuss</category>
      <category>healthydebate</category>
    </item>
    <item>
      <title>What learning path should I take to learn underlying concepts and principles?</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Sun, 29 Sep 2019 13:41:05 +0000</pubDate>
      <link>https://dev.to/lbeul/what-learning-path-should-i-take-to-learn-underlying-concepts-and-principles-4ib2</link>
      <guid>https://dev.to/lbeul/what-learning-path-should-i-take-to-learn-underlying-concepts-and-principles-4ib2</guid>
      <description>&lt;p&gt;Hey there,&lt;br&gt;
I'm Louis. I've been programming since about a year and a half after pivoting from an apprenticeship in banking. Now I'm back in school and I spent a lot of my free time coding.&lt;/p&gt;

&lt;p&gt;In the past year I dove into FrontEnd Development, as I started with HTML &amp;amp; CSS and naturally moved to JS and React. &lt;br&gt;
I know a bit of PHP and mySQL from school, but I feel like I'm still not getting the big picture and have a huge knowledge gap when it comes to algorithms, data structures and low level programming.&lt;/p&gt;

&lt;p&gt;To pick up these concepts in a "learning by doing style", I want to learn a backend, maybe low-level programming language to apply all these theoretical but underlying techniques and practises. &lt;/p&gt;

&lt;p&gt;I mean, I heard of them. Pointers, hashtables, linked lists and big-O. But I really don't know much about them because I never needed them in my FrontEnd projects.&lt;/p&gt;

&lt;p&gt;What language or even learning path do you recommend for my situation? Is there anyone who experienced the same? Are there any topics &lt;em&gt;every&lt;/em&gt; programmer &lt;em&gt;should&lt;/em&gt; know?&lt;/p&gt;

&lt;p&gt;I'm really looking forward to hear about your opinions!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>beginners</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>How Learning to Code can change your Life</title>
      <dc:creator>Louis</dc:creator>
      <pubDate>Thu, 18 Jul 2019 13:22:04 +0000</pubDate>
      <link>https://dev.to/lbeul/how-learning-to-code-can-change-your-life-4d6h</link>
      <guid>https://dev.to/lbeul/how-learning-to-code-can-change-your-life-4d6h</guid>
      <description>&lt;h4&gt;
  
  
  Coding is an absolutely valuable skill in today's world. Here's why you should learn it yourself instead of waiting for educational policy.
&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;"Everybody in this country should learn to program a computer, because it teaches you how to think".&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's what Steve Jobs, the former CEO of Apple and Pixar Studios, said in 2013. With this statement, he contributes to the current debate about digital literacy and the role of computer science in today's school curricula. But why do people even think it's important and how should one start to learn?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1545670723-196ed0954986%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D1952%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1545670723-196ed0954986%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D1952%26q%3D80" alt="Notebook with Lines of Code"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep up with the Times
&lt;/h2&gt;

&lt;p&gt;The debate about digital education and the need for digital literacy was a logical consequence of the ongoing process of digitalization in nearly every part of the labor market. In the past 10 years, many jobs and industries changed dramatically based on new technologies and their increasing affordability. In manufacturing for example, a lot of people lost their jobs due the implementation of fully automated production lines and robot technology. However, not only technical jobs are affected by the digitalization - there is also a lot of office work that got redundant and inefficient due the introduction of accounting system or automated record keeping.&lt;br&gt;
 &lt;br&gt;
In times like these, digital skills are more important than anything else when it comes to employability and therefore sustainable, future-proof education.&lt;/p&gt;

&lt;h2&gt;
  
  
  Coding is more than Maths &amp;amp; Logic
&lt;/h2&gt;

&lt;p&gt;Learning how to program computers, websites or apps is one of the most important skills of our time, even if you're not going to work in a field that's especially dedicated to technology or computers. Different from what a lot of people think, programming and software development isn't just a mixture of mathematics and some cryptic lines of confusing code. The job of a programmer is mainly about solving real-life problems with the help of given technologies. Jan Koum and Brian Acton, for example, solved the problem of expensive mobile bills due to high SMS fees by developing and providing WhatsApp, a mobile app that allows you to chat with others over the internet for free. In order to do so, they had to examine the problem closely and look for possibilities to not only optimize the current situation but also disrupt the way we communicate with each other. Today, WhatsApp is used by over a billion people worldwide and has completely replaced the SMS as a medium of communication.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1533749871411-5e21e14bcc7d%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D751%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1533749871411-5e21e14bcc7d%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D751%26q%3D80" alt="Whiteboard with Strategy Planning"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Dealing with Problems
&lt;/h2&gt;

&lt;p&gt;According to a slogan of the CODE University in Berlin, the key characteristic of a good problem solver is to &lt;em&gt;"fall in love with the problem, not the solution"&lt;/em&gt;. That's a slogan that fits perfectly to the process of software development and its difference to the skills you learn in school or university. Take the school subject of mathematics as a quite accurate example. The way you solve mathematical problems in school is highly solution-oriented: first off, you learn a concept or principle like integral calculus and then you're given explicit &lt;em&gt;problem&lt;/em&gt; sets that you must solve with the concepts learned before. In the field of software development, something like this is unthinkable. The main goal here is to solve a clearly defined problem with whatever technology or approach is the most suitable in this situation. You always keep the problem in mind, whereas school requires you to always keep the solution in mind without scrutinizing its plausibility. In programming, however, there are popular patterns of how one can solve a problem, but there are literally a million different ways, each with its different benefits and drawbacks. So, one can say that Steve Jobs is right when he speaks of programming as a skill that teaches you how to think because it introduces you to the concept of problem-oriented thinking and teaches you the procedure of problem-solving.&lt;/p&gt;

&lt;h2&gt;
  
  
  School's Shortcomings
&lt;/h2&gt;

&lt;p&gt;Today's school curricula, however, are still stuffed with the same subjects and methods students learned twenty years ago. Programming is still an optional skill that can be achieved in electives, while the understanding of digital processes and problem-solving procedures are hardly ever discussed.&lt;br&gt;
This deficit in education is a huge topic in today's politics and a lot of changes are likely to come during the next decade. However, since there aren't as much computer science teachers out there as there's need for them, you should not assume that there will be a big change soon.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1509062522246-3755977927d7%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D804%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1509062522246-3755977927d7%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D804%26q%3D80" alt="Picture of average school lesson"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get your Hands dirty
&lt;/h2&gt;

&lt;p&gt;So, what can you do at this point? How can you avoid the pitfalls of solution-oriented thinking and overcome the deficits of today's educational ecosystem? Well, just rethink the process of education in a problem-oriented way! As you may have recognized, thinking of your personal education as something school is responsible for, is like tackling a problem with a prefixed solution in mind. Are you sure that school or the education system in general are the perfect solution for your problem? I don't really think so.&lt;br&gt;
Just do it the other way around and search for possible solutions to your problem, the deficit in digital knowledge. You will soon recognize that there are literally endless possibilities available that are so much easier, faster and more expedient than complaining about the school system and waiting for a change to come!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Don't know where to start your journey in coding and software development? Well, here you go! These resources already helped thousands of people and I can highly recommend all of them:&lt;/em&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://www.freecodecamp.org/" rel="noopener noreferrer"&gt;freeCodeCamp&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;The completely donor-supported nonprofit organization teaches you how to develop web applications by providing an interactive curriculum with challenges for over 1800 hours of coding, as well as hundreds of videos, articles and a forum. It's completely free to use!&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://www.codecademy.com/" rel="noopener noreferrer"&gt;Codecademy&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;Like freeCodeCamp, Codecademy offers an interactive curriculum that's free to use. Besides that, there's also a paid, extensive version with a broader variety of topics and more detailed insights. Other than freeCodeCamp, you can take specific learning paths like data science or machine learning.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x" rel="noopener noreferrer"&gt;Harvard's CS50&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;This cryptic name is nothing less than the course name of Harvard University's &lt;em&gt;Introduction to Programming&lt;/em&gt; class. CS50 combines lecture videos with weekly problem sets and is completely free. For an additional fee of €90, you can get an official certificate for your CV.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://hackpledge.org/" rel="noopener noreferrer"&gt;hack.pledge( )&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;This is an online community of developers, offering free mentorship for the next generation of software engineers. You can sign up for free to either learn from experienced teachers or mentor beginners yourself. It's a new approach to connect experienced and new developers to create amazing synergies!&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://github.com/ForrestKnight/open-source-cs" rel="noopener noreferrer"&gt;Forrest Knight's CS Degree&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;The youtuber Forrest Knight composed a completely free computer science curriculum from a variety of online university courses. The curriculum is equivalent to the content you have to learn in an undergraduate computer science degree, including both technical and mathematical modules.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://code.design/events/" rel="noopener noreferrer"&gt;Code+Design Camps&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;The nonprofit organization Code+Design arranges events all over Germany to teach young people the art of coding, designing and promoting their own applications and projects with the help of voluntary coaches. The entry fee is around €75, containing unlimited drinks and three meals per day for the time of the event.&lt;br&gt;
No worries if you don't live in Germany - there are plenty of Hackathons like this all over the world! Just get in touch with you local coding community.&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://scrimba.com/" rel="noopener noreferrer"&gt;Scrimba&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;This interactive video platform is also free and again dedicated to web development. Through the combination of video tutorials and an interactive code editor, Scrimba enables you to directly apply the coding skills you learned from the video examples.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What are you still waiting for? Choose one of the above mentioned courses and resources and get started right now - &lt;strong&gt;it was never as easy as it is today!&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1516062423079-7ca13cdc7f5a%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1961%26q%3D80" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1516062423079-7ca13cdc7f5a%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D1961%26q%3D80" alt="Concrete wall with mural that says: punch today in the face"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you enjoyed this article, please share it with like-minded people and feel free to leave a comment or follow me on &lt;a href="https://twitter.com/louisbeul" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt;. Thanks for your attention!&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>career</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
