Skip to content
View iDevelopThings's full-sized avatar

Organizations

@Envuso
Block or Report

Block or report iDevelopThings

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

Hi 👋, I'm Sam or iDevelopthings

Self taught full-stack googler. Jokes aside, full-stack web dev. I stream on Twitch, build broken websites that will eventually work and think that I'm funny.

Built some cool projects like Envuso and ChatReward.

idevelopthings idevelopthings itsmrsammeh

idevelopthings

idevelopthings

idevelopthings

Connect with me:

itsmrsammeh idevelopthings idevelopthings https://discord.gg/rWWnCJe

Languages and Tools:

go javascript laravel mongodb mysql nodejs php svelte tailwind typescript vuejs cplusplus csharp unity unreal


idevelopthings

Pinned

  1. Envuso/framework Envuso/framework Public template

    Envuso is a backend framework focusing building apis using Fastify and MongoDB support.

    TypeScript 16 1

  2. vue-class-stores vue-class-stores Public

    Powerful class based stores for vue 3

    TypeScript 4

  3. ExchangeRates ExchangeRates Public

    Get currency converts from european bank api and store them in redis. Convert from one currency to another

    Go 2

  4. vue3-jetstream-inertia-typescript vue3-jetstream-inertia-typescript Public

    Jetstreams Inertia vue 3 setup... but with typescript

    Vue 48 5

  5. Handles drag and drop file upload in... Handles drag and drop file upload in VueJS
    1
    <!-- USAGE -->
    2
    
    
    3
    <drag-drop-file-upload ref="dragDropFileUpload" @handleInput="changeImage"></drag-drop-file-upload>
    4
    
    
    5
    //Handle image change/upload etc
  6. Generate typescript definitions for ... Generate typescript definitions for ziggy-js so you get auto completion for the route() helper
    1
    const mix    = require('laravel-mix');
    2
    const {exec} = require('child_process');
    3
    
    
    4
    mix.extend('ziggy', new class {
    5
        register(config = {})