From bf095d66757aae23ebcba671f42efed8d2256323 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 12 Jul 2017 21:32:54 +0200 Subject: [PATCH] DevOps tool chest + maven / programming resources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 91900f2..5595878 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Phu Ha](http://blog.asg-service.net/post/continuous-integration-part-2-setup-a-jenkins-slave-docker-registry-jenkinsfile/) - Continuous Integration: Part 2 - Setup a Jenkins Slave, Docker Registry, and Jenkinsfile (Pipeline) * [Suzie Prince](https://www.gocd.org/2017/05/16/its-not-CI-its-CI-theatre/) - It's not CI, it's just CI Theatre * [Maxime Choffat](https://nalysdevopsmeetup.github.io/devops_meetup_slides/#/cover) - [Slides] Introduction to DevOps - presentation of first [Belgium DevOps Meetup](https://www.meetup.com/fr-FR/belgium-devops-meetup/) +* [XebiaLabs](https://xebialabs.com/the-ultimate-devops-tool-chest/) - The Ultimate DevOps Tool Chest ## Ansible * [Ansible](https://www.ansible.com/blog) - Ansible Blog @@ -453,6 +454,7 @@ I just want to centralize my findings and bookmarks in a central location, and s ## Maven * [Maven Docs](https://maven.apache.org/guides/mini/guide-encryption.html#How_to_keep_the_master_password_on_removable_drive) - How to keep the master password on removable drive +* [Lieven Doclo](https://dzone.com/articles/why-i-never-use-maven-release) - Why I Never Use the Maven Release Plugin ## Nexus * [Rafael Eyng](http://codeheaven.io/using-nexus-3-as-your-repository-part-1-maven-artifacts/) - Using Nexus 3 as Your Repository - Part 1: Maven Artifacts @@ -1103,6 +1105,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [OWASP Wiki](https://www.owasp.org/index.php/OWASP_Secure_Coding_Practices_-_Quick_Reference_Guide) - OWASP Secure coding practices * [Lars Kappert](https://webpro.github.io/programming-principles/) - Categorized overview of Programming Principles. [Sources](https://github.com/webpro/programming-principles) * [MorganGeek](PRINCIPLES.md) - some programming and life lessons, collected from various sources including myself +* [DigitalOcean](https://www.digitalocean.com/community/tutorials) - development and sysadmin tutorials. ## API * [Adam DuVander](https://www.programmableweb.com/news/top-10-api-worst-practices/2012/08/03) - Top 10 API Worst Practices @@ -1266,6 +1269,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Hugo Matilla](https://github.com/HugoMatilla/Effective-JAVA-Summary) - Summary of the book Effective Java 2nd Edition by Joshua Bloch * [John Hanley](http://www.javapractices.com/home/HomeAction.do) - Collected Java Practices * [Nick Parlante](http://codingbat.com/java) - CodingBat : practice your java skills +* [Lieven Doclo](https://dzone.com/articles/why-i-never-use-maven-release) - Why I Never Use the Maven Release Plugin ## JavaScript * [Ilse Garcia](https://dev.to/poleslayer/the-js-path-javascript-best-practices-pt-1) - The JS Path: JavaScript Best Practices Pt. 1 @@ -1328,6 +1332,8 @@ I just want to centralize my findings and bookmarks in a central location, and s * [MorganGeek](PRINCIPLES.md) - some programming and life lessons, collected from various sources including myself * [Bash One-Liners](http://www.bashoneliners.com/) - Bash one-liners, and best practices in Bash shell scripting * [Andrew Gallant](http://blog.burntsushi.net/ripgrep/) - ripgrep is faster than {grep, ag, git grep, ucg, pt, sift} +* [jq Docs](https://stedolan.github.io/jq/manual/) - online manual for jq (a lightweight and flexible command-line JSON processor) +* [Online syntax highlighting](https://tohtml.com/) - Online syntax highlighting for multiple languages ## Programmer humor * [CommitStrip](http://www.commitstrip.com/en) - daily life of developers