DEV Community

Discussion on: 4 Ways You Can “Level Up” As A Developer

Collapse
 
sebbdk profile image
Sebastian Vargr

Can’t stress enough how much can be learned from looking at the source of your fav’ libraries.

Definitely something I wished I had done earlier in my career. It really improved my perspective.

Collapse
 
matthew_collison profile image
Matthew Collison

For sure! Same here, the framework we build our infrastructure on (Laravel) is something that we understood 100x better once we dug into the source code, plus it gave us insights into how enterprise scale code works. It’s so cool! Thanks for sharing