DEV Community

Discussion on: What to code?

Collapse
 
mafflerbach profile image
mafflerbach

It depends what your target is.
Optimize your workflow with small handy scripts, which coverr repetitve tasks. - will cover bash scripting and you will get a deeper understanding of shell scripting and your linux/mac environment or powershell, if you are on windows. I have ton of such small scripts.

Write an application for display your photos, because of fun. it can web based or gui application. I wrote a mediacenter based in rust, because i wanted to learn this language.

if you are cooking, or collecting recipes, write a application which helps you to organize your reciepes. I have some scripts which is providing qr tags for the receip list, and i can copied it into my shopping app.

Take a repetitive task which bugs you the most and try to automate it.