Marcus Osterberg (@osterbergmarcus) 's Twitter Profile
Marcus Osterberg

@osterbergmarcus

Building devlighted.com.
Engineering Manager at @TeleClinic_GmbH.
I like #elixirlang & Snowboarding | Follow πŸ‘‰ medium.com/@osterberg

ID: 2926598582

linkhttps://www.marcusosterberg.com calendar_today11-12-2014 08:54:11

265 Tweet

139 Followers

152 Following

Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

Happy to share "How to measure your #softwareengineering team" using #DORAmetrics πŸ‘‰ youtu.be/yp-Ln9uCQEg I talk about collecting, visualizing, and using data to drive your teams performance. Hope you find it useful! #engineeringmanager #techlead

Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

In #elixirlang `if..else` is actually a great coding style πŸ’Ž Since everything is an expression, you can assign and pass them around like any other value πŸ‘Œ #MyElixirStatus #LiveView

In #elixirlang `if..else` is actually a great coding style πŸ’Ž

Since everything is an expression, you can assign and pass them around like any other value πŸ‘Œ
#MyElixirStatus #LiveView
Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

Great improvements #elixirlang πŸ™Œ I always found the compiler feedback from #elmlang productive. Can't wait to try it out!!

Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

✨Live Component With `send_update` you can send and receive messages in the same component. Without invoking a parent processes. This is useful for encapsulating and handling async flowsπŸ‘Œ #liveview #myelixirstatus #elixirlang

✨Live Component
With `send_update` you can send and receive messages in the same component. Without invoking a parent processes.

This is useful for encapsulating and handling async flowsπŸ‘Œ
#liveview #myelixirstatus #elixirlang
Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

It's a bit of a downer when popular services and platforms are lacking official #Elixir SDKs or code examples. Then again, most of the time when I'm looking for a solution, #erlang has it. It's a reminder on how mature this eco-system and language really is. #elixirlang !!

It's a bit of a downer when popular services and platforms are lacking official #Elixir SDKs or code examples.
Then again, most of the time when I'm looking for a solution, #erlang has it. It's a reminder on how mature this eco-system and language really is. #elixirlang !!
Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

Yes. Or another suggestion from JS. The shorthand notation for Keys and Values with the same identifier 🀀 Current Map: foo = "foo" %{foo: foo} New Map: foo = "foo" %{foo} or %{:foo}

Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

When product finds out we know the Phoenix Framework tech stack. We'll be expected to ship features twice as fast ⚑ Half joking 🀫 #SoftwareEngineering #LiveView

Marcus Osterberg (@osterbergmarcus) 's Twitter Profile Photo

I used to think Types was the missing piece.. This is it! Official LSP will be the last thing we need πŸ”₯ (Bonus when all vendors starts to add Elixir SDKs and docs to their services..)

Membrane (@elixirmembrane) 's Twitter Profile Photo

LiveView devs, meet LiveDebugger 0.5.0 – our biggest release yet! πŸ”Ž Improved assigns inspections and tracking πŸ§‘β€πŸ’» Async loading and stream debugging ❌ Dead LiveViews showing recently crashed views πŸ“Š Resource usage monitoring of LiveView processes Check out all updates below!