Skip to content
View gentildpinto's full-sized avatar

Organizations

@rog-golang-buddies @risk-place-angola

Block or report gentildpinto

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. nellcorp/vpos-go nellcorp/vpos-go Public

    vPOS Golang package

    Go 5 1

  2. rss2go rss2go Public

    A simple package to parse rss (xml) feed to go

    Go 2

  3. africell africell Public

    Africell APP UI

    Kotlin 4

  4. BusinessCard BusinessCard Public

    A simple business card app built for Android using Kotlin and Jetpack Compose

    Kotlin 3 3

  5. backend-risk-place backend-risk-place Public

    Forked from risk-place-angola/backend-risk-place

    Web API - service responsible for providing data.

    Go 2

  6. A simple code to get the next auto i... A simple code to get the next auto increment id from a table in laravel
    1
    <?php
    2
    
                  
    3
    namespace App\Http\Controllers;
    4
    
                  
    5
    use Illuminate\Support\Facades\DB;