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?

#LegacyCode

Creating from Legacy Code – A Case Study of Porting Legacy Code from Exponential Audio – ADC 2025
https://www.youtube.com/watch?v=rjafXQwCz4w
#audiodev #coding #legacycode #programming
Creating from Legacy Code - A Case Study of Porting Legacy Code from Exponential Audio - ADC 2025

YouTube

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/

Win32 API still used in Windows development despite older code

Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.

NewsletterTF

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/

Win32 API still used in Windows development despite older code

Learn why the old Win32 API is still used in Windows programming today, even with newer options like .NET available.

NewsletterTF

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.

#mendercon #emilybach #legacycode

MenderCon 2026

A full day virtual event focused on modernizing and improving software systems. From the smallest apps, to the biggest enterprise monoliths.

Eventbrite
Creating from Legacy Code – A Case Study of Porting Legacy Code from Exponential Audio – ADC 2025
https://www.youtube.com/watch?v=rjafXQwCz4w
#audiodev #coding #legacycode #programming
Creating from Legacy Code - A Case Study of Porting Legacy Code from Exponential Audio - ADC 2025

YouTube
Creating from Legacy Code – A Case Study of Porting Legacy Code from Exponential Audio – ADC 2025
https://www.youtube.com/watch?v=rjafXQwCz4w
#audiodev #coding #legacycode #programming
Creating from Legacy Code - A Case Study of Porting Legacy Code from Exponential Audio - ADC 2025

YouTube

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.

#unittest #dotnet #legacycode