- Docker Training Course for the Absolute Beginner
- Kustomize
- AZ-104: Microsoft Azure Administrator
- HashiCorp Certified: Consul Associate Certification
- Slides-Objective-2-Deploy-a-Single-Datacenter.pdf
// npm install δΉεε δ½Ώη¨ | |
// serve-with-gojs/build-with-gojs | |
// ε―Ή node_module δΈηΈε ³ηζδ»ΆθΏθ‘ε€η | |
// ε»ι€εΌζΊηζ¬η gojs θͺεΈ¦ηζ°΄ε° | |
const fs = require('fs') | |
const path = require('path') | |
const file_js = path.join(__dirname, './node_modules/gojs/release/go.js') | |
const file_mjs = path.join(__dirname, './node_modules/gojs/release/go.mjs') | |
const file_module = path.join(__dirname, './node_modules/gojs/release/go-module.js') |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
There are four Kubernetes certifications:
This is an example of a collapsible drag and drop tree implementing slightly modified code from https://gist.github.com/robschmuecker/7880033
This is posted in order to demonstrate a viable answer for a Stack Overflow question http://stackoverflow.com/questions/20539922/has-anyone-produced-a-virtualised-javascript-tree-for-thousands-of-nodes
The only difference between this gist and the one referenced above is that the JSON file has changed. Each node contains 15 children and the depth is 4. Hence over 50,000 nodes.
The performance is fine if not too many of the nodes are present at once in the DOM. The JSON was contructed at http://www.json-generator.com/ with the following markup
The following document is intended to be a quick guide to getting you setup for doing local development with Chef. This guide was created on my MacBook, but should work fine with Linux, and Windows workstations as well.
- Workstation - A workstation is a computer that is configured to run various Chef command-line tools that synchronize with a chef-repo, author cookbooks, interact with the Chef server, interact with nodes, or applications like Chef Delivery
- Node - A node is any machineβphysical, virtual, cloud, network device, etc.βthat is under management by Chef.
- Chef Server- The Chef server acts as a hub for configuration data. The Chef server stores cookbooks, the policies that are applied to nodes, and metadata that describes each registered
<div class="container"> | |
<div class="row"> | |
<div class="col-12 pt-4 pb-1 text-center"> | |
<h2 class="text-primary">svg icon collection</h2> | |
</div> | |
<div class="col-12 pb-3"> | |
<div class="form-control text-center"> | |
<input id="search-icon" class="col-12" type="text" value=""> | |
</div> |
<!--Pattern HTML--> | |
<div id="pattern" class="pattern"> | |
<!--Begin Pattern HTML--> | |
<button class="menu-link">Menu <span>▼</span></button> | |
<nav id="menu" class="menu" role="navigation"> | |
<ul class="level-1"> | |
<!--Parent #1--> | |
<li class="has-subnav"> | |
<a href="#">Parent #1</a> | |
<ul class="level-2"> |