IPv6 for the remotely interested

I’ve known about IPv6 for the last two decades or so, but I’ve never gone beyond “an overengineered solution to the IPv4 address space problem”. IPv6 was even presented as “every atom could get its own IP address, no IP address shortages anymore”, but I didn’t know…

I’m writing a book

I’m writing a book titled Street Coder for beginner and medium-level programmers. It’s got released recently as part of Manning Early……

Transitioning to Nullable References

So you plan on switching to .NET Core 3.0 but you’re not sure if you also want to make use of the new feature called “nullable references”. Yes, it is a great feature in terms of preventing bugs and crashes so you should be using it, but how should you approach switching to it?…