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

Block or report deverso

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

Hello 🤗, I'm Danilo Deverso!

Software Engineer

Twitter Follow Linkedin: anmol GitHub followers website

A little more about me...

<?php

namespace DaniloDeverso;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'RD Station',
                'position' => 'Senior Software Engineer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Nodejs::class,
            Ror::class,
            React::class,
            Gcp::class,
            Aws::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'Learn more about AI.';
    }
}

No Activity tracked this Week

Popular repositories

  1. MLManager MLManager Public

    Projeto pessoal para facilitar uso do ML

    PHP

  2. ZendSkeletonApplication ZendSkeletonApplication Public

    Forked from zendframework/ZendSkeletonApplication

    Sample application skeleton using the ZF2 MVC layer

    PHP

  3. cake_3 cake_3 Public

    PHP

  4. vonq vonq Public

    PHP

  5. sentry-testes sentry-testes Public

    Testes no sentry, log, sourcemap

    JavaScript

  6. configs configs Public

    Meus arquivos de configuração

    Shell