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
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
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
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