Bookmarks tagged with #devops.
Show all
Show all
Infrastructure overview
MangaDex is bigger than you think. No, really. People are often surprised (and/or sneer) at the complexity of some of the technical details we mention, but we do not engage in complexity for fun's sake.
Saved
on: 2021-09-07
SRE Books
Can a system be considered truly reliable if it isn't fundamentally secure? Or can it be considered secure if it's unreliable? Security is crucial to the design and operation of scalable systems in production, as it plays an important part in product quality, performance, and availability.
Tags:
#devops
Saved
on: 2020-04-09
What tools do you use to push your code changes live?
At the moment I'm SSHing into a server and literally typing git pull. Ok for one site but when you're managing hundreds of tiny ones...
Saved
on: 2020-02-20
How to Use Ansible to Install and Set Up LAMP on Ubuntu 18.04 | DigitalOcea
Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments.
Saved
on: 2019-12-18
Cloud native, container-ready PHP
PHP is the language that everyone loves to hate. It was the first language many of us used to build web apps (including myself!), but it’s fallen out of favors with developers.
Saved
on: 2019-07-25
Do-nothing scripting: the key to gradual automation
Every ops team has some manual procedures that they haven’t gotten around to automating yet. Toil can never be totally eliminated.
Tags:
#devops
Saved
on: 2019-07-22
How we built a serverless architecture with AWS
Our customers go serverless for live locations with HyperTrack. They use us as a managed service for live locations. They do not need to build and manage the servers to ingest, process, store, provision and manage anything related to the live location of their app users.
Saved
on: 2019-07-11
Continuous Integration (CI) Explained
Continuous integration enables iterative software development, reduces risks from defects and makes developers highly productive. Continuous integration (CI) is a software development practice in which developers merge their changes to the main branch many times per day.
Saved
on: 2019-07-05
Do you have a PHP-based site or product? And is the code open sourced somew
Disclaimer: I'm a self-taught old-school Web dude who got into this back in 1994 after the IMG tag was added to the HTML spec. I'm good with PHP, Jav
Saved
on: 2019-05-29
Infrastructure as Code, Part One
Let's say you've developed a new feature and you want to release it. You've avoided all the typical pitfalls when it comes to making a new release and you've done everything as you were meant to. It's not a Friday, it's not 5 pm, and so on.
Saved
on: 2019-04-13
Microservices, Containers and Kubernetes in 10 minutes
This blog post has been updated as of 01/25/2021. What is a microservice? Should you be using microservices? How are microservices related to containers and Kubernetes? If these things keep coming up in your day-to-day and you need an overview in 10 minutes, this blog post is for you.
Saved
on: 2019-03-07
A Beginner's Guide to Scaling to 11 Million+ Users on Amazon's AWS
How do you scale a system from one user to more than 11 million users? Joel Williams, Amazon Web Services Solutions Architect, gives an excellent talk on just that subject: AWS re:Invent 2015 Scaling Up to Your First 10 Million Users.
Saved
on: 2018-12-26
5 Lessons Learned From Writing Over 300,000 Lines of Infrastructure Code
This October, I gave a talk at HashiConf 2018 where I shared 5 key lessons we learned at Gruntwork while creating and maintaining a library of over 300,000 lines of infrastructure code that’s used in production by hundreds of companies.
Tags:
#devops
Saved
on: 2018-11-27
Video Recordings from HashiConf 2018: Keynotes and Breakout Sessions
HashiCorp uses data collected by cookies and JavaScript libraries to improve your browsing experience, analyze site traffic, and increase the overall performance of our site. By using our website, you’re agreeing to our Privacy Policy and Cookie Policy.
Saved
on: 2018-11-21
Configuring PHP-FPM For High Network Traffic - DEV Community ????
Maintaining a constant response time on a server with high network traffic while using PHP is probably the hardest & most annoying thing I've done in my career. Switching from Apache to Nginx was a huge performance upgrade...
Saved
on: 2018-09-11
Forced Evolution: Shopify's Journey to Kubernetes
Niko Kurtti talks about the challenges Shopify saw in moving from a traditional host-based infrastructure to a cloud native one, moving not only their core app to Kubernetes but also hundreds of other apps at the same time.
Saved
on: 2018-08-24
hobby-kube/guide
This guide answers the question of how to setup and operate a fully functional, secure Kubernetes cluster on a cloud provider such as Hetzner Cloud, DigitalOcean or Scaleway.
Saved
on: 2018-05-12
What's your tech stack?
It got me wondering what other peoples' stacks look like. Here's pretty much what our tech stack is where I currently work. What's your tech stack look like?
Saved
on: 2018-04-27
Build a serverless multi-region, active-active backend solution in an hour
This solution is built using DynamoDB Global Tables, AWS Lambda, regional API Gateway, and Route53 routing policies. Learn more! In the previous posts, we explored availability and reliability and the needs and means of building a multi-region, active-active architecture on AWS.
Saved
on: 2018-04-27
How Atlassian moved Jira and Confluence users to Amazon Web Services, and w
Saved
on: 2018-03-12
Monitor server with CollectD, InfluxDB and Grafana - Nguyen Sy Thanh Son
Saved
on: 2017-12-06
New- Introducing AWS CodeStar – Quickly Develop, Build, and Deploy Applications on AWS
It wasn’t too long ago that I was on a development team working toward completing a software project by a release deadline and facing the challenges most software teams face today in developing applications.
Saved
on: 2017-04-19
How to set up your Laravel application for zero-downtime (Envoyer/Capistran
If you've ever worked with Capistrano or Envoyer, you've probably seen a directory structure in your webroot that looks something like this: root root 4096 Mar 29 18:44 . root root 4096 Mar 28 14:15 .. root root 47 Mar 29 14:54 current -> .
Saved
on: 2017-03-31
explainshell.com - match command-line arguments to their help text
explainshell.
Saved
on: 2017-03-30
5 simple ways to troubleshoot using Strace
I keep being surprised how few people are aware of all the things they can use strace for. It's always one of the first debug tools I pull out, because it's usually available on the Linux systems I run, and it can be used to troubleshoot such a wide variety of problems.
Saved
on: 2017-03-21
donnemartin/system-design-primer
Help translate this guide! Learn how to design large-scale systems.
Saved
on: 2017-03-09
Blog
Introducing memos: stick private notes on your email Add a memo to an email to jot down private notes — remind yourself of tasks, record when you paid a bill, capture notes from a side conversation, or anything else! Neil Jenkins Chief Product Officer Productivity tips Introducing passkey support
Saved
on: 2017-01-18
How we ended up with microservices.
Microservices are a thing these days. When I was at SoundCloud, I was responsible for the migration from a monolithic Ruby on Rails application to a constellation of microservices.
Saved
on: 2015-09-10