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 😎

Collapse
 
anwar_nairi profile image
Anwar

Definitively regex101.com for regexes. Time savior!

Collapse
 
glennmen profile image
Glenn Carremans

I have actually used that site last week 😂it really helped me a lot with testing my regex against different strings.

Collapse
 
derek profile image
derek • Edited

All the documentationz and downloaded into Dash for offline and alfred integrations:

Alfred example

Collapse
 
jmervine profile image
Joshua Mervine

I have to say Google, but perhaps that’s too obvious. I do consider that being able to search for and find solutions is a skill that is learned and honed. That’s always where I start.

Second is Github. Looking for my own past solutions and/or solutions from the organizations I’m apart of. Great way to ensure that you’re staying consistent.

Collapse
 
rcosteira79 profile image
Ricardo Costeira

Since you work on Android:

These will keep you busy. Careful with the impostor syndrome though, because there's a truckload of information being published every day :P

Collapse
 
glennmen profile image
Glenn Carremans

Oh yeah I am subscribed to the Android Weekly newsletter, very interesting stuff every time.
The others are new to me, thanks for sharing.

Collapse
 
necrotechno profile image
NecroTechno

The Rust Book
The Rust Cookbook

Both invaluable references for Rust development, especially beginners.

Collapse
 
glennmen profile image
Glenn Carremans

I don't have any experience in Rust but thanks for sharing these resources, they look very detailed.