Comprehensive guidelines for writing consistent, well-structured markdown documentation based on established documentation standards and best practices.
This context file provides best practices for writing unit tests using Jest with TypeScript, and later, React.
It emphasizes clarity, determinism, and maintainability.
- Mirror source file paths for test files (
src/x/y.ts
→tests/x/y.test.ts
).
Authoritative guidance for writing unit tests with Mocha + Chai in a TypeScript codebase.
Focus on clarity, determinism, and type safety. Never use any
; if unavoidable, use unknown
and narrow.
- Test behavior, not internal implementation details.
The following specification describes a way to verify real people digitally in a pure decentralized way. It's important to know that this is not an idea of a blockchain or company idea more than a practical approach to *Self-Sovereign Identities using basic cryptography.
A decentralized identity is an approach to identify and authenticate
javascript:(function(){function c(){var e=document.createElement("link");e.setAttribute("type","text/css");e.setAttribute("rel","stylesheet");e.setAttribute("href",f);e.setAttribute("class",l);document.body.appendChild(e)}function h(){var e=document.getElementsByClassName(l);for(var t=0;t<e.length;t++){document.body.removeChild(e[t])}}function p(){var e=document.createElement("div");e.setAttribute("class",a);document.body.appendChild(e);setTimeout(function(){document.body.removeChild(e)},100)}function d(e){return{height:e.offsetHeight,width:e.offsetWidth}}function v(i){var s=d(i);return s.height>e&&s.height<n&&s.width>t&&s.width<r}function m(e){var t=e;var n=0;while(!!t){n+=t.offsetTop;t=t.offsetParent}return n}function g(){var e=document.documentElement;if(!!window.innerWidth){return window.innerHeight}else if(e&&!isNaN(e.clientHeight)){return e.clientHeight}return 0}function y(){if(window.pageYOffset){return window.pageYOffset}return Math.max(document.documentElement.scrollTop,document.body.scrollTop)}funct |
Alchemy is a remote version of an Ethereum Node. Sign up and create an app. https://www.alchemy.com/
Switch your metamask to ropsten network and get some ETH from the faucet.
[ | |
{ | |
"name": "a certified it technician", | |
"related_1": "n certified", | |
"related_2": "network certified", | |
"related_3": "comptia network certified", | |
"related_4": "comptia a certification", | |
"related_5": "a certified professional", | |
"related_6": "mcdst", | |
"related_7": "windows 7", |
[ | |
{ | |
"degree_title": "American Association for Respiratory Care Fellow", | |
"degree_reference": "AARCF", | |
"degree_level": "certification" | |
}, | |
{ | |
"degree_title": "American Registry for Radiologic Technologists", | |
"degree_reference": "AART", | |
"degree_level": "certification" |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<script type="mjs" src="./utils"> | |
let n = 1; |