Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 4, 2020
1 parent 2824a8f commit 41b00b1
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 49 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[travis-image]: https://travis-ci.org/niqdev/devops.svg?branch=master
[travis-url]: https://travis-ci.org/niqdev/devops

A collection of Docker and Vagrant images, scripts and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.
A collection of resources, scripts, docker images, tools and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.

* [Linux](https://niqdev.github.io/devops/linux)
* [Docker](https://niqdev.github.io/devops/docker)
Expand All @@ -20,7 +20,8 @@ A collection of Docker and Vagrant images, scripts and documentation mainly rela
* [Oozie](https://niqdev.github.io/devops/hadoop/#oozie)
* [Kubernetes](https://niqdev.github.io/devops/kubernetes)
* [System Design](https://niqdev.github.io/devops/system-design)
* [Other](https://niqdev.github.io/devops/other)
* [Other Resources](https://niqdev.github.io/devops/other-resources)
* [Toolbox](https://niqdev.github.io/devops/toolbox)

## Development

Expand Down
16 changes: 3 additions & 13 deletions dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ cat /mnt/var/lib/info/job-flow.json | jq

* command vs event api - use paste tense to name event

# download sources and javadocs
sbt updateClassifiers
# or add
withSources() withJavadoc()

---

* Avro **Avro** is a data serialization system
Expand Down Expand Up @@ -82,14 +77,6 @@ https://www.linode.com/docs/databases/hadoop/install-configure-run-spark-on-top-
# vagrant images
https://github.com/martinprobson/vagrant-hadoop-hive-spark

# Machine Learning
https://www.coursera.org/learn/machine-learning
https://developers.google.com/machine-learning/crash-course
# Introduction to Natural Language Processing (NLP)
https://blog.algorithmia.com/introduction-natural-language-processing-nlp
# Machine Learning University
https://www.amazon.science/latest-news/machine-learning-course-free-online-from-amazon-machine-learning-university

# back pressure
https://mechanical-sympathy.blogspot.com/2012/05/apply-back-pressure-when-overloaded.html

Expand Down Expand Up @@ -141,3 +128,6 @@ https://www.amazon.com/Compilers-Principles-Techniques-Tools-2nd-dp-0321486811/d
https://www.amazon.com/Structure-Interpretation-Computer-Programs-Engineering/dp/0262510871
https://www.amazon.com/Recursive-Programming-Techniques-Systems-programming/dp/0201144506
https://github.com/rui314/chibicc

* [Build OS in Rust](https://tc.gts3.org/cs3210/2020/spring/lab.html) and run it on Raspberry Pi 3 or [QEMU](https://www.qemu.org)
https://github.com/dariubs/GoBooks
3 changes: 0 additions & 3 deletions docs-todo/_go.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs-todo/_rust.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs-todo/_security.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs-todo/_todo.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DevOps

A collection of Docker and Vagrant images, scripts and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.
A collection of resources, scripts, docker images, tools and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.

* [Linux](linux.md)
* [Docker](docker.md)
Expand All @@ -11,6 +11,7 @@ A collection of Docker and Vagrant images, scripts and documentation mainly rela
* [Hadoop](hadoop.md)
* [Kubernetes](kubernetes.md)
* [System Design](system-design.md)
* [Other](other.md)
* [Other Resources](other-resources.md)
* [Toolbox](toolbox.md)
* [JVM](jvm.md) (OLD)
* [Scala](scala.md) (OLD)
18 changes: 18 additions & 0 deletions docs/other-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Other resources

## Machine Learning

* [Machine Learning](https://www.coursera.org/learn/machine-learning) (Course)
* [Machine Learning Crash Course](https://developers.google.com/machine-learning/crash-course) (Course)
* [Amazon's Machine Learning University](https://www.amazon.science/latest-news/machine-learning-course-free-online-from-amazon-machine-learning-university) (Course)
* [Machine Learning from Scratch](https://dafriedman97.github.io/mlbook/content/introduction.html)
* [What is Natural Language Processing?](https://blog.algorithmia.com/introduction-natural-language-processing-nlp)

## Random

* [AWS diagrams & notes](https://www.awsgeek.com)
* [Which programs are faster?](https://benchmarksgame-team.pages.debian.net/benchmarksgame)
* [Addison-Wesley Professional Computing Series](https://informit.com/series/professionalcomputing)
* [Autopilot Pattern Applications](http://autopilotpattern.io)

<br>
12 changes: 2 additions & 10 deletions docs/other.md → docs/toolbox.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# Other

## Random resources

* [AWS diagrams & notes](https://www.awsgeek.com)
* [Which programs are faster?](https://benchmarksgame-team.pages.debian.net/benchmarksgame)
* [Addison-Wesley Professional Computing Series](https://informit.com/series/professionalcomputing)
* [Autopilot Pattern Applications](http://autopilotpattern.io)

<br>
# Toolbox

## Online tools

Expand All @@ -20,6 +11,7 @@
* [JSON Generator](https://next.json-generator.com)
* [Mockaroo](https://www.mockaroo.com) - Realistic data generator
* [JSON store](http://myjson.com)
* [TextDB](https://textdb.dev) - A simple way to share small amounts of data
* [Beautify JavaScript or HTML](http://jsbeautifier.org)
* [devdocs](https://devdocs.io)

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ nav:
- Hadoop: hadoop.md
- Kubernetes: kubernetes.md
- System Design: system-design.md
- Other: other.md
- Other Resources: other-resources.md
- Toolbox: toolbox.md
- JVM (OLD): jvm.md
- Scala (OLD): scala.md

Expand Down

0 comments on commit 41b00b1

Please sign in to comment.