Skip to content
View ELI7VH's full-sized avatar
πŸ’­
Doing a thing.
πŸ’­
Doing a thing.

Organizations

@Protospace
Block or Report

Block or report ELI7VH

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
ELI7VH/README.md

Hello there πŸ‘‹

My name is Elijah Lucian (E-Lie-Jah Loo-Shin) from Calgary, AB, Canada. I'm an experienced self-taught developer with a passion for app development and enterprise solutions. Having honed my skills over the past 17 years, I love to solve big problems with simple systems! A good data model is everything, Rails is life, React is dank! AI is the future.

πŸ”­ I’m currently working on a multitude of projects, transforming business systems into comprehensive Full-Stack solutions, and specializing in React and associated libraries.

🌱 I’m learning VR and AR development in my free time, continually striving to stay on top of modern technologies and development trends.

πŸ‘― I’m eager to collaborate on anything that involves generating innovative solutions with code, especially if it involves TypeScript conversions or Server and API design.

πŸ€” I’m actively seeking help with machine learning, and I believe AI is the future of tech.

πŸ’¬ Ask me about my idea of a perfect world or my experience with various technologies. I've had the pleasure of working with some impressive clients and projects over the years!

⚑ Fun Fact 1: I wrote a song that won me a year's worth of free beer! πŸ’… Fun Fact 2: I like to use emojis as commit messages. πŸ” Fun Fact 3: I rebel against the rule of threes.

To see fun projects I am working on, check out Dank Inc! You can also listen to my music on SoundCloud.

Most of my code is over at GitLab, where you can see the inner workings of my projects and understand my approach to problem-solving.

For a more comprehensive insight into who I am and what I do, I sporadically post on social media, and my Linktree is a great starting point.

#SoftwareDeveloper #FullStackDeveloper #React #TypeScript #RubyonRails #WebDevelopment #TechProfessional #CodeWizard #ProblemSolver #InnovativeSolutions #Collaboration #TechEnthusiast #SelfTaught #ConstantLearner #ProjectRevival #IdeaImplementation #lookingforwork #RemoteWork #DigitalNomad

Pinned

  1. midi-translate midi-translate Public

    A tool to do the thingies with the midi whatsits

    JavaScript 1

  2. Outrun Sun Fragment Shader Outrun Sun Fragment Shader
    1
      
    2
      uniform float time;
    3
      varying vec2 vUv;
    4
      
    5
      void main() {
  3. erik-and-elijahs-bot erik-and-elijahs-bot Public

    JavaScript

  4. gpt-3 gpt-3 Public

    Forked from openai/gpt-3

    GPT-3: Language Models are Few-Shot Learners

  5. React Context Boiler Plate - Typescript React Context Boiler Plate - Typescript
    1
    import React, { createContext, useContext, useState, useEffect } from "react"
    2
    
                  
    3
    type Props = {
    4
      children: React.ReactNode
    5
    }
  6. antd - useFormState.ts antd - useFormState.ts
    1
    // TO USE THIS:
    2
    
                  
    3
    import { useEffect, useState } from 'react'
    4
    import { FormInstance } from 'antd/lib/form'
    5