fail ๐ Apple Developer Account Enrollment fail The difficulties I bump into while enrolling in the Apple Developer program
fail Google disappointing for the first time Google huge fail while trying to signup for a developer account on their Play Console using 100% legit details, with legitimate, verifiable history.
analytics ๐ Top World Web Domains Stats Analysis and stats regarding dependencies, references and network information of the world's most visited web sites.
analytics Hack Attempts Stats Some stats on the latest hack attempts of my own server hosting various community online services.
review ๐ฌ Firefly Lane Review. So good. Firefly Lane took me down the Memory Lane. Painful but much welcome. "Love is only equal to the pain".
C# ๐ฎ Playing with C# `using` Re-wiring the C# `using` statement for some cool and helpful use-cases.
engineering ๐ Internal modules concrete encapsulation A neat way to hide the concrete implementation between internal modules.
engineering ๐๏ธ Friend Assemblies compromise for Software Engineering A practical way in .NET to encapsulate modules' internals, helping you drive a good-enough software architecture
code DDD - Database Driven Design DDD as in Database Driven Design, is way more popular than Domain Driven Design. ๐คฆโโ๏ธ But please stop doing it!
ideas Closures All things end eventually. In various ways: under our control, postponed for too long, outside of our control, too soon, too late, faster or slower. Closure is ideal but rare.
C# Task vs Thread difference in .NET The difference between Tasks and Threads in .NET. Plain and simple.
C# โ๏ธProperly Using HttpClient with C# in .NET Standard 2.0 The correct and proper way to use HttpClient with C# in .NET Standard 2.0 to avoid both socket exhaustion and DNS updates.