I hereby claim:
- I am navio on github.
- I am alnavarro (https://keybase.io/alnavarro) on keybase.
- I have a public key whose fingerprint is 9195 DEF5 268E 2EF4 D6A1 8E26 CA4F 3F62 2377 9474
To claim this, I am signing this object:
import { Store,set,get,keys,del } from 'idb-keyval'; | |
const DBNAME = "PodcastSuite"; | |
export interface IDBConfig{ | |
name: string; | |
database?: string; | |
} | |
export abstract class PodcastSuiteDatabase { |
interface IAudioParams { | |
image?: URL; | |
author?: String; | |
title: String; | |
src: URL; | |
} | |
class AudioEngine { | |
private engine; | |
private queue = []; |
{ | |
"basics": { | |
"name": "Alberto Navarro", | |
"label": "Experienced Senior Software Engineer with a demonstrated history of working in the internet industry. Skilled in Node, Micro-services, Databases, React, and PWA. Strong engineering professional with a Master of Computer Science from The University of Texas.", | |
"picture": "", | |
"email": "", | |
"phone": "", | |
"website": "", | |
"summary": "Computer Software", | |
"location": { |
fetch(`/rss-full/https://itunes.apple.com/search?media=podcast&term=alice isn't dead`).then(x=> x.json()).then(console.log) |
const getBrowserLocale = () => { | |
const countryPart = | |
navigator && navigator.language && navigator.language.split('-')[1]; | |
if (countryPart) { | |
return countryPart; | |
} | |
}; |
#!/bin/bash | |
# Cloudflare as Dynamic DNS | |
# From: https://letswp.io/cloudflare-as-dynamic-dns-raspberry-pi/ | |
# Based on: https://gist.github.com/benkulbertis/fff10759c2391b6618dd/ | |
# Original non-RPi article: https://phillymesh.net/2016/02/23/setting-up-dynamic-dns-for-your-registered-domain-through-cloudflare/ | |
# Update these with real values | |
auth_email="[email protected]" | |
auth_key="global_api_key_goes_here" | |
zone_name="example.com" |
function ProxyEngine(initialRules = []) { | |
const storedRules = JSON.parse((localStorage.getItem(keyStorage) || '[]')); | |
const rules = new Map([...initialRules, ...storedRules]); | |
const matchRules = (url,response) => { | |
const element = [...rules.keys()].find((rule) => url.indexOf(rule) > 1); | |
if (element){ | |
const rule = rules.get(element); |
I hereby claim:
To claim this, I am signing this object:
// https://bigfrontend.dev/problem/create-lazyman | |
// interface Laziness { | |
// sleep: (time: number) => Laziness | |
// sleepFirst: (time: number) => Laziness | |
// eat: (food: string) => Laziness | |
// } | |
/** | |
* @param {string} name | |
* @param {(log: string) => void} logFn |
Email: [email protected]
Phone: (956) 607 9957
Technical Director with over ten years of experience in the railroad industry. Acute understanding of software development life cycle. Outstanding communication skills. Extensive experience leading highly technical teams and fostering interdepartmental cooperation. Proven record of large project management and delivery. Comprehensive financial literacy with an emphasis on complex proposal writing. Excellent reputation for resolving challenging problems, improving customer satisfaction, and driving operational improvements in a fast-paced environment.