Skip to content

Instantly share code, notes, and snippets.

View maikschneider's full-sized avatar
🚀

Maik Schneider maikschneider

🚀
View GitHub Profile
@martipoe
martipoe / learning.txt
Last active March 28, 2024 15:43
Learning Resources for Ops / Sysadmin / Devops
Devops:
- "The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win" https://itrevolution.com/product/the-phoenix-project/
- "The Unicorn Project: A Novel about Digital Disruption, Developers, and Overthrowing the Ancient Powerful Order" https://itrevolution.com/product/the-unicorn-project/
- "The DevOps Handbook. How to Create World-Class Agility, Reliability, & Security in Technology Organizations" https://itrevolution.com/product/the-devops-handbook-second-edition/
- "Accelerate: The Science Behind Devops: Building and Scaling High Performing Technology Organizations" https://itrevolution.com/product/accelerate/
- "Accelerate State of DevOps Report 2023" https://services.google.com/fh/files/misc/2023_final_report_sodr.pdf
- "Infrastructure as Code: Dynamic Systems for the Cloud Age" https://www.oreilly.com/library/view/infrastructure-as-code/9781098114664/
- "The Practice of System and Network Administration: Volume 1: DevOps and other Best Practices for Enterprise IT" ht
@spoonerWeb
spoonerWeb / README.md
Created April 29, 2020 14:20
TYPO3 Solr Search with AJAX and Middleware (TYPO3 >= 9.5, EXT:solr >= 10)

Solr search via AJAX and Middleware

How To

  • Add this code into your extension
  • Call your domain URL with the parameter ?ajaxsearch=1&q=<search-term>
  • Get JSON with all results based on your TS settings on root page
@JakeSidSmith
JakeSidSmith / css-icon-drag.css
Created November 11, 2016 13:05
A drag icon made with pure CSS
// https://jsfiddle.net/7Ldmmrjd/2/
span {
display: inline-block;
width: 16px;
height: 8px;
}
span,
span::before {