Skip to content

Instantly share code, notes, and snippets.

View erkobridee's full-sized avatar

Erko Bridee erkobridee

View GitHub Profile

agile

user story

Why is the “As a… I want… So I…” format so effective?

It succinctly captures the who, what, and why of the organization’s need.

@erkobridee
erkobridee / building_react_library.md
Last active March 1, 2021 07:45
[JS][TS][NPM][GitHub Packages] how to create a library
@erkobridee
erkobridee / ms_azure_monitor.md
Last active February 16, 2021 11:28
useful information about MS Azure Monitor and Application Insights
@erkobridee
erkobridee / react_hook_useWait.ts
Last active April 27, 2020 09:51
safe way to use setTimeout or setInterval through react hooks
import * as React from 'react';
export enum JSTypeof {
UNDEFINED = 'undefined',
FUNCTION = 'function',
OBJECT = 'object',
STRING = 'string',
NUMBER = 'number',
}
@erkobridee
erkobridee / detect_location.js
Created February 25, 2020 09:27
detect user location
/*
version updated to use the fetch API
source:
https://github.com/AdeyinkaAdegbenro/Detect_Location/blob/master/detect_location.js
*/
function request(url) {
return fetch(url).then(response => response.json());
}
@erkobridee
erkobridee / gatsbyjs_ts-js_testing.md
Last active January 17, 2020 10:07
[gatsby testing] useful links #gastbyjs #js #testing
@erkobridee
erkobridee / scrum_game.md
Last active April 13, 2026 16:02
scrum exercises

Scrum game

Estimation exercise ~ 2 h

iteration 1 - strawberries eating association - individually, no collaboration, estimate (charge and deadline) consume x000 strawberries - 3 minutes to decide

Discuss exceptions, differences, approaches … All estimations are correct. 
@erkobridee
erkobridee / iframe-content.css
Last active July 13, 2024 21:57
set focus to an iframe after loads its content
// hack to enable touch after focus on the iframe
html,
body {
touch-action: auto;
}
@erkobridee
erkobridee / google_chrome_notepad.md
Created November 8, 2019 07:22
Notepad (paste in Chrome's addressbar)

past the following string into the google chrome address bar:

data:text/html,<html contenteditable>