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

Block or report jaygaha

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

πŸ’« About Me:

Greetings, I am Jay. I am a Full stack developer. Currently, I am living in Tokyo, Japan serving Buzzreach Inc. as a Full stack developer building a beautiful web application.

Experienced full-stack developer proficient in PHP, Vue.js, and Nuxt.js. Skilled in developing responsive and dynamic web applications with a focus on user experience. Strong background in server-side scripting, RESTful APIs, and database integration. Passionate about creating clean, efficient, and scalable code that delivers value to users.

Feel free to contact me for collaboration and discuss ideas <3

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

PHP TypeScript CSS3 HTML5 Markdown JavaScript AWS Code-Igniter Bootstrap JWT jQuery Laravel NodeJS NuxtJS Vue.js Nginx MySQL Docker ESLint Postman

πŸ“Š GitHub Stats:



✍️ Random Dev Quote


Pinned

  1. laravel-11-frankenphp-docker laravel-11-frankenphp-docker Public

    FrankenPHP and Laravel Octane with Docker + Laravel 11

    PHP 13 3

  2. flutter-lunch-spot flutter-lunch-spot Public

    This innovative app is designed to help you choose exciting places to eat based on your preferences and location.

    Dart

  3. docker-boilerplate-laravel-lumen docker-boilerplate-laravel-lumen Public

    This repo is a docker boilerplate to use for Laravel and Lumen projects.

    Dockerfile 1 1

  4. flutter-first-app flutter-first-app Public

    This Flutter app was built following the steps in the Mitch Koko ToDo tutorial

    C++ 1

  5. notification-microservice notification-microservice Public

    Dockerized email/notification micro-service based on Lumen

    PHP

  6. Laravel Sanctum auto logout if authe... Laravel Sanctum auto logout if authenticated user remains idle for certain time
    1
    # Laravel Sanctum auto logout if user remains idle for certain time
    2
    
                  
    3
    Ensuring the security of user sessions is critical in web applications, and Laravel Sanctum offers a strong solution for API authentication in Laravel projects. Implementing an automatic logout function when users are idle for an extended length of time is critical for improving security and user privacy. In this post, we'll look at how to integrate idle timeout capabilities with the Laravel API using Sanctum. Let's look at how to set up automated user logout for inactive sessions in a Laravel Sanctum-powered API.
    4
    
                  
    5
    ## Registering a custom validation with Sanctum