Varailin poliisilta aikaa passien hankkimiseen perheelle.
...ajanvarausjärjestelmä ei huoli henkilötunnuksia joissa ei ole viimeisenä kirjainta. Kuinkahan monta vuotta näitä jo on jaettu?
Varailin poliisilta aikaa passien hankkimiseen perheelle.
...ajanvarausjärjestelmä ei huoli henkilötunnuksia joissa ei ole viimeisenä kirjainta. Kuinkahan monta vuotta näitä jo on jaettu?

The Enduring Grasp of Win32: A Fading Giant's Shadow
Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.
#Win32API, #WindowsDev, #Programming, #LegacyCode, #DotNet
https://newsletter.tf/win32-api-still-used-windows-development/
The old Win32 API is still a big part of Windows programming, even though newer tools like .NET exist. Many old programs and games still rely on it.
#Win32API, #WindowsDev, #Programming, #LegacyCode, #DotNet
https://newsletter.tf/win32-api-still-used-windows-development/
Tickets for MenderCon 2026 are now available!
https://www.eventbrite.com/e/mendercon-2026-tickets-1984960742013
It's "pay-what-you-want" so you can get a free ticket or give whatever you want to support the community. The Keynote speaker is non-other than Emily Bach! Her topic is Technical Coaching as a Career. More details:
https://mendercon.com/speakers/
Remaining speaker line-up will be announced soon-ish.


I have an older legacy project where integration tests isn't set up and would be quite complex to do, so using "unit tests" mechanics via substitutes and executed call checks - it works, but a bit cumbersome to write and maintain, but still loads better than manually testing complex import flows.