aifodu
  • Posts
  • About

Search here..

  • June 2022

    Parsing CLI Arguments in Rust
    Rust

    How can I accept arguments in my rust cli app?

    #cli #tips 1 minute read

  • September 2021

    Generating Username From First and Last Names
    Laravel

    The idea at its base is to generate unique usernames for each registration using a user’s the first and last names.

    #development 1 minute read

  • September 2021

    API Auth With Laravel Sanctum
    Laravel

    Laravel Sanctum provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simple, token based APIs. Sanctum allows each user of your application to generate multiple API tokens for their account. These tokens may be granted abilities / scopes which specify which actions the tokens are allowed to perform.
    —
    Laravel Docs

    #development #api 2 minutes read

  • hugo
  • javascript
  • laravel
  • nodejs
  • rust
Showing 8 — 10 of 10 articles

keyboard_arrow_left Previous page

© 2023 Aifodu