Skip to content
View Patrikgrinsvall's full-sized avatar
Block or Report

Block or report Patrikgrinsvall

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

✨ Patrik Grinsvall ✨

About

Developer, Freelancer and owner of Silent Ridge Media. Celebrating 30 years of programming.

Contact and references

Usually working with

But not limited to


Programming, Libraries and development tools

PHP php | NODEJS NODEJS | NPM NPM | PYTHON LPYTHONaravel | PERL PERL | LARAVEL LARAVEL | LARAVEL NOVA Laravel NOVA | LARAVEL LIVEWIRE Laravel LIVEWIRE | QT QT | WORDPRESS WORDPRESS | WOOCOMMERCE WOOCOMMERCE |


Frontend and Computer Graphics

HTML HTML | CSS CSS | TAILWIND CSS TAILWIND CSS | SASS SASS | BLENDER BLENDER 3D |


Databases and Storage

REDIS REDIS | MYSQL MYSQL | MONGODB MONGODB | MARIADB MARIADB | SQLITE SQLITE |


Servers, Infrastructure, Devops and other tools

AWS AWS | DIGITAL OCEAN DIGITAL OCEAN | LINUX LINUX | UBUNTU UBUNTU | DEBIAN DEBIAN | BASH BASH | NGINX NGINX | APACHE APACHE | OPENSSL OPENSSL | LETS ENCRYPT LETS ENCRYPT | RSA PKI CRYPTOGRAPHY RSA PKI CRYPTOGRAPHY | GITGIT |


Current status

  • 💬 Open to discuss projects, don't hesitate to contact me!

Pinned

  1. laravel-import-spreadsheet laravel-import-spreadsheet Public

    Import google docs spreadsheets into database using eloquent models.

    PHP 1

  2. SwedishBankid SwedishBankid Public

    Insomnia and Postman collections for Swedish BankId and documentation on how to use

    2 1

  3. Blender And Video handy commands Blender And Video handy commands
    1
    # FFMPEG
    2
    
                  
    3
    ## Image strip to video
    4
    
                  
    5
    ### Using cuda 
  4. MYSQL-Common-Problems.md MYSQL-Common-Problems.md
    1
    # MySQL common solutions to irritating problems
    2
    
                  
    3
    ## Creating users.
    4
    
                  
    5
    ###  How to create remote root user from bash script.
  5. php function for http requests witho... php function for http requests without dependencies
    1
    
                  
    2
    $path = "/absolute_path_to_your_files/"; // change the path to fit your websites document structure
    3
    
                  
    4
    $dl_file = preg_replace("([^\w\s\d\-_~,;:\[\]\(\).]|[\.]{2,})", '', $_GET['download_file']); // simple file name validation
    5
    $dl_file = filter_var($dl_file, FILTER_SANITIZE_URL); // Remove (more) invalid characters
  6. laravel-bankid laravel-bankid Public

    Swedish bankid package for laravel 8

    PHP 4