Skip to content
View mrunknown0001's full-sized avatar
  • Philippines
  • 11:47 (UTC +08:00)

Block or report mrunknown0001

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mrunknown0001/README.md
  • πŸ‘‹ Hi, I’m Michael Adam
  • πŸ‘€ I’m interested in programming, robotics, ethical hacking, cloud computing and AI
  • 🌱 Learning new things constantly
  • πŸ“« How to reach me, click ==> https://mrunknown0001.github.io
  • I love nature 🌳 and animals 🐢!

πŸ“Š GitHub Stats

GitHub Stats

Pinned Loading

  1. Laravel helper file that contains co... Laravel helper file that contains common functions
    1
    ## How to Use the Gist in Laravel:
    2
    
                  
    3
    1. Save the Gist as ```helpers.php```.
    4
    
                  
    5
    2. Place the file in the ```app/Helpers directory``` (create the directory if it doesn't exist).
  2. Custom Console for Automated Optimiz... Custom Console for Automated Optimization of Laravel Application
    1
    <?php
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;
  3. base-system base-system Public

    Boilerplate for Laravel-based projects

    PHP

  4. devfolio devfolio Public

    Compilation of Developer Themed Portfolio

    JavaScript

  5. mern-boilerplate mern-boilerplate Public template

    Forked from djizco/mern-boilerplate

    A Full MERN Stack Boilerplate for Web Apps including a local authentication system. Uses React, Express.js, MongoDB, Redux, Passport.js, Webpack, Testing, and more.

    JavaScript

  6. Cloudflare Tunnel Setup on Ubuntu.md Cloudflare Tunnel Setup on Ubuntu.md
    1
    # Cloudflare Tunnels Setup Guide for Ubuntu
    2
    
                  
    3
    ## Overview
    4
    Cloudflare Tunnels provide a secure way to expose your local services to the internet without opening ports 80/443 on your firewall. Traffic flows through Cloudflare's network directly to your services via an encrypted tunnel.
    5