Stanislav รีทวีตแล้ว
Stanislav
468 posts

Stanislav รีทวีตแล้ว

@mjovanovictech Yeah, as Ukrainian, I also cannot create a Stripe account, so that's surely tough luck
English
Stanislav รีทวีตแล้ว

The most productive developers are those who find ways to avoid writing code.
#softwareengineering #programming #coding
English

@tvodevil01 It was more like: compilers are really smart beasts, they already try to squeeze the perf at its best, and whenever I tried to tweak it, it was either the same performance, or worse
English

When looking at source #dotnet code, I often see an optimization tip here and there.
Just one attribute - MethodImpl, Aggressive inlining.
But whatever I tried, it never worked in my cases.
Can somebody share an example of when it's beneficial and not a shot in the leg?

English

@tnlthanzeel There we specify descending order per column
You might notice, that in this example there are two columns - status and created date, thus in IsDescending method first false stands for the first column, when for the created column - true
English

@StasYakhnenko What is the why is the first boolean false?
English

Curious to see how C# 12 is gonna look like? Check out the blog post from Microsoft 👇
Primary constructors, alias any type (really handy one), and more
devblogs.microsoft.com/dotnet/check-o…
English

@facet_z_schaumy Yeah, you're right, perhaps it's a matter of habit
Take a look at the Microsoft learn website, both namings are used, almost side by sidee
So yeah, Idk, I use them interchangeably

English

@StasYakhnenko I always find naming 'aspnet core' confusing regarding newer versions. Isn't it named just '.NET' by Microsoft from version 5 to 8?
English

@jost0101 If the primary goal is to monitor the health of the application, I can suggest taking a look at Uptime Kuma github.com/louislam/uptim…
I've used it and truly enjoyed the experience. It has a ton of supported notification methods (email, messengers, SMS, etc)
English

@AndrzejBol Haven't seen it before, and this looks really interesting! Gonna check it out
English

@StasYakhnenko Convey is awesome convey-stack.github.io/documentation/…
English

@AndIreGiu Thanks a lot for such words!
Regarding FastEndpoints, it's a third party library that allows you to define endpoints in a real atomic way: fast-endpoints.com
English

@StasYakhnenko I voted for minimal api, but why missed grpc? Sorry what Is fastendpoints? Thanks for your fantastic share of knowledge...you rock!
English

@pabloguerracol That's a third-party library that allows you to define endpoints in a real atomic way:
fast-endpoints.com
English

@StasYakhnenko FastEndpoints? What’s that pls? Sounds interesting.
English

@_Danishhere Agree 👍
Though Minimal APIs are easy and fast too, what do you think about it?
English

@hanif2253 That sounds reasonable, which criteria would make you choose minimal API or controllers approach?
English

@ScottArbeit @_dotnetbot_ Fair enough
What about using Minimal APIs in F#, did you try it and what was the experience?
English









