https://practicalgit.com/blog/make-git-ignore-local-changes-to-tracked-files.html
Remote work is killing big offices. Cities must change to survive
Meget spændene og inspirende artikel om fremtiden for arbejde, som meget godt rammer de tanker jeg selv har om det at arbejde og udfordringer for i det. Jeg finder det selv ofte meningsløst at bruge timer om dagen på transport for at tage et headsæt på i et storrumskontor og derefter bruge en masse værktøjer som er lavet til at arbejde asynkront.
How to use TDD together with Git
When you dont know the requirements its hard to write a test. If you start implement the what you know and along the way you will probably discover new requirements. When you have a better understanding of the requirements. write the test, then I suggest to try to stash your prototype implementation and do write a new and better implementation. Inspired by Use Git tactically
What makes developers happy at work
I will be happy at work if
– Flexible about when and where you want to work
– Physical workspace must be quiet and have a few people from your team around and some windows where you can look at something nice
– Communication must be pull and not push pattern
– There must be time for innovation and learning
– Technical dept is not to big
I reflected on this when I read the blog on https://stackoverflow.blog/2022/03/17/new-data-what-makes-developers-happy-at-work
Share mock logic in spock
Problem:
I have had a hard time doing copy/paste code in spock test that shares same setup logic.
Solution:
https://stackoverflow.com/questions/52521661/how-to-separate-tests-that-require-a-shared-mock
Documentation:
https://spockframework.org/spock/docs/1.3/all_in_one.html#_autoattach
The Architect Elevator — Visiting the upper floors
The Architect Elevator — Visiting the upper floors
— Read on martinfowler.com/articles/architect-elevator.html
The Ultimate Code Kata
a blog by Jeff Atwood on programming and human factors
— Read on blog.codinghorror.com/the-ultimate-code-kata/
Top 20 OpenSSH Server Best Security Practices – nixCraft
OpenSSH server best security practices – protect your server from brute force attack on a UNIX / Linux / *BSD / Mac OS X operating systems.
— Read on www.cyberciti.biz/tips/linux-unix-bsd-openssh-server-best-practices.html
Strong teams are more than just connected, they are communities – Stack Overflow Blog
Strong teams are more than just connected, they are communities – Stack Overflow Blog
— Read on stackoverflow.blog/2021/10/27/strong-teams-are-more-than-just-connected-they-are-communities/
Recording APIs with WireMock | Mario Fernandez
Using WireMock to record third party API calls you can get high quality mocks that reflect reality and are much easier to maintain
— Read on hceris.com/recording-apis-with-wiremock/