LeetCode is dead.
Developers don't write code line-by-line anymore. They orchestrate AI agents working in parallel, review AI-generated code, and make architectural decisions.
That's the job now.
But most interview processes haven't caught up. They still test algorithm memorization instead of AI fluency, code review, and judgment.
We're building assessments for next-gen hiring that mirror how developers actually work. Here's how we think about it:
How are you unit testing your AWS Lambda functions?
Not integration tests. Not localstack. Just fast, isolated, runs in CI without credentials.
Genuinely curious what people are doing out there.
My personality type:
โ Will spend 4 hours automating a 10-minute task
โ Has strong opinions about folder structure
โ Thinks in event-driven architecture
โ Currently writing a serverless ebook nobody asked for
Any other engineers like this? ๐
Unpopular opinion: most apps don't need Kubernetes.
A well-designed serverless architecture would do the job at 10% of the cost and 20% of the complexity.
Change my mind. ๐
I'm currently building a NFL Draft community tool.
If you like the draft, wants to give your opinions about a prospect, or is just curious, check it out: https://t.co/RfNQG55beF
Deploying AWS Lambda is easy. Keeping it reliable in production? That's the hard part.
๐ "From Zero to Production with AWS Lambda" covers execution model, observability, security, CI/CD, and cost optimization โ everything day-one tutorials skip.
Interested? Get the ebook for free on https://t.co/FYdQBOOgrs
#Serverless
New ๐ Release! From Zero to Production with AWS Lambda: A Technical Guide for Building Production-Ready Serverless Applications by Lucas Brogni
Most tutorials about AWS Lambda stop at simple examples. Real-world systems are much more complex.
From Zero to Production with AWS Lambda is a practical guide for developers who want to move beyond โHello Worldโ and build reliable serverless systems that actually run in production.
Find it on Leanpub!
#books #ebooks #newreleases #aws