You don't need network boundaries for good architecture. Split monolith into modules with an interface
If you want a prototype fast, don't you use an LLM? And if you do, why start with a simpler framework?
From my experience. There is a reason why youngest developers are more productive. They accept everything Agent suggests. They don't understand or care. They rely on your review of the Agent output from prompt they…
Honestly, that is way too much for a junior. I'd side-eye that list as senior .NET dev full stack. You're asking one person to do frontend/js/css, backend/databases/Redis/MQ, and Python with all that math behind…
That resonates me. When I was in high school, I lied to girls about what I was planning to major in just so I wouldn't sound like some antisocial nerd. Nobody back then thought coding was cool. It was just the thing the…
>> Nil and partially constructed structs C# has "nullable reference types" and "required" keyword for that
RTO - Return to Office
Don't call them rockstars - call them "resume-driven developers." We had one on our team in the past. A bunch of microservices built on an in-house RPC framework he wrote, RabbitMQ, half-baked "monads" in an OOP…
[flagged]
Don't forget NPM packages Mocha and Chai (Pee and Tea)
MIT license: https://github.com/dotnet/roslyn
No. See https://stackoverflow.com/questions/1732348/regex-match-open...
And "Search by picture"
Right, fixed such test today
And standard library design errors also. Properly designed date/time API invented relatively recently. System.DateTime (.NET) - 2002 | System.DateTimeOffset - 2005 Joda time (JVM) - 2005 | java.time - 2014 Temporal…
Thank you for that kind of words. It's so rare nowadays. While i agree with technology, art (painters, literature), dance (ballet), i didn't think Russia brings much to the worlds of music. Curious what is in you iTunes…
And the greatest Russian rock singer was Korean. https://en.wikipedia.org/wiki/Viktor_Tsoi
>> No, https://twitter.com/ is probably not blocked in Russia >> No, https://www.instagram.com/ is probably not blocked in Russia Seems like its not working at all.
Similar trick for JSON-based web API's that returns either error message or result async fetchApi<TResult = void>(request: Request): Promise<TResult> { type SuccessfulApiResponse = { Succeeded: true; Result: TResult }…
Use System.Threading.Channels. BoundedChannelFullMode.DropNewest, DropOldest, DropWrite, Wait specifies the behavior to use when writing to a bounded channel that is already full
You don't need network boundaries for good architecture. Split monolith into modules with an interface
If you want a prototype fast, don't you use an LLM? And if you do, why start with a simpler framework?
From my experience. There is a reason why youngest developers are more productive. They accept everything Agent suggests. They don't understand or care. They rely on your review of the Agent output from prompt they…
Honestly, that is way too much for a junior. I'd side-eye that list as senior .NET dev full stack. You're asking one person to do frontend/js/css, backend/databases/Redis/MQ, and Python with all that math behind…
That resonates me. When I was in high school, I lied to girls about what I was planning to major in just so I wouldn't sound like some antisocial nerd. Nobody back then thought coding was cool. It was just the thing the…
>> Nil and partially constructed structs C# has "nullable reference types" and "required" keyword for that
RTO - Return to Office
Don't call them rockstars - call them "resume-driven developers." We had one on our team in the past. A bunch of microservices built on an in-house RPC framework he wrote, RabbitMQ, half-baked "monads" in an OOP…
[flagged]
Don't forget NPM packages Mocha and Chai (Pee and Tea)
MIT license: https://github.com/dotnet/roslyn
No. See https://stackoverflow.com/questions/1732348/regex-match-open...
And "Search by picture"
Right, fixed such test today
And standard library design errors also. Properly designed date/time API invented relatively recently. System.DateTime (.NET) - 2002 | System.DateTimeOffset - 2005 Joda time (JVM) - 2005 | java.time - 2014 Temporal…
Thank you for that kind of words. It's so rare nowadays. While i agree with technology, art (painters, literature), dance (ballet), i didn't think Russia brings much to the worlds of music. Curious what is in you iTunes…
And the greatest Russian rock singer was Korean. https://en.wikipedia.org/wiki/Viktor_Tsoi
>> No, https://twitter.com/ is probably not blocked in Russia >> No, https://www.instagram.com/ is probably not blocked in Russia Seems like its not working at all.
Similar trick for JSON-based web API's that returns either error message or result async fetchApi<TResult = void>(request: Request): Promise<TResult> { type SuccessfulApiResponse = { Succeeded: true; Result: TResult }…
Use System.Threading.Channels. BoundedChannelFullMode.DropNewest, DropOldest, DropWrite, Wait specifies the behavior to use when writing to a bounded channel that is already full