Etoro, a trading platform was broken a few days this month. In SRE terms their engineers should not be allowed to push new versions for the next 3yrs 😃/SLA depletion. @eToro @eToroService @eToroUS https://t.co/D4qrGJFqxI
📣 Today, we're excited to share a few new stories about Go's use at Google.
🧠 Learn how Go supports Google Search (Core Data), Chrome, and Google Cloud (Firebase):
https://t.co/aKHvN3T5Tj
@GoTimeFM Got a 6x static benchmark improvement and a 50% real world production in a big project. Cut down the costs by 50% only by switching to easyjson (a lib that does not use reflection). Still standard json is good enough for most projects.
@DLBLLC@mattbc The volunteers behind accessibility at Twitter (there is no formal team) strive to do their best to ensure products are shipped appropriately. Unfortunately though, we aren't aware of every product decision, and the wider #a11y conversation is ongoing.
Starfleet is a promise. Nobody gets left behind.
For every person who tweets #StarTrekUnitedGives today, $1 will be donated to support the Black Lives Matter movement.
Learn more about #StarTrekUnited donations and free Star Trek marathons here: https://t.co/Z3Y1KT4edN
@QuinnyPig@awscloud Like the article says, in EU, Romania at least, if the company activates the clause it has to pay 50% monthly of the salary for the period of the non compete. It's a law and is capped at 2y. You can work during this time but not at the companies/roles they restricted.
@olinicola @goinggodotnet@CrowdStrike is hiring SRE and has a remote first culture and a multi cloud Go micro services envs. If you're looking for rewarding but tech challenging position you'll feel right at home.
@golangweekly Let's not turn into the npm mess to make 3lines packages, you don't need an entire module to mock time, a simple interface of Now() time.Time is enough to mock and use it.
Being part of a remote first company, @CrowdStrike is funny to see how other tech companies realise now how many resources they have lost over the years by working only locally in an office, from potential better remote employees to commute time they all add up as loses.
Too bad it took a global scale event to realise that tech employees don't need to be in the same office to work on the internet. Better late than never I guess.
@dominikhonnef Doxygen also embeds the file paths and classes so it should be easy, at least in a OOP and strong typed project.
Ofc godoc is light years better it is also like 15yrs newer 😀
@goinggodotnet In a large project you end up using golangci-lint anyway and you I usually add it to my file watcher list in Goland. The linters suite can also bring unity amongst editors I guess.