It’s me once again asking for some help😅 Are there any solutions/sales engineers out there who would be willing to chat with me about your experience? Would love to chat! I’m trying to figure out if solutions/sales engineering could be a good fit for me
Andrei Calazans
@andrei-calazans.bsky.social
Software engineering - React, React Native, GraphQL, Mobile, Infra.
We were seeing misleading stacktraces in Bugsnag. Turns out the new Error object takes a stacktrace snapshot when you instantiate it, thus defining it in a variable far away from where it is thrown will mislead your stacktrace. See this post for the explanation andrei-calazans.com/posts/predef...
Why Predefining Errors as Constants is Problematic
Using predefined error constants introduces misleading stack traces, which can complicate debugging and error tracking.
andrei-calazans.com
Do people actually make money on Medium? Every once in a while I find something I actually want to read and can't bc I just can't get myself to pay Medium
This is a great find by Dan Abramov, you can reduce the Reanimated serialization traffic by moving the different animation end states outside the frequently updating context by using makeMutable. github.com/bluesky-soci...
Reduce Reanimated serialization traffic by gaearon · Pull Request #6219 · bluesky-social/social-app
This was a major WTF moment for me and I'm still not sure to what extent this is actually useful. However, the Android GPU profiler seems to be happy about this change. There is some informatio...
github.com
We built this! 💪 Hire us if you need advanced features like this 📩
The GIF sticker camera in the DAZE app is probably the most amazing VisionCamera usecase I've ever seen! 😍🤯
It's a bit scary to see Elon Musk have so much control over the narrative on X/Twitter. I'm not american, nor do I support any one side, but there was a clear control of narrative on X during this election.
It's amazing see @expo.dev go from being rejected by anyone doing serious React Native development to becoming the best choice.
Oh and Flipper is also dead now. Meta won't continue developing it. fbflipper.com/blog/2024/10...
Changes to Flipper's Open Source Repository | Flipper
Flipper has been an integral part of the mobile development process at Meta for years. We've been proud to share our internal tool with the open source community, and it has been amazing to see how it...
fbflipper.com
Let me try Bluesky for a bit. Let's see if it can expand my network beyond what X/Twitter can offer me.
FYI React Native Core is deprecating SafeAreaView. Use react-native-safe-area-context instead: github.com/react-native...
Handling Android 15's edge-to-edge enforcement on React Native · react-native-community discussions-and-proposals · Discussion #827
tl;dr: Android 15 will now enforce edge-to-edge when you opt-in to targetSdk 35. For properly handling such scenario, we are recommending community library react-native-safe-area-context. What is c...
github.com