Skip to content
View DJFCoder's full-sized avatar
πŸ‘¨β€πŸ’»
Working
πŸ‘¨β€πŸ’»
Working

Highlights

  • Pro

Block or report DJFCoder

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


package com.developer.jf;

import lombok.AllArgsConstructor;

@AllArgsConstructor
public class AboutMe {
    private final String name;
    private int age;
    private String focusOn;
    
    public void showSomeAboutMe() {
        System.out.print("πŸŽ“ Graduate: Technical Systems Development at SENAC\n"
            + "πŸŽ“ Currently: Bachelor's in Software Engineering at Cruzeiro do Sul\n"
            + "πŸ”­ Passionate about Back-end Development\n"
            + "πŸ› οΈ Tech stack: Java, Spring Boot, Hibernate, MySQL, MongoDB, Docker, React, Vue, Javascript, Python, Django, PostgresSQL\n"
            + "🎯 Focus: Clean Code, Design Patterns, and Software Architecture\n"
            + "⚑ Fun fact: I've been a hardware maintenance technician since I was 15\n"
            + "πŸ“š Constantly improving my problem-solving skills\n"
            + "πŸ”Ž Actively contributing to a US-based startup project\n"
            + "🌎 Working with an international team on a full-stack platform");
    }

    public static void main(String[] args) {
        AboutMe me = new AboutMe("Juan Fabian", 29, "Back-End");
        me.showSomeAboutMe();
    }
}

πŸ“Š GitHub Stats

Stats Repos Commits
Details Productive Time

πŸ› οΈ Core stack

DJF-Java DJF-MySQL DJF-MongoDB DJF-Docker DJF-Python DJF-Javascript DJF-React DJF-Postgres DJF-DynamoDB DJF-awsWebServices

Pinned Loading

  1. cashwise-API cashwise-API Public

    Java | MySQL | Spring Boot | Spring Data JPA | Validation | Lombok

    Java

  2. sales-sync-GUI sales-sync-GUI Public

    Java | MySQL | Hibernate | Swing | Flatlaf | BCrypt

    Java 1

  3. cinema-casa-cultural-API cinema-casa-cultural-API Public

    Java | MySQL | Spring Boot | Spring Data JPA | Validation | Lombok

    Java

  4. cinema-casa-cultural-WEBCLIENT cinema-casa-cultural-WEBCLIENT Public

    HTML | CSS | Js | Bootstrap | Alpine.js | jQuery | Ajax

    JavaScript

  5. resume-generator-CLI resume-generator-CLI Public

    Java | Apache Poi XWPF | Lombok | Launch4j

    Java

  6. event-register-application-API event-register-application-API Public

    Java | Spring Boot | Spring Data JPA | MySQL | Docker

    Java