Skip to content

Instantly share code, notes, and snippets.

View Tahler's full-sized avatar

Tyler Berry Tahler

View GitHub Profile
This file has been truncated, but you can view the full file.
{
"configs": {
"routes": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump",
"dynamic_route_configs": [
{
"version_info": "2018-08-02T23:20:00Z",
"route_config": {
"name": "3000",
"virtual_hosts": [
This file has been truncated, but you can view the full file.
{
"configs": {
"routes": {
"@type": "type.googleapis.com/envoy.admin.v2alpha.RoutesConfigDump",
"dynamic_route_configs": [
{
"version_info": "2018-08-02T23:20:05Z",
"route_config": {
"name": "4001",
"virtual_hosts": [
2018-05-22T19:24:11.179643Z warn ads ADS: config failure, closing grpc 1 error occurred:
* omitting listener "http_0.0.0.0_80" due to: must have more than 0 chains, and the same number of chains in each of:
listener: 0; &v2.Listener{Name:"http_0.0.0.0_80", Address:core.Address{Address:(*core.Address_SocketAddress)(0xc4208445c0)}, FilterChains:[]listener.FilterChain{}, UseOriginalDst:nil, PerConnectionBufferLimitBytes:nil, Metadata:(*core.Metadata)(nil), Depre
digraph {
// Instructions.
quick_start[label="Quick Start", shape="plaintext"];
automatic_sidecar_injection_with_helm_install[label="Helm Install with Automatic Sidecar Injection Enabled", shape="plaintext"];
helm_install[label="Helm Install", shape="plaintext"];
automatic_sidecar_injection_with_helm_template[label="Helm Template with Automatic Sidecar Injection Enabled", shape="plaintext"];
helm_template[label="Helm Template", shape="plaintext"];
istio_yaml[label="istio.yaml", shape="plaintext"];
start[label="Start", shape="circle"]

Service Grapher

service-graph.yaml

Describes a service graph to be tested which mocks a real world service-oriented architecture.

Full example

@Tahler
Tahler / .vimrc
Created November 6, 2017 19:34
Base vim configuration with suggestions
" Keep in mind that the more configuration you have,
" the harder it will be to work without your configuration.
" Don't pretend to be Vi
set nocompatible
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Based on Tim Pope's vim-sensible plugin "
" https://github.com/tpope/vim-sensible "
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Technical

Answer Process

  1. Clarify ambiguities
  2. Design the algorithm
  3. Code the algorithm
  • Use data structures generously
  1. Test the algorithm
  • Cover 0, null, negative, max, min

district map

Itinerary

Wednesday

  • Buy SIM card? get international plan
  • Pack - Plan for weather

Thursday

Demo Notes

Everyone's Needed Improvements

  • UltraGrid needs updates and improvements
    • Date columns need work
  • Better automation IDs
  • Fix the whole calculate appointments
    • That window no longer opens
  • Rather than saying X.SampleTextBox.Enter(),
@Tahler
Tahler / The Technical Interview Cheat Sheet.md
Last active July 20, 2016 00:32 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

Array

Definition: