Skip to content

Instantly share code, notes, and snippets.

View starlocke's full-sized avatar
:shipit:
Guaranteed to work behind the scenes, so you don't have to!

Victor Yap starlocke

:shipit:
Guaranteed to work behind the scenes, so you don't have to!
View GitHub Profile
@starlocke
starlocke / confluence.css
Last active October 22, 2021 14:29
Confluence and JIRA UI/UX upgrades
/* Headlings become far more distinct, when viewing pages */
/* Use a browser extension such as 'Stylish' to inject these custom styles */
/* Victor Mono font: https://rubjo.github.io/victor-mono/ */
#main-content h1, #confluence-ui h1 {
font-family: 'Victor Mono', monospace;
font-style: italic;
font-weight: bold;
color: crimson;
}
let http = require('http');
(function follow(url){
url = url.indexOf('?') !== -1 ? url.replace(/\?/,'.json?') : url + '.json';
http.get(url, response => {
let rawData = '';
response.on('data', data => {
rawData += data;
});
response.on('end', data => {
@starlocke
starlocke / md-style.css
Created October 25, 2021 18:38
VS Code Markdown Preview Stylesheet
/*
- Place this file at the "root" of a workspace/main-folder.
- .gitignore this file.
- Setup this settings.json configuration like so (substitute the workspace path):
{
"markdown.styles": [
"((absolute-path-of-workspace))/md-style.css"
]
// ColorHash @ https://github.com/zenozeng/color-hash -- minified
var _block,_blocks,_bytes,_finalized,_first,_h0,_h1,_h2,_h3,_h4,_h5,_h6,_h7,_hashed,_hBytes,_is224,_lastByteIndex,_start,_inner,_is224_1,_oKeyPad,_sharedMemory,__extends=this&&this.__extends||function(){var t=function(e,s){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var s in e)Object.prototype.hasOwnProperty.call(e,s)&&(t[s]=e[s])})(e,s)};return function(e,s){if("function"!=typeof s&&null!==s)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");function i(){this.constructor=e}t(e,s),e.prototype=null===s?Object.create(s):(i.prototype=s.prototype,new i)}}(),__classPrivateFieldSet=this&&this.__classPrivateFieldSet||function(t,e,s){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,s),s},__classPrivateFieldGet=this&&this.__classPrivateFieldGet||function(t,e){if(!e.has(t))throw new TypeError("attempted t
@starlocke
starlocke / resume.json
Last active August 19, 2023 17:06
resume.json
{
"basics": {
"name": "Victor Yap",
"label": "Tech Guru",
"picture": "",
"email": "sir.victor.yap@gmail.com",
"phone": "(514) 558-5979",
"website": "https://www.cul-de-sac.ca/",
"summary": "A highly driven and results-oriented Technologist & Senior Software Developer with 15+ years of proven experience leveraging a broad portfolio of systems, programming languages, and user experience (UX) skills to design creative technical solutions for on-premises, cloud, and SaaS platforms and complex database-centric systems. Agile Methodology / Kanban / Scaled-Agile Framework (SAFe). Data Pipelines. ETL (Entry-Transform-Load). DevOps. CI/CD.",
"location": {
https://drive.google.com/file/d/13m18tTnXQapSEQnF1DgZBVVe_jj41nZV/view?usp=sharing