Learning General Programming:
Learning Code/Architecture:
| # Good Links | |
| http://www.yamllint.com/ | |
| https://youtu.be/02AA5JRFn5w | |
| ######################################### | |
| minikube | |
| ######################################### | |
| minikube start | |
| minikube status | |
| minikube stop |
| package main | |
| import ( | |
| "flag" | |
| "io" | |
| "log" | |
| "net" | |
| "net/http" | |
| "strings" | |
| ) |
Learning General Programming:
Learning Code/Architecture:
| Lesson 1 - Iterations | |
| - BinaryGap - https://codility.com/demo/results/trainingU2FQPQ-7Y4/ | |
| Lesson 2 - Arrays | |
| - OddOccurrencesInArray - https://codility.com/demo/results/trainingFN5RVT-XQ4/ | |
| - CyclicRotation - https://codility.com/demo/results/trainingSH2W5R-RP5/ | |
| Lesson 3 - Time Complexity | |
| - FrogJmp - https://codility.com/demo/results/training6KKWUD-BXJ/ | |
| - PermMissingElem - https://codility.com/demo/results/training58W4YJ-VHA/ |
| <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet"> | |
| <div class="main"> | |
| <my-app>Loading...</my-app> | |
| </div> |