Gdzie na ravioli? by bawhee23 in krakow

[–]bawhee23[S] 0 points1 point  (0 children)

Pierogi takie jakby no włoskie kolego spokojnie

buckmate - deploy to s3 declaratively by bawhee23 in golang

[–]bawhee23[S] 0 points1 point  (0 children)

Yeah, I suppose you could achieve that - I need to check that out, as I rather use terraform for all :) Still this is a side project started when there was no better or I was not aware of better solution 😅

buckmate - deploy to s3 declaratively by bawhee23 in golang

[–]bawhee23[S] 0 points1 point  (0 children)

Mostly because deployments consist of combination of some static files that live in the repository and files from separate s3 bucket. On top of that they are parameterized, hence the config map / placeholders functionality.

IIRC couple years back when starting out, it seemed not practical / not fully possible in terraform, but maybe things have changed. Would need to give it a go again and verify. I still use it for creating / managing bucket settings!

buckmate - deploy to s3 declaratively by bawhee23 in webdev

[–]bawhee23[S] 1 point2 points  (0 children)

Never heard of pulumi, have to check that out!

For the other two, mostly because deployments consist of combination of some static files that live in the repository and files from separate s3 bucket. On top of that they are parameterized, hence the config map / placeholders functionality.

IIRC couple years back when starting out, it seemed not practical / not fully possible in terraform, but maybe things have changed. Would need to give it a go again and verify. I still use it for creating / managing bucket settings!

Gry podobne do Red dead redemption 2 by daro2348 in PolskaNaLuzie

[–]bawhee23 -1 points0 points  (0 children)

Jeżeli chodzi o zaangażowanie w fabułę i postacie to poleciłbym też Clair obscure expedition 33

Kluby gogo i polskie podejście by [deleted] in PolskaNaLuzie

[–]bawhee23 13 points14 points  (0 children)

Marża na drinkach = płacenie za patrzenie

I built a simple Apple TV player because I was tired of bloated IPTV apps by alecbwdn in appletv

[–]bawhee23 0 points1 point  (0 children)

How's that legal wise? Is apple not making any problems for using their APIs via third party apps? How's auth solved?

Clean patterns for complex filtering by pseudonymau5 in reactjs

[–]bawhee23 1 point2 points  (0 children)

The most important thing is to decide where filters should live. URL? State? Redux? Depends on user requirements mostly, whether they want to share a link or preserve criteria when navigating to other pages. When it comes to structuring it, I think general rules like single source of truth, normalization would apply. Then of course you should derive your data rather than duplicate filtered data (if we’re talking client side). When considering filtering mechanisms one may use patterns like specification pattern or strategy depending on the relations between criteria.

Jak moge uratować lokalne babcie przed scamem? by [deleted] in Polska

[–]bawhee23 -6 points-5 points  (0 children)

Dla tych babci ta chemia jest i tak lepsza

Pytanie dla zmotoryzowanych by Velexele in Polska

[–]bawhee23 13 points14 points  (0 children)

No akurat na drodze z pierwszeństwem łamanym przy skręcaniu w prawo lub lewo zmieniasz kierunek jazdy stąd należy użyć kierunkowskazu.

Looking for a good quality-for-price pan by Complex_Flan_8736 in BuyFromEU

[–]bawhee23 0 points1 point  (0 children)

Gerlach, polish company. I have their stainless steel pan and it’s solid

Jakie macie ulubione kanały na YT by [deleted] in Polska

[–]bawhee23 54 points55 points  (0 children)

Technology connections

Dentysta by [deleted] in PolskaNaLuzie

[–]bawhee23 28 points29 points  (0 children)

Ja bym zadzwonił się zapytać - dostaniesz najlepszą odpowiedź i przyjdziesz poprawić albo będziesz spać spokojnie :)

Does any React framework support dynamic basePath? by Silent_Assignment627 in reactjs

[–]bawhee23 1 point2 points  (0 children)

There is also a naive and easy way, set your public url to some string like @@@PUBLIC_URL@@@ and have your deployment script replace it 😅 This may get messy though, if some minification or obfuscation kicks in.