How to break the “senior engineer” career ceiling

Have you been stuck at “senior engineer” and not sure how to get to the next level? e.g. a principal or staff engineer.

Here’s my advice – start maximizing your impact, not your output.

Be warned, the principal engineer role is not for everyone.

Check-list for going live with API Gateway and Lambda

Disclaimer: this is a long list, you don’t need to tick every box to go-live. Think of them as a ladder, the more critical a system the higher you should try and climb. Observability Enable detailed monitoring to get per-method metrics (e.g. latency for GET /index). Without this, CloudWatch only reports aggregated metrics for all …

Check-list for going live with API Gateway and Lambda Read More »

Weekly update 36

Hello, welcome to another weekly update! I’m trying out a new format to do this via video, hope you enjoy it :-) Links Patreon: https://www.patreon.com/theburningmonk Consulting services: https://theburningmonk.com/hire-me New posts The why, when, how of API Gateway service proxies Where does SLS plugin stops and platform starts My advice to junior developers Open source updates …

Weekly update 36 Read More »

Where Serverless plugin stops and platform starts

I’m a long-time user of the Serverless framework and a big fan of its plugin system. It offers tremendous flexibility and there exists a rich ecosystem of community-driven plugins. It’s easily the Serverless framework’s greatest strength and the reason why I keep going back to it. However, I have observed a common pattern where customers …

Where Serverless plugin stops and platform starts Read More »

Weekly update 35

Hi, welcome to another weekly update! Let’s work together in 2020 Are you still on the fence about serverless and need strategic guidance on how best to safely introduce serverless to your organization and reap its benefits? Are your engineers lacking experiences with AWS and serverless and you need help upskilling the teams? Or maybe …

Weekly update 35 Read More »

The API Gateway security risk you need to pay attention to

When you deploy an API to API Gateway, throttling is enabled by default in the stage configurations. By default, every method inherits its throttling settings from the stage. Having built-in throttling enabled by default is great. However, the default method limits – 10k req/s with a burst of 5000 concurrent requests – matches your account …

The API Gateway security risk you need to pay attention to Read More »

All you need to know about caching for serverless applications

Caching is still important for serverless architectures. Just because AWS Lambda auto-scales by traffic, it doesn’t mean we can forget about caching. In this post, let’s break down by caching is still relevant for serverless and where we can apply caching in a serverless architecture. Caching is still VERY relevant. Yes, Lambda auto-scales by traffic. …

All you need to know about caching for serverless applications Read More »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close