Five Stages of AI Adoption
Denial is the first hurdle to a brighter future with AI. The real work is changing, not disappearing. Learn what new meta-skills — like problem framing and strategic curation — will define top engineers.
I write mostly about interesting problems I solve to spread the knowledge and help others. My articles on Medium were viewed over 310,678 times so far.
Denial is the first hurdle to a brighter future with AI. The real work is changing, not disappearing. Learn what new meta-skills — like problem framing and strategic curation — will define top engineers.
A notorious performance bottleneck. But it can be solved.
For the cases when you screw up schema design.
Learn about the latest updates to my most popular GitHub project.
Learn how to deploy beta.api.example.com from a different AWS account that doesn't own the example.com domain.
TL;DR; Implement parallel pagination from both ends instead of a sequential one.
The most obvious way would be to use webpack and do tree shaking. But I'm not a fan of that approach. It's cumbersome to set up and has significant dev effort, especially when you face issues with…