I’m just in a transition period between two different projects at work and the new one is still in a discovery phase, so I am finding myself with a significant amount of free time for a week or so.<p>What are your go to activities to make the most of this time?
First and foremost, relax and recharge. The hard work will come again soon enough. Go out to a long lunch or have a team lunch or something, for example.<p>Second, take some time to take care of yourself professionally. Now's a good time to network with former colleagues and other people you haven't talked to in a while, to spend some time learning about something that will enhance your skills or to make sure your résumé is up to date.<p>Lastly, take some time to clean up your workplace. Take care of old tech debt items, update documentation, and, in general, take care of any part of the systems you work on that have been neglected for a while. There's always something that needs maintenance.
The worst thing is idling browsing on the web. It really drains energy<p>Then, if you say you have free time, there is a high chance you did not look hard enough. Is there really no document you could read, noone you could talk to ? Very often, when I find myself idle, I realize there are things I could do.<p>If really you are idle, check how much you really need to stay at work. In some environments, you could very well take some time off, or spend less time at work, and nobody would care. 7<p>In some work, you need to do sometimes 14 hours working days for long period. It would be fair, and is sometimes accepted that in exchange you go back home at noon on some other days.
Learning! Reading relevant books, talking with colleagues. Or doing orgamization overhead, such as the preparation of an issue tracker or a wiki for the new project. Thus you are fully prepared once the new project starts.
I'm surprised that your manager hasn't assigned specific tasks to do.<p>If I were in your position, I'd take some holidays. That would be the best way to recharge.<p>If you still have to go to work, then brushing up on some skill in an area that will help you be more productive in the next project is probably a good idea. That could be increasing your proficiency in a language, framework, libraries. A small side-project to automate some rote task could also be very beneficial.
Something useful is to write the copy for the future project. Writing the draft for the docs too as if the project was already shipped. It helps a lot with focus and alignment. Making sure we want to build the same thing. Adding new ideas. This is basically a period with no constraint as no code is written yet and no sunk cost to hinder your thoughts.<p>A useful exercise is to imagine you're making a tour video showing off what the product does. What would be in that video, and then the code to write to make that happen becomes clearer.<p>Also, reflecting on the project that was done and all the hidden skeletons can be useful. The mistakes and inefficiencies. How to avoid those in the new project? For example: it was super hard to add functionality or remove it in the previous project. The next project starts by being extensible, with a plug-in architecture with zero change to add am extension. You write how you would add extensions and then write the code to allow that flow.<p>How to transfer the learning from the previous project on to the next one, and just individually but as a team.
Take a break if you were working too much before spend a day or two relaxing, rejuvenate, read books.<p>Else, whenever I get some free time, I use to clear my Pocket reading list, read my open tabs which I opened to read but couldn't get time, after clearing my tabs I really feel good :P<p>Or you can always learn something not just technical but also a life skill.
Here's a good process, when you're bored:<p>1. Imagine random projects you're interested in e.g. <i>"Dog door alarm", "3d maze online"... "nearest toilet app"</i><p>2. Try and find if someone has done it; search Github, Google etc<p>3. If it's been done <i>GOTO step 1.</i><p>4. Else; Try and build it!<p>This method works for personal and professional ideas
Work on scripts/automation/testing. Do any prep work or reading/research.<p>Get any systems setup, updated, patched etc.<p>Learn new tech and methodologies that may help you in the new project.
I'm usually learning on the active days; the best time to pick up a tool related skill or keyboard shortcut is while you're active.<p>Downtime days sounds like a good time for light play. Something like Codepen is a good example, all kinds of CSS art, and figure out how they work. Maybe mess with some animation on existing code. Maybe find a new way to write documents and tests faster.
How often do the people here find that they have too much of down time at work? a bit tangential but asking since i find myself in this situation a bit too often.
Browse HN - look for content I am interested in learning.<p>Setup coffee/walk with teammates.<p>Work on internal hack projects.<p>Purge the backlog.