Skip to content
View shanerbaner82's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report shanerbaner82

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

Hi 👋, I'm Shane D Rosenthal

A passionate full stack developer and YouTuber from South Carolina

Languages and Tools:

laravel laravel AlpineJS tailwind vuejs bootstrap docker git javascript mongodb mysql nuxtjs php postgresql python redis typescript vuetify

Last updated at 27 Jul 2023 14:05 UTC

Pinned

  1. panel-roles panel-roles Public

    PHP 14 4

  2. Mint w Gas Mint w Gas
    1
    
                  
    2
    async mint(context, amount) {
    3
        const mintValue = web3.utils.toWei((amount * context.state.contractData.nftPrice).toString(), 'ether');
    4
        const contract = new web3.eth.Contract(ABI, process.env.CONTRACT_ADDRESS);
    5
    
                  
  3. AWS S3 in Laravel 2023.md AWS S3 in Laravel 2023.md
    1
    # Use AWS S3 for Laravel Storage | 2023 Version
    2
    
                  
    3
    I know, I know! I was there too, trust me. The AWS dashboard can be intimidating, confusing, seemingly overkill for what you are trying to do, and compared to other popular resources out there it is easy to completely dismiss AWS altogether and roll with something else.
    4
    
                  
    5
    However, there is a reason that some of the BIGGEST companies in the world use AWS for their web services. Companies like Twitch, LinkedIn, Facebook and even all of those chill time movies are streamed from Netflix through AWS. It is for good reason.