DevOps drawer
@DevOps101
396
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
396 subscribers
DevOps drawer
http://www.xkyle.com/the-evolution-of-distributed-systems-management/
Xkyle
The Evolution of Distributed Systems Management - Postmodern Sysadmin
Let’s survey the past and present of how we manage distributed systems, and
then maybe try to predict the future. For this survey I’ll look at a few …
DevOps drawer
https://crate.io/a/rise-distributed-sql-database/
CrateDB
The Rise of the Distributed SQL Database | CrateDB
The pace of technological advancement is fast. This is especially true when it comes to the technologies that underpin websites web applications. What was common practice 20,...
DevOps drawer
https://jakearchibald.com/2018/third-party-css-is-not-safe/
Jakearchibald
Third party CSS is not safe
A few days ago there was a lot of chatter about a 'keylogger' built in CSS.
DevOps drawer
https://blog.zoph.me/cloud/Athena-ALB-ELB-Analysis/
zoph.me
Cloudy Minds
Passionate about solving large and complex problems with simple automation.
DevOps drawer
https://github.com/buger/goreplay
#tools
#http
#load
#testing
GitHub
GitHub - buger/goreplay: GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment…
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence...
DevOps drawer
https://github.com/fullstorydev/grpcurl
#tools
#curl
#gRPC
GitHub
GitHub - fullstorydev/grpcurl: Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers - fullstorydev/grpcurl
DevOps drawer
https://github.com/hslatman/awesome-threat-intelligence
#infosec
#resources
GitHub
GitHub - hslatman/awesome-threat-intelligence: A curated list of Awesome Threat Intelligence resources
A curated list of Awesome Threat Intelligence resources - hslatman/awesome-threat-intelligence
DevOps drawer
https://www.ostechnix.com/test-your-bash-skills-by-playing-command-line-games/
OSTechNix
Test Your BASH Skills By Playing Command Line Games - OSTechNix
This guide explains how to test your BASH skills by playing command line games. These games help you to learn and practice Linux commands.
DevOps drawer
https://www.bleepingcomputer.com/news/security/anyrun-an-interactive-malware-analysis-tool-is-now-open-to-the-public
BleepingComputer
Any.Run - An Interactive Malware Analysis Tool - Is Now Open To The Public
Yesterday, the interactive malware analysis sandbox service called Any.Run announced that their free community version is open to the public. This allows anyone to register an account and to interactively analyze a particular file in real time.
DevOps drawer
https://opensource.com/article/18/2/getting-to-done-agile-linux-command-line
Opensource.com
'Getting to Done' on the Linux command line
Learn how to get yourself organized with these four ways to track your to-dos from the command line.
DevOps drawer
https://thehackernews.com/2018/03/ddos-attack-memcached.html
The Hacker News
1.7 Tbps DDoS Attack — Memcached UDP Reflections Set New Record
Hackers hit more websites with record-breaking largest amplification DDoS attack of 1.7 Tbps using misconfigured Memcached UDP servers.
DevOps drawer
https://sdtimes.com/webdev/10-books-every-web-developer-read-increase-software-iq/
SD Times
10 books every web developer should read to increase their software IQ - SD Times
The following however, are books that if you have not yet read them, will have the most significant impact on your software IQ.
DevOps drawer
http://techprehension.com/2018/01/21/10-must-read-books-for-every-micro-services-and-cloud-native-professional/
DevOps drawer
https://thenextweb.com/dd/2015/11/26/11-great-resources-to-learn-and-work-in-python/
The Next Web
11 great resources to learn and work in Python
Python is one of our favorite languages. Versatile, and yet easy to grasp, it’s one of the best languages at expressing the logic behind code.
DevOps drawer
https://medium.com/containercamp/35-people-in-container-tech-you-should-be-following-5300bd4766a0
Medium
36 people in container tech you should be following
Last year to celebrate International Women’s Day we published a list of some of the most exciting engineers, community leaders, managers…
DevOps drawer
https://haydenjames.io/50-top-server-monitoring-application-performance-monitoring-apm-solutions/
Linux Systems Analyst | Hayden James
50 Top Observability and Monitoring Solutions - 2023
100 Server and Application Performance Monitoring (APM) Tools. Appdynamics, CA Technologies, DataDog, Instrumental, Panopta, Sematext, SolarWinds.
DevOps drawer
https://keiran.scot/2018/03/02/building-a-todo-api-with-golang-and-kubernetes-part-1-introduction/
keiran.scot
Building a ToDo API with Golang and Kubernetes! – Part 1 – Introduction
Hi Folks,
Welcome to another tutorial series on building cloud native applications. In this series you will learn how to use
golang and MongoDB (mgo) to build a cloud native API microservice using golang and deploying it to a Kubernetes Cluster with your…
DevOps drawer
https://keiran.scot/2018/03/04/building-todo-api-golang-kubernetes-part-2-crud/
Keiran.SCOT
Building a ToDo API with Golang and Kubernetes! – Part 2 – CRUD - Keiran.SCOT
Hi and welcome to Part 2 of Building a ToDo API with Golang and Kubernetes! In part 1 we learned what we were going to build and how to use mux to route an HTTP Request to a Handler function. In this part we will learn how to build our endpoints for CRUD(Create…
DevOps drawer
https://read.acloud.guru/comparing-aws-lambda-performance-of-node-js-python-java-c-and-go-29c1163c2581
A Cloud Guru
ACG Blogs: Cloud Technology Updates and More | A Cloud Guru
Stay up to date on what's happening in technology, industry insights, technical skills development and all things cloud learning, and cloud certifications.
DevOps drawer
https://sanderknape.com/2018/02/comparing-aws-sam-with-serverless-framework/
DevOps drawer
https://testdriven.io/concurrent-web-scraping-with-selenium-grid-and-docker-swarm
testdriven.io
Concurrent Web Scraping with Selenium Grid and Docker Swarm
This post details how to run a Python and Selenium-based web scraper in parallel with Selenium Grid and Docker Swarm.