Maxim Zhukov (@maximzhukov_dev) 's Twitter Profile
Maxim Zhukov

@maximzhukov_dev

Full Stack Developer

ID: 1053357073

linkhttp://fsou1.github.io calendar_today01-01-2013 19:43:58

146 Tweet

24 Followers

28 Following

Konrad Kokosa (@konradkokosa) 's Twitter Profile Photo

A free poster about .NET memory, in high-res - ideal for printing and hanging on the wall! You can get it from prodotnetmemory.com - as promised, published altogether with the book:)

A free poster about <a href="/dotnet/">.NET</a> memory, in high-res - ideal for printing and hanging on the wall! You can get it from prodotnetmemory.com - as promised, published altogether with the book:)
Maxim Zhukov (@maximzhukov_dev) 's Twitter Profile Photo

Do you know that on 64-bit platforms GC doesn't allow to allocate objects which size is larger than 2 gigabytes? gcAllowVeryLargeObjects element makes it possible.

Maxim Zhukov (@maximzhukov_dev) 's Twitter Profile Photo

📫 Just updated the blog and published Angular 8 - Role-based authorization tutorial #angular #frontend #development fsou1.github.io/2020/02/24/Ang…

📫 Just updated the blog and published Angular 8 - Role-based authorization tutorial #angular #frontend #development
fsou1.github.io/2020/02/24/Ang…
Maxim Zhukov (@maximzhukov_dev) 's Twitter Profile Photo

Did you know that const enums are inlined and completely removed from during compilation? typescriptlang.org/play?#code/PQK…