Skip to content
View stfulldev's full-sized avatar
🎯
nothing to say :(
🎯
nothing to say :(

Block or report stfulldev

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. read_it read_it Public

    my personal reading list of software engineering books/articles I love to share

    2

  2. deadweight.gdt deadweight.gdt Public

    ⚖️ Find the dead weight in your Godot scenes Static analysis for Godot projects

    Go 6

  3. Git First Aid 🛟 Git First Aid 🛟
    1
    > Safe recipes to undo changes and recover lost work
    2
    Local commit  → `git reset`
    3
    Shared commit → `git revert`
    4
    Lost commit   → `git reflog`
    5
    In progress   → `git <operation> --abort`
  4. serverless-game-backend serverless-game-backend Public

    Infrastructure and backend for a 100x100 tilemap Unity farm game. Includes AWS serverless architecture described in aws-sdk, Laravel using Bref, Lambda, Cognito and DynamoDB

    PHP 1