|
|
|
Ask HN: How do you keep your brain in the tonus?
|
|
16 points
by pavelshtanko
3180 days ago
|
|
Currently I'm working as a software developer for more than 7 years.
And I'm struggling with the problem that I feel myself a bit stupid because of the routine work. Pretty much any enterprise application development process these days looks like: requirements -> tasks -> DAO -> Service layer -> models -> view models. Of course you can mention microservices, more complex architectural patterns and other things... but.. Not really harder than that. So I want to train my brain to keep it up to date and fully functional. What I'm doing now:
- Learning vim (that's really hard after the years with Visual studio)
- Trying to solve algos on Hackerrank. What do you usually do to train yourself? |
|
Some more VIM resources, Vim as an IDE https://blog.jez.io/vim-as-an-ide/
Lecture notes, entire course on vim and horrors that is vimscript http://www.contrib.andrew.cmu.edu/~haoxuany/vim/
Great stackoverflow post on grokking vi to understand vim https://stackoverflow.com/questions/1218390/what-is-your-mos...