This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.youtube.com/watch?v=3xwxlHqrLsE | |
| https://juristr.com/blog/2017/10/demystify-dynamic-angular-forms/ | |
| https://itnext.io/dynamic-forms-in-angular-the-pattern-beyond-the-buzz-da12f560b0d4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/isaacs/62a2d1825d04437c6f08 | |
| https://www.gnu.org/software/make/manual/make.html | |
| https://www.computerhope.com/unix/bash/test.htm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Hello, and welcome to makefile basics. | |
| # | |
| # You will learn why `make` is so great, and why, despite its "weird" syntax, | |
| # it is actually a highly expressive, efficient, and powerful way to build | |
| # programs. | |
| # | |
| # Once you're done here, go to | |
| # http://www.gnu.org/software/make/manual/make.html | |
| # to learn SOOOO much more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| webpack: | |
| https://webpack.js.org/concepts/ | |
| babel: | |
| https://babeljs.io/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/trimstray/nginx-quick-reference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Frameworks: | |
| https://expressjs.com/ | |
| http://v4.loopback.io | |
| Loopback 4: | |
| video: https://www.youtube.com/watch?v=POtuWwqDB_E | |
| Mern Stack: | |
| https://www.youtube.com/watch?v=5yTazHkDR4o&list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE&index=2 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source maps: | |
| https://scotch.io/tutorials/debug-javascript-in-production-with-source-maps | |
| https://www.youtube.com/watch?v=dOU4FBNVnl8 | |
| https://itnext.io/using-sourcemaps-on-production-without-revealing-the-source-code-%EF%B8%8F-d41e78e20c89 | |
| redux: | |
| https://github.com/reduxjs/react-redux | |
| https://redux.js.org/ | |
| https://redux-starter-kit.js.org/ | |
| https://github.com/reduxjs/react-redux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://medium.com/@mo_keefe/a-kubernetes-development-workflow-for-macos-8c41669a4518 | |
| https://skaffold.dev/ | |
| https://github.com/kubernetes-sigs/kustomize | |
| https://github.com/wagoodman/dive | |
| https://github.com/wercker/stern | |
| https://helm.sh/ | |
| https://medium.com/google-cloud/skaffold-and-kaniko-bringing-kubernetes-to-developers-a43914777af9 | |
| https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948/ | |
| https://github.com/GoogleContainerTools/distroless | |
| https://bazel.build/ |