Skip to content
View LighteningCode's full-sized avatar
Working from home
Working from home

Block or report LighteningCode

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
LighteningCode/README.md
Hi there, 👋, you are the LighteningCode (st/ rd/ nd/ th) person here 🙂

UPDATED: 9th August 2026

  • 🔭 I’m currently extending my knowledge systems and tools from their documentation (so I can orchestrate my AI agents better)

  • 🌱 I’m currently reading a book titled - The Age of AI: And Our Human Future, by Daniel Huttenlocher, the book started out philosophical, but what started getting my attention is how the human race arrived at this point in time, many aspects of society is being questioned with the advent of AI - heck questions have also been outdated. How far do we allow "thinking metals" to take decisions for our society. How trustworthy is its output? what did it learn from to give us such a response? There was a quote that I would like to share: The AI revolution will occur more quickly than most humans expect. Unless we develop new concepts to explain, interpret, and organize its consequent transformations, we will be unprepared to navigate it or its implications. Morally, philosophically, psychologically, practically — in every way — we find ourselves on the precipice of a new epoch. We must draw on our deepest resources — reason, faith, tradition, and technology — to adapt our relationship with reality so it remains human

  • 👯 I’m looking to collaborate on anything and everything, I spent the last 3 years of my career limited by time and speed, but AI Agents are available we are only limited by system design and iterations.

  • 🤔 I dont like to heavily rely on AI, I still write about 50% of the code I ship, as the codebase gets more standardized it can drop to about 20% because we arent writing new code. I like to engineer new code, anything repetitive Claude Fable/Opus can plan and Composer can execute. Pretty repetitive at some point

  • 💬 Ask me about the JavaScript event loop, or how I have automated many repetitive things with cursor commands and agent skills, or how to fry plantain to crisp under 30 secs or a more pressing question, like why the head of a sardine is not included in the tin can of sardines.

  • 📫 How to reach me: elvisagbesi@gmail.com, twitter, LinkedIn ,WhatsApp and calls +233(0)267658663

  • 🦾 Computer languages I can speak? English, Javascript, Typescript, PHP, JAVA, C#, C++, Python, a bit of Golang and a pinch of Rust - HTML CSS (cant be counted but...well..yeah)

  • 🌌 Proficiently Skilled in - (Web Technologies) NodeJS, ReactJS, PassportJS, ExpressJS, (Databases) - SQL, PostgreSQL, MongoDB, Firebase

  • 🛹 Other Skills - (Weird mix but okay) Super Skilled in Literally all the ADOBE apps (PS, PR, AE, AI, XD), Figma, UI / UX design.

  • 👍 I am currently teaching a group of level 100 university students their way around GitHub, many of them seem to get the idea many of them can actively use it now. Edit: They are all crushing it in the Tech industry today. So proud of them

  • 🐱‍👤 Favorite Quote: We would not waste time on endless arguments between the defenders of quality and the cowboys of reckless advance; instead, we would recognize that speed and quality are allies in the pursuit of the customer’s long-term benefit - Eric Ries

LinkedIn Posts

Okay so in 2021 I did quite a lot of coding in my life, (Its annotated, click the link below to see the annotations for what I was doing)

Post Here

I copied the Medium website to express how well I can design and create what I can see. Once it can be perceived via mockups or examples it can be done

Post Here

I have always disliked the fact that WhatsApp does not publicly allow developers to build assistive bots, its frustrating 😔. Telegram has been built with so much support at this end....read more below

Post Here

Pinned Loading

  1. JavaScript-PathFinder JavaScript-PathFinder Public

    An program that uses JavaScript to do some path finding, no ‎Dijkstra's algorithm or any of the popular path finding algorthim, just plain reasoning.

    SCSS 8

  2. mediumz mediumz Public

    A clone of medium built with NextJS, mediumz.vercel.app

    TypeScript 10

  3. Highly performant key=value string p... Highly performant key=value string parser
    1
    // CommonJS
    2
    exports.getFlagValues = function (queryCommand = "") {
    3
      let FlagValuesObject = {};
    4
      const stringParts = queryCommand
    5
        .split(" ")
  4. hangman hangman Public

    A program that emulates the hangman game in Golang. Donwload and run the .exe file inside to play

    Go 3

  5. phone_dialer phone_dialer Public

    As a way of learning react native, I copied the entire iPhone Phone native phone app. Some times its good to copy, the more you copy the more you know

    JavaScript 8 2

  6. rick-and-morty-native rick-and-morty-native Public

    A rick and morty app, made to experiment with Graphql and the Apollo Client

    JavaScript 2