Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class HealthSystem : MonoBehaviour
{
[SerializeField] int healthPoints = 100;
private int maxHealth;
public class Enemy : MonoBehaviour, IDamageable
{
[Header("General")]
[SerializeField] EnemyType enemyType = EnemyType.Light;
[SerializeField] Transform parent;
[Header("Effects")]
[SerializeField] GameObject explosionFX;
[SerializeField] GameObject hitFX;
@JCaraballo113
JCaraballo113 / disney.js
Created December 9, 2019 13:09
Disney+ Debugg
(index):1 Uncaught (in promise)
t {
transactionId: "",
reasons: Array(1),
status: null,
name: "InvalidArgumentException",
message: "SessionClient.getInfo(accessToken) needs SDK.Services.Token.AccessToken instance", …}
data: {name: "InvalidArgumentException", message: "SessionClient.getInfo(accessToken) needs SDK.Services.Token.AccessToken instance"}
level: 5
message: "SessionClient.getInfo(accessToken) needs SDK.Services.Token.AccessToken instance"

Results-driven Full Stack Engineer with over 10 years of experience in developing and scaling software products. Proficient in JavaScript, HTML, CSS, and a variety of programming languages and web frameworks including Python, NodeJS, Go, React, Vue and more. Led the software engineering efforts for the Covey product, successfully securing a $2.5M seed round as well as 3000+ monthly active users. Expertise in working with Web3 technologies such as Ethereum EVM based blockchains, solidity smart contracts and metamask, which resulted in Covey becoming the first of it's kind platform to offer immutable track records for financial analysts to showcase to potential employers utilizing the blockchain and becoming the #20 social platform on dappRadar the premiere site for discovering Web3 applications.

Demonstrated knowledge of microservice software architecture patterns to enhance product performance. Also developed and scaled backend solutions using cloud technologies such as Google Cloud and Amazon Web Services.