Skip to content

Instantly share code, notes, and snippets.

View nodebotanist's full-sized avatar
❤️
Still trans and tired

Mx. Kassian Rosner Wren nodebotanist

❤️
Still trans and tired
View GitHub Profile
{
$schema: https://vega.github.io/schema/vega-lite/v5.json
data: {
url: {
%context%: true
%timefield%: @timestamp
/* tells the visualization which index to use */
index: opensearch_dashboards_sample_data_logs
/* This sets up the buckets used for X and Y axis values */
body: {
@nodebotanist
nodebotanist / .env
Last active February 10, 2025 15:27
OpenSearch 102 Source Code and Sample Text
OPENSEARCH_HOST=''
OPENSEARCH_UNAME='icopensearch'
OPENSEARCH_PASS=''
@nodebotanist
nodebotanist / .env
Last active February 11, 2025 15:17
OpenSearch 101 by NetApp Instaclustr Code
OPENSEARCH_HOST=''
OPENSEARCH_UNAME='icopensearch'
OPENSEARCH_PASS=''
@nodebotanist
nodebotanist / README.md
Last active August 20, 2024 21:29
Getting Started with OpenSearch on Instaclustr example code

Getting Started with OpenSearch on Instaclustr example code

Want to follow along? Check out [add YT link when published].

You need cUrl installed: try here.

@nodebotanist
nodebotanist / Digging Into WebApp Performance Issues.md
Last active July 8, 2020 03:05
Blog post about Web Application Performance

Digging into Web App Performance Issues

You get an email from a boss or client-- "The website is running slow." You have no idea what could be causing this, but you know you need to fix it, and fast. Let's take a look at the tools and techniques available that allow us to dig into these nebulous issues, and allow us to pinpoint a more exact cause. Luckily, most of these tools have been made available by nearly all modern browsers, so we don't have to install any new software or complicate the setup.

Browser Developer Tools

Browser developer tools have been evolving at a high speed over the last few years, driven by the advent of more robust web applications. But these tools are seen mostly as a way to find issues with CSS and JavaScript, and debug running code. However, there are tabs in these tools that allow you to debug performance issues, such as viewing network calls, memmory usage, and code run time. These tools will help us find and diagnose our nebulous performance problems.

The Performanc

@nodebotanist
nodebotanist / keybase.md
Created April 24, 2020 16:19
keybase.md

Keybase proof

I hereby claim:

  • I am nodebotanist on github.
  • I am nodebotanist (https://keybase.io/nodebotanist) on keybase.
  • I have a public key ASBEW2xoneujurAMJHLYrzYIxL1S-ATaqR7ebsm_eYwWJAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am nodebotanist on github.
  • I am nodebotanist (https://keybase.io/nodebotanist) on keybase.
  • I have a public key ASAWhPzpSaIy03ma9-pRMhrTcS6p2SQeZxNO6o5R04KjYQo

To claim this, I am signing this object:

Serverless Architecture

About Me

  • @nodebotanist
  • technically a student (studying for BSE in EE @ Arizona State)
  • Developer Relations Engineer @ Auth0/Webtask IO
  • Gender Non-Binary (they/them)

What is serverless?

config 'dnsmasq'
option domainneeded 1
option boguspriv 1
option filterwin2k 0
option localise_queries 1
# disable rebind protection
option rebind_protection 0
# end changes
option rebind_localhost 0
option local '/lan/'
@nodebotanist
nodebotanist / Package.json
Last active April 13, 2016 16:58
OAuth 2 source code
{
"name": "oauth-webinar-source",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",