Skip to content
View danielssaugusto's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report danielssaugusto

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.

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

Typing SVG


Portfolio LinkedIn GitHub Email

---

> whoami

package dev.danielaugusto;

public final class DanielAugusto extends BackendDeveloper {

    public DanielAugusto() {
        super(
            "Java",
            "Spring Boot",
            "Backend Development"
        );
    }

    @Override
    protected String currentRole() {
        return "Software Engineering Student";
    }

    @Override
    protected List<String> specializations() {
        return List.of(
            "REST APIs",
            "Software Architecture",
            "Clean Code",
            "SOLID",
            "Application Security"
        );
    }

    @Override
    protected Project currentProject() {
        return new EverAfterAPI();
    }
}

> Environment

~/developer/profile.conf
──────────────────────────────────────────

role=Backend Developer

status=Open to Opportunities

language=Java

framework=Spring Boot

database=PostgreSQL

architecture=REST APIs

testing=JUnit5,Mockito

editor=IntelliJ IDEA

os=Linux

portfolio=https://tacheon.com.br/danielsaugusto

github=https://github.com/danielssaugusto

linkedin=https://linkedin.com/in/danielsaugusto
~

~

~

"profile.conf" 12L, 312B


Pinned Loading

  1. money_nest_app_finance money_nest_app_finance Public

    A personal finance management application built with Spring Boot and Vanilla JavaScript.

    Java 1

  2. project-saturday project-saturday Public

    Voice Assistant - Desenvolvida em Python para a praticidade de tarefas

    Python 1

  3. everafter-api everafter-api Public

    REST API for a wedding planning platform, featuring guest management, RSVP tracking, admin authentication, and event organization. Built with Java and Spring Boot.

    Java

  4. heroverse-wiki heroverse-wiki Public

    Uma página web contento informações e quiz em torno do universo do filme "Man of Steel", este projeto tem como principal objetivo aprender técnicas de JavaScript

    HTML 1