Skip to content

Instantly share code, notes, and snippets.

View kodekage's full-sized avatar
👋
Polyglot Engineer

Prosper Opara kodekage

👋
Polyglot Engineer
View GitHub Profile
@isocroft
isocroft / form-abandonment.js
Last active February 19, 2023 23:23
A form abandonment script for all forms on a given web page for SPA and non-SPAs: e.g. contact form, checkout form, signup form e.t.c.
;(function (window, document) {
/**
* Form Abandonment script created by @isocroft
*
* Copyright (c) February 2022-2023 | Ifeora Okechukwu
*
* Works in ReactJS / VueJS / jQuery / Angular / Vanilla
*
* This implements a simple algorithm that basically tracks when forms on a given HTML page
@dims
dims / README.md
Last active April 30, 2024 11:52
Kubernetes Resources
@Akrabut
Akrabut / GSoC2019.md
Last active July 27, 2021 11:49
Google Summer of Code 2019 Summary (Ruby Language)

Summer of Code

Ruby Bundler and gem metrics, statistics, and analytics

Goals and Achievements

Project Goal

To have Bundler report anonymous usage metrics over HTTP to rubygems.org when a heavy command is run (to avoid deteriorating the runtime), and to have a backend API endpoint in rubygems.org to instrument it.

Did we achieve the goal?

Basically, yes. The actual implementation changed a little bit, and we decided to only instrument the low cardinality metrics using Datadog, as the free Datadog version limits value cardinality and wouldn't work with, for example, time related metrics.

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@stevekinney
stevekinney / front-end-curriculum.md
Created August 9, 2015 00:47
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model