Skip to content
View juunr95's full-sized avatar
  • Personal
  • Brazil

Block or report juunr95

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 Loading

  1. nautilus nautilus Public

    An easy and reliable middleware to handle authentication for Express.JS

    JavaScript 3

  2. Simple algorithm to check if a numbe... Simple algorithm to check if a number is Fibonaci
    1
    /**
    2
     * This function can be used to check if the given number is fibonaci.
    3
     *
    4
     * The basic idea behind this algorithm is the mutual calculation of the result of the current operation and the result of last operation.
    5
     * i.e: Fibonaci numbers are 0, 1, 2, 3, 5, 8... You can notice that 2 + 3 = 5, 5 + 3 = 8... and it goes.
  3. crud_pure_php crud_pure_php Public

    Full CRUD application built with plain PHP (no frameworks). Educational project featuring Create, Read, Update, and Delete operations using MySQL, aimed at understanding the fundamentals of web app…

    PHP

  4. fruitfy-test fruitfy-test Public

    Repository with my implementation for test given by Fruitfy.

    PHP

  5. onfly onfly Public

    PHP

  6. oauth-service oauth-service Public

    OAuth service project to be used in my portifolios projects

    TypeScript 1