Skip to content
View isocroft's full-sized avatar
😜
Seriously fooling around!
😜
Seriously fooling around!

Block or report isocroft

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

Hi there πŸ‘‹

I love puzzles and experiments. 4+ years doing software jobs.
Also, i am an upcoming indie hacker.
I build beautiful software (mostly dev tooling) that works on the web! πŸ˜ŽπŸ™ŒπŸΎ.
You can find me on my YouTube channel yapping about software stuff.




πŸ”­ I’m currently working on react-busser, react-busser-headless-ui and urisanity
🌱 I’m currently learning Golang and Elixir
πŸ‘― I’m looking to collaborate on laravel-groquel
πŸ€” I’m looking for help with pptx
πŸ’¬ Ask me about Software Testing, Modular Monoliths/Microservices, Concurreny and Open Source
πŸ“« How to reach me: isocroft[art]gmail[dort]com
πŸ˜„ Pronouns: Nil
⚑ Fun fact: Music hobyist, Gadget freak, I love me some "je ne sais quoi" moments πŸ˜‚




This section is about what technologies I've worked with and what I use almost in my day-to-day activities.

My tech stack toolbox πŸ›  includes the following:

🐚 Languages: 🎱 Frameworks: πŸ’½ Databases: πŸ‘¨πŸ½β€πŸ’» Deployments

Pinned Loading

  1. react-busser-headless-ui react-busser-headless-ui Public

    A progressive, atomic, highly reusable, flexible and configurable headless UI component library for ReactJS

    TypeScript 3 1

  2. A form abandonment script for all fo... A form abandonment script for all forms on a given web page for SPA and non-SPAs: e.g. contact form, checkout form, signup form e.t.c.
    1
    ;(function (window, document) {
    2
    
                  
    3
    /**
    4
     * Form Abandonment script created by @isocroft
    5
     *
  3. laravel-groquel laravel-groquel Public

    A basic chain of handlers used to make access to a database via an Eloquent Model repository more efficient and fault-tolerant for Laravel v11+ PHP apps

    PHP 2

  4. Jollof Jollof Public

    A lightweight PHP framework for developers who love smart work

    PHP 32 5

  5. browsengine browsengine Public

    Engine Detection Script for Browsers on Any Device

    JavaScript 25 2

  6. A partially spec-compliant html pars... A partially spec-compliant html parser written in python just for fun while reading the WEB BROWSER ENGINEERING book by Pavel & Chris
    1
    import sys
    2
    import codecs
    3
    import requests
    4
    
                  
    5
    from collections import deque