I love how the general idea of "complex query" is a fucking JOIN
30.08.2025 06:58 β π 0 π 0 π¬ 0 π 0@variabilealeatoria.bsky.social
I just rant about React
I love how the general idea of "complex query" is a fucking JOIN
30.08.2025 06:58 β π 0 π 0 π¬ 0 π 0Another day another banger
github.com/spring-proje...
Moving business logic from services to domain objects looks like a pretty good idea to avoid having anemic models, until you realize there is no way for them to enforce business logic on delete operations π
07.08.2025 06:13 β π 0 π 0 π¬ 0 π 0I hate that every single example on Domain Driven Design aggregates is always Order + Order items.
EVERY SINGLE ONE.
It shouldn't be that hard to make different examples for a design pattern π€
I don't like Query by Example or JPA Criteria API with Specifications because they force JPA-specific classes into my repository method parameters. Aren't repository interfaces supposed to abstract away implementation details so you can swap them later?
25.07.2025 16:51 β π 0 π 0 π¬ 0 π 0There is literally zero value added by using spring-data-jdbc.
You cannot achieve the most basic things with it (e.g. querying with some optional search parameters and pagination)
I think there is no reason to prefer react query global onError handler to an axios interceptor
17.07.2025 04:56 β π 1 π 0 π¬ 0 π 0I'm not a fan of video tutorials. Are all the topics of these videos already covered with the same granularity on expo docs.expo.dev?
15.04.2025 15:08 β π 1 π 0 π¬ 0 π 0Tried downloading an older version of Google Translate from 2024. With that the translation works correctly.
Looks like it's a regression from Google side.
can confirm
13.04.2025 16:29 β π 1 π 0 π¬ 1 π 0Using navigation.setOptions({ headerRight }) just to update parts of the header feels counterintuitive. It breaks the declarative component model React encourages. I'd rather just render <Header /> in my JSX and control everything with props/state like normal β itβs clearer and easier to maintain.
13.04.2025 11:58 β π 0 π 0 π¬ 0 π 0I'm slowly arriving at the conclusion that navigation libraries should just focus on routing and nothing else.
13.04.2025 11:58 β π 0 π 0 π¬ 1 π 0non hai idea di quante volte l'ho notato in ufficio.
Da brividi.
meow
10.04.2025 19:21 β π 1 π 0 π¬ 1 π 0Coming from React Native, it's strange to see routes being unmounted and losing their state when navigating.
Being able to go back to a screen with it's state as you left it previously without having to do any fancy state management is fantastic.
Stack navigation is so cool!
context: views with opacity set to 0 do not receive click events on iOS but does on Android.
04.04.2025 08:30 β π 0 π 0 π¬ 0 π 0I'm not sure on how I feel about this π€
04.04.2025 08:29 β π 0 π 0 π¬ 1 π 0Migrating to react native New Architecture was not as smooth as I wished
03.04.2025 05:51 β π 0 π 0 π¬ 0 π 0well that escalated quickly! π
26.03.2025 07:01 β π 0 π 0 π¬ 0 π 0I'm finding too many issues in common libraries lately
25.03.2025 16:57 β π 0 π 0 π¬ 0 π 0By the way I wrote a post on the topic:
medium.com/@alessandro....
I understand that expo has its business with EAS but man, having to write my own plugin to set signing config when running expo prebuild feels bad π«£
20.03.2025 18:10 β π 0 π 0 π¬ 1 π 0is expo trying to kill single page applications?
16.03.2025 21:13 β π 0 π 0 π¬ 0 π 0My very first attempt at blogging! π³
Just some thoughts on how painful it was to use a reactjs library in a basic expo router web version of an app.
whtwnd.com/variabileale...
Is there any active codebase on github using expo-router? π
14.03.2025 16:23 β π 0 π 0 π¬ 0 π 0Right now I wrote a proxy in express but I need to remember to start it separately. I'd like a better integrated solution as vite has.
12.03.2025 18:10 β π 0 π 0 π¬ 0 π 0Since @expo/webpack-config is deprecated and no longer receiving feature updates, what is the recommended way to set up a proxy for API requests in an Expo Web project?
Started from mobile, where CORS is not an issue. Now, when running on web, all my API requests fail due to CORS restrictions.
Thinking more about it I'm not so sure anymore. I think there should be an easy way to understand that you tried to navigate to a protected route in order to go back to it after authentication π€
10.03.2025 17:49 β π 0 π 0 π¬ 0 π 0KeyboardAvoidingView is basically just trial and error until it works not as you wanted but near that at least.
10.03.2025 10:26 β π 0 π 0 π¬ 0 π 0I don't think I'll use Expo Router in my next project. RN7 static configs look promising and the ability to pass a screen a callback to determine whether the screen should be rendered or not makes auth sooo much easier with a single navigator π
09.03.2025 18:32 β π 0 π 0 π¬ 1 π 0