DEV Community

Discussion on: Any Spotify Playlist you can recommend to boost coding concentration? Thank you!

Collapse
 
aksel profile image
aksel

Not Spotify, but I frequently listen to musicforprogramming.net

It's a bunch of mixes by a bunch of electronic musicians.

I'll let the website description speak for itself:

function musicForProgramming(task) 
{
  task = (task === undefined) ? 'programming' : task;
  return 'A series of mixes intended for listening while '+task+' to aid concentration and increase productivity (also compatible with other activities).';
}