- Thinking Architecturally (book)
- Building Evolutionary Architectures (book)
- Should that be a Microservice? Keep These Six Factors in Mind (article)
- Distributed big balls of mud (article)
- Modular monoliths by Simon Brown (talk)
- git heatmap:
git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10 - Getting Empirical about Refactoring (article)
- Turbulence (tool)
- CodeScene (tool)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Configuration | |
| @EnableScheduling | |
| @EnableBatchProcessing | |
| public class BatchConfiguration { | |
| @Bean | |
| @StepScope | |
| public ResourceReader reader( | |
| @Value("...") String url, | |
| @Value("...") int pageSize, | |
| @Value("#{jobParameters['ResourceReader.index']}") int index) { |
ssh-keygen -t rsa -C "email"
I hereby claim:
- I am jonatan-ivanov on github.
- I am jonatan_ivanov (https://keybase.io/jonatan_ivanov) on keybase.
- I have a public key whose fingerprint is E927 5E0D A474 6067 758E B375 BB4A 6DDD 6E2A D69F
To claim this, I am signing this object:
gpg 2.2.9 does not work with keybase keys, install 2.2.8
brew unlink gnupg
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4451447c6a069b0f7ce5d8c88e4da7c4c89fbe52/Formula/gnupg.rb
in order to make gpg work, GPG_TTY needs to be set (.bashrc, .zshrc, etc.):
export GPG_TTY=$(tty)
NewerOlder