Skip to content

Instantly share code, notes, and snippets.

@bboy114crew
bboy114crew / introrx.md
Created July 23, 2019 14:34 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@bboy114crew
bboy114crew / vuejs.amsterdam.2020.slides.md
Created December 12, 2020 05:41 — forked from rculp/vuejs.amsterdam.2020.slides.md
A collection of talks/slides (where available) from #vuejsamsterdam 2020

Day 1

Time Speaker Title Description
9:00 Evan You, Creator of Vue.js State of the Vuenion 2020 The growth of Vue continues and we are almost ready for Vue 3. As ever Evan You will deliver the State of Vuenion 2020, if we are lucky maybe we see some Typescript code from him ;)
 Dima Vishnevetsky Scalable Vue Graphics for the Modern Web 
 Jessica Sachs, Maintainer of @vue/test-utils and Tech Lead at Intent The Future of Vue's Test Utils With an expanded Vue Test Utils team and with Vue 3 on the horizon, we’ll talk about our plans for 2020. What’s coming in v1?
11:00 Gregg Pollack, Teaching developers Vue.js at VueMastery Introduction into the Composition API Gregg Pollack i
@bboy114crew
bboy114crew / vuejs-conference-amsterdam-2020.md
Created December 14, 2020 04:20 — forked from buffalom/vuejs-conference-amsterdam-2020.md
My Takeaways from the Vue.js Conference 2020 in Amsterdam

Vue.js Conference Amsterdam 2020

https://vuejs.amsterdam/


  • Talks
    • ⭐️State of Vuenion 2020
    • Scalable Vue Graphics
  • Vue Test Utils
@bboy114crew
bboy114crew / web-performance.md
Created January 8, 2021 03:32 — forked from stevekinney/web-performance.md
Web Performance Workshop

Web Performance

Requirements

Repositories

FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@bboy114crew
bboy114crew / Revealing-Module-Pattern.md
Created August 6, 2021 07:31 — forked from zcaceres/Revealing-Module-Pattern.md
Using the Revealing Module Pattern in Javascript

The Revealing Module Pattern in Javascript

Zach Caceres

Javascript does not have the typical 'private' and 'public' specifiers of more traditional object oriented languages like C# or Java. However, you can achieve the same effect through the clever application of Javascript's function-level scoping. The Revealing Module pattern is a design pattern for Javascript applications that elegantly solves this problem.

The central principle of the Revealing Module pattern is that all functionality and variables should be hidden unless deliberately exposed.

Let's imagine we have a music application where a musicPlayer.js file handles much of our user's experience. We need to access some methods, but shouldn't be able to mess with other methods or variables.

Using Function Scope to Create Public and Private Methods

# Source: https://gist.github.com/764b402c8979678dfde01fd8f63c22e2
###########################################################
# Kustomize vs Helm #
# The Fight Between Templating and Patching in Kubernetes #
# https://youtu.be/ZMFYSm0ldQ0 #
###########################################################
# Links to referenced videos:
# - https://youtu.be/sUPkGChvD54
# Source: https://gist.github.com/48f44d3974db698d3127f52b6e7cd0d3
###########################################################
# Automation of Everything #
# How To Combine Argo Events, Workflows, CD, and Rollouts #
# https://youtu.be/XNXJtxkUKeY #
###########################################################
# Requirements:
# - k8s v1.19+ cluster with nginx Ingress
@bboy114crew
bboy114crew / python_quick_tips.ipynb
Created August 16, 2021 06:17 — forked from sreeragh-ar/python_quick_tips.ipynb
Python_quick_tips.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.