DEV Community

amabe_dev
amabe_dev

Posted on • Updated on

Good (quick) Resources to Become a Better Developer

In this article I will share some resources that I find great to become a better developer.

There will be no books or other time consuming resources in this article. I will only include resources that are relatively quick to consume.

If you can think of other good resources that are not included here, feel free to share them in the comments. I am always looking for good resources and would love to see them.


Clean Code

clean-code-javascript by Ryan McDermott

clean-code-javascript, by Ryan McDermott, is a GitHub repository. It shows examples of the Clean Code principles of Uncle Bob written in JavaScript.

It is a sort of overview of what is in the book. It is a really good read for people that are not familiar with the book or who want a refresher.


Programming Principles

Programming Principles by Lars Kappert

Programming Principles, by Lars Kappert, is a GitHub repository. It lists programming principles with a brief description and links to dig deeper.

It is a good introduction to programming principles. Or a good refresher for those who already know about them.

patterns.dev website

patterns.dev website lists design patterns for the web. It is both a free book and a set pages by design pattern on the website.

It also includes links to other resources, like the clean-code-javascript above.

It is a good place filled with interesting resources.


Testing Best Practices

JavaScript Testing Best Practices by Yoni Goldberg

JavaScript Testing Best Practices, by Yoni Goldberg is a GitHub repository. It gives good practices about testing.

I would recommend it for everyone because it is really complete. There are good chances that everyone will either learn or remember some good practices while reading it.

Top comments (0)