Martin Lechner (@m4nl5r) 's Twitter Profile
Martin Lechner

@m4nl5r

Platform Engineering at Personio —
Ex-Twitter
[email protected]

ID: 2758312930

linkhttp://www.lechner.work calendar_today01-09-2014 15:27:25

6,6K Tweet

809 Followers

443 Following

React Summit (@reactsummit) 's Twitter Profile Photo

The talk by Daniel Bolívar, Cozycore Lead Engineer, will be a story of how 💻#Personio went from rendering through a Monolithic PHP architecture, to a #microfrontend oriented #NextJS app, powered by Module Federation & the #NX monorepo toolchain.

Felix Müller (@fmueller_bln) 's Twitter Profile Photo

Ok, got it: AI, LLMs, Generative AI, Spatial Computing, and whatnot. Fancy, fancy. But we still don’t write enough automated tests. We still don’t adhere to scientific insights that delivery speed and quality are a duo.

Austen Allred (@austen) 's Twitter Profile Photo

"Don't learn to code. Soon GUIs will do it all for you." - 1985 "Don't learn to code. Soon that will all be done offshore for pennies." - 2003 "Don't learn to code. Soon nocode tools will do it all for you." - 2015 "Don't learn to code. Soon AI will do it all for you." - 2023

Mark Cuban (@mcuban) 's Twitter Profile Photo

Way to talk in generalities Joe. Not saying there aren't a lot of fucked up things about pharma. That's why we created Costplusdrugs.com. But to ignore that the same industry has saved who knows how many lives is bullshit and you know it. It's also disrespectful to all

Gergely Orosz (@gergelyorosz) 's Twitter Profile Photo

Any responsible CTO should now assign a much higher risk to Google shutting down GCP than to Amazon doing this with AWS, Microsoft with Azure, or Oracle with OCI. Google made ~$180M selling Google Domains, but the damage to its cloud business will be much, much bigger, IMO.

Philipp Garbe (@pgarbe) 's Twitter Profile Photo

I shared my personal approach to developing TypeScript lambdas using CDK in my latest blog post: garbe.io/blog/2023/06/2…

Daniel Bolívar (@ddanielbee) 's Twitter Profile Photo

My recent talk about Personio's FE evolution and how we landed on the current system at React Summit has been published for general access! Watch it here => portal.gitnation.org/contents/feder…

Martin Lechner (@m4nl5r) 's Twitter Profile Photo

I’m not buying at shops who don’t have any easy checkout function anymore. Why do I need to enter all my data when this is at PayPal or Amazon Pay or Apple Pay anyways stored? Why the f… would I want an account at <insert random Webshop>

Proton (@protonprivacy) 's Twitter Profile Photo

Did you know that #WhatsApp shares its metadata with #Meta? While your messages are encrypted and secure, #Meta knows your location, who you’re communicating with, at what time, how often, and from which device. We recommend using @Signalapp or another #privacy-first alternative

Did you know that #WhatsApp shares its metadata with #Meta? While your messages are encrypted and secure, #Meta knows your location, who you’re communicating with, at what time, how often, and from which device.

We recommend using @Signalapp or another #privacy-first alternative
German AWS Community (@awscommunityde) 's Twitter Profile Photo

🚀 Ready for a deep dive into CDK with Andreas Sieferlinger? 🌐 Explore the tradeoffs in developing CDK constructs and libraries, and uncover the best options for your projects! 💡🛠️ Don't miss out on this invaluable insight. Let's level up our CDK game! 👨‍💻👩‍💻 #AWSCommunityDayDACH

Martin Lechner (@m4nl5r) 's Twitter Profile Photo

I once messed up some KPI calculation by sorting an array. Turns out that the ordering mattered because the api respond array needed to have the same ordering of objects as the input. Of course there was no test for this 😅 The bug was only discovered months later.