DEV Community

Glenn Carremans
Glenn Carremans

Posted on

What are your favourite dev resources?

We as developers are lucky to have tons of resources out there that can help us, maybe even too many. I would like to know what are some of the resources that you use most of the time.

For me I will list here some of the resources that I use, please add yours in the comments.

General searching, any language/framework:

Android (I mostly work on native Android applications):

PHP/Laravel (I sometimes work in PHP and most projects are with Laravel):

  • PHP.net, official documentation for PHP
  • Laravel, official documentation for the Laravel framework
  • Laracasts, community forum for Laravel and Laravel related topics

Server related documentation:


With the information gathered from this post I will make a follow up post that I think will speed up (basic) searching on your favourite resources.

Latest comments (34)

Collapse
 
twysto profile image
TwystO

Here are the ressources I use on a daily basis:

Collapse
 
tinussmit profile image
Tinus Smit

I recently came across refactoring.guru/
It's a clear, but fun place to teach you about code smells and how to avoid them.

Collapse
 
glennmen profile image
Glenn Carremans

I love how they build their website! Looks very interesting to go through.

Collapse
 
tarialfaro profile image
Tari R. Alfaro

I have a lot of resources. I stick with the high quality ones though.

Here is my PHP resources.

Must say, gotta love it when websites have beautiful UI and UX without the need of JavaScript, looking at Stitcher and PHP the Right Way. <3

I also follow EFF and Information Security Handbook closely.

Collapse
 
glennmen profile image
Glenn Carremans

Thanks for sharing! PHP: The Right Way looks very interesting, will check it out.

Collapse
 
lightalloy profile image
Anna Buianova

Apart from dev.to:

  • a couple of weekly newsletters. I love Ruby Weekly. There are more of them on other dev topics.
  • books. I have a huge list to read, here's a part of it
  • twitter. I cleaned up my feed, so most of it is useful in terms of learning or finding out of new stuff (I mostly use other sites to waste my time :)
  • podcasts (One day I'll make a list of those I listen to)
  • reading code (e.g. of opensource projects on github)
  • I also like Stephen Grider's Udemy courses, but I only learn from them occasionally
Collapse
 
glennmen profile image
Glenn Carremans • Edited

Thanks for thinking out of the box and sharing resources besides websites ๐Ÿ˜„indeed there are lots of other mediums that we can use to gain knowledge.

Collapse
 
preetjdpdev profile image
Preet Parekh

At least for Flutter the docs and the code it self is very well written to understand the ongoings

Collapse
 
sargalias profile image
Spyros Argalias • Edited

References / learning:

  • MDN - Go to resource for anything web related.
  • CSS-Tricks - Extremely useful for CSS techniques and such.
  • Google web fundamentals - Great resource on multiple topics for web development and technologies.
  • Documentation website for specific technologies. E.g. React.
  • Frontend Masters - Great courses on front end development.
  • Udemy - Has some great courses for learning.

Questions:

  • Stack Overflow - Very useful for finding the answers to questions.
  • Google - Very useful for anything you want to know or even to search for topics in the resources above.

Other:

Collapse
 
jel111 profile image
dumdumdev

Dash/ Kapeli for docs.
MDN for examples .
I like to use YouTube.
Last resort is StackOverflow

Collapse
 
orimdominic profile image
Orim Dominic Adah

Awesome stuff you got there at Freebies Hunt sir!

Collapse
 
orimdominic profile image
Orim Dominic Adah • Edited

DevDocs extension on my local, especially when I don't have internet.. It's just awesome. I hope they add RxJS documentation to it soonest

Collapse
 
glennmen profile image
Glenn Carremans

Of course DEV! I learned a lot of things since I discovered this awesome community.

Very interesting list, I will check some of them out.

Cool project, maybe I can add a couple of missing resources ๐Ÿ˜Ž