Skip to content
View joeyguerra's full-sized avatar
😀
😀

Organizations

@hubotio @hubot-friends

Block or report joeyguerra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joeyguerra/README.md

Hi there 👋 I'm Joey Guerra

  • 🔭 I'm currently working on ... startup business, a custom billing platform & maintaing Hubot
  • 🌱 I'm currently learning ... Entrepreneurship and Marketing
  • 👯 I'm looking to collaborate on ... scaling businesses with tech
  • 🤔 I'm looking for help with ... Finding problems I love
  • 💬 Ask me about ... event sourcing, modeling, engineering and business
  • 📫 How to reach me: ... @[email protected], in:joeyguerra
  • 😄 Pronouns: ... he/him
  • ⚡ Fun fact: ... I worked at NASA/JSC on International Space Station EVA hardware - module handrails, EVA helmet cams, saftey tethers, developed EVA workspace instructions, certfication testing for thermal environments of EVA manual deployment of solar panels for the Z1 Truss Structure
  • ⚡ Another fun fact: ... I pole vaulted for The University of Texas @ Austin 1991-1995 (17-4 1/2) 5.3 m

Local Dev For This Website

npm i
node --run start:local

Deploy To Local K8s

First Time K8s Needs Some Secrets

kubectl create secret generic discord-token --from-literal=HUBOT_DISCORD_TOKEN=<replace with token>

Local Build and Deploy

node --run publish

Pinned Loading

  1. collagem Public

    Creates a photo collage given a folder full of images.

    JavaScript 1

  2. Client side notification center. Pub...
    1
    (function(module){
    2
    	var observers = [];
    3
    	module.exports.notificationcenter = {
    4
    		publish: function(notification, publisher, info){
    5
    			var ubounds = observers.length;
  3. Schema.org microdata parser in Javas...
    1
    (function(win){
    2
    	/*
    3
    	Copied from https://github.com/foolip/microdatajs/blob/master/jquery.microdata.json.js
    4
    	without jQuery.
    5
    	*/
  4. devchitchat Public

    Persistent chat room for devops collaboration.

    JavaScript 4 1

  5. Listen to Redis streams
    1
    using StackExchange.Redis;
    2
    
                  
    3
    namespace Shipment;
    4
    
                  
    5
    public class StreamListener
  6. Debounce in javascript.
    1
    import assert from 'assert';
    2
    describe('Debounce', ()=>{
    3
        it('When called super fast, then should only increment once', done=>{
    4
            const debounce = timer => (fn, timeout) => {
    5
                clearTimeout(timer);

183 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 1 repository

Created a pull request in hubot-friends/hubot-slack that received 1 comment

feat: message properties pass thru to scripts Response argument

Summary Describe the goal of this PR. Mention any related Issue numbers. Requirements (place an x in each [ ]) I've read and understood the Contr…

+103 −3 lines changed 1 comment
Opened 2 other pull requests in 1 repository
joeyguerra/juphjacs 1 open 1 merged
Reviewed 1 pull request in 1 repository
hubot-friends/hubot-slack 1 pull request
  • Threads
    This contribution was made on Mar 19
Loading