Is Heroku Still Relevant?

Salesforce bought Heroku in 2010. What have they done since then? To be fair, I started using Heroku in 2015, 5 years after Salesforce bought them. But the last time they updated their pricing was 2015, and the last new notable feature was 2015. What have they done in the last five years? This article is mostly sourced from Hacker…

A serverless meme maker: Memendous

Adding text to an image… how hard could it be? Turns out not that hard, but still quite complicated. Here‘s the story behind Memendous.com. Concepts used:AWS Lambda/API Gateway/S3A custom Lambda LayerServerless FrameworkPython 3.x with Pillow (for the backend Lambda)Vanilla JS/HTML for the front endAWS Amplify for hosting I‘ve been looking for more serverless projects to get under my belt, and…

Lambda Layers

AWS Lambda ships with some software packages pre-installed, depending on which language runtime you pick. But what if you need something else? Typically in a serverfull environment you would install the package (or add it to your Cloudformation/Terraform/etc scripts) and be done with it. But in Lambda your options are a bit more limited. You can‘t just install something and…

People Are Dying Now

As widely reported across the Internet, a woman has died as the result of a ransomware attack. I want to say that this drives home the importance of information security, but the reality is, this isn’t the first time someone’s life was ruined by security breaches. It might be the first time someone has died, but Stuxnet and Equifax and…

Stupid things that don’t work on an iPad with Cloud9

Long title, I know. Sorry. As I’ve mentioned in the past, my preferred computing device right now is an iPad Pro. That’s enabled by my favorite development environment, AWS Cloud9. A complete end-to-end dev environment in the cloud, accessed through a browser? It’s a dream come true! But not everything is sunshine and roses. While it works, it doesn’t always…

Azure Sentinel at a discount?

In the SIEM world, Azure Sentinel is very much a newcomer, but is already shaking up the enterprise-dominated space. Priced at about 10x cheaper than its competitors ($2.76 per GB), the tool massively undercuts every other product. In very non-Microsoft fashion, it also brings to the table some very cutting-edge features, like Jupyter Notebooks and bring-your-own machine learning (features that…

The Future of InfoSec

Recently I had a conversation with my team manager, and the conversation turned to “where do you see the future of security going?” It didn’t take much thought to come up with an answer: more analytics, more automation, fewer people. Let’s approach these one at a time. More Analytics Not everything can be reduced to raw numbers, but don’t tell…