The following is a post which I found on the Blind app. It covers all the preparation and experiences of someone who received multiple job offers from the best tech companies, including multiple offers in the range of $550,000/year. Because it can only be accessed via the app, I have copied it in its entirety … Continue reading Cracking the Senior Software Interview
Tag: Coding
An Alternative to Dependency Injection Frameworks
I have a confession to make. I hate Dependency Injection (DI) frameworks. My very first job as a Software Engineer involved working with a very complex system that powered a ~100 person hedge fund. We made extensive use of Dependency Injection… but only via Constructor or Setter Injection. We did not use any DI frameworks … Continue reading An Alternative to Dependency Injection Frameworks