Skip to content
View dorelljames's full-sized avatar
👨‍💻
Available for work
👨‍💻
Available for work

Organizations

@laravelcebu @javascriptcebu @reactcebu
Block or Report

Block or report dorelljames

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

Pinned

  1. sanity-plugin-netlify-deploy-status-badge sanity-plugin-netlify-deploy-status-badge Public

    Display Netlify's status badge in Sanity Studio and your site's recent deploys. Plus, trigger a new build if you want to!

    TypeScript 7 2

  2. sanity-plugin-asset-source-pexels sanity-plugin-asset-source-pexels Public

    Use Pexels as source for your Sanity Studio.

    TypeScript

  3. SSL via Let's Encrypt (nginx server) SSL via Let's Encrypt (nginx server)
    1
    # Nginx SSL via Let's Encrypt and acme.sh
    2
    
                  
    3
    This guide is intended to walk you through installation of a valid SSL on your server for your site at [example.com](example.com).
    4
    This example is using `root` user, you may need to use `sudo` if you encounter problems such as write permissions.
    5
    
                  
  4. Laravel nginx config to redirect all... Laravel nginx config to redirect all requests to https and an exception URL that can still be accessible via http
    1
    ### Pre-condition
    2
    
                  
    3
    One day in your Laravel app, you were required to redirect all `http` requests to `https` but need to make a certain URL route accessible via `http` for a certain reason; perhaps a portion of your javascript code needs to redirect to `http` URL but it can't because redirection to secure URL to insecure is prohibited. Therefore, in cases like this, you need to just allow just one URL to make an `http` connection. 
    4
    
                  
    5
    NOTE: There are obvious security implications here so don't just follow this blindly and understand if this is really the solution you're looking for. The nginx config can somehow be improved, I just don't have the time yet. It sure do look redundant.
  5. camanjs-lut-file camanjs-lut-file Public

    LUT (Lookup Table) plugin for CamanJS, is (ca)nvas (man)ipulation library in Javascript. Works with the LUT file, e.g. SONY_EE_Slog2_LC709A.cube

    JavaScript 7 3