DEV Community

Discussion on: The Coders Bucket List

Collapse
 
phlash profile image
Phil Ashby

Fun list - did you mean to include "Set up a Build and Deployment Pipeline" twice (it might be important after all)?

I would add a couple more that I have enjoyed:

"Work with different scales of hardware (ie: single core microcontrollers to massively distributed clusters, but probably not at the same time) - see how the constraints change."

"Write hello world in raw ASM, without libc to help you - discover your operating system's ABI :)"

For the brave:

"Write a bootloader - discover how your machine starts up"

Collapse
 
remast profile image
Jan Stamer

I fixed the duplicate deployment pipeline entry. Thanks a lot.

And I really like your ideas for the bucket list!