top | item 12751602

Ask HN: How developing software has changed for you in the past years?

2 points| ivopetkov | 9 years ago

Hi, guys. What are the new technologies and concepts you've implemented in your workflow? Do you use containers, Git, HTTP2, SaaS, etc. ? I'm working on a presentation about the topic, and I would appreciate your help.

2 comments

order
[+] forrestbrazeal|9 years ago|reply
I work in a heavily AWS-centric organization, so I've been using a "serverless" stack for a couple of web applications in the last few months. API Gateway/Lambda/DynamoDB for the back end, CloudFront/s3 for the front end and Cognito for auth. We integrate and deploy continuously using some internal tooling built around git, Jenkins and CloudFormation. The combination of high scalability and low overhead cost has been fantastic.
[+] ivopetkov|9 years ago|reply
Thumbs up. I also use some AWS services, and the results are awesome.