Skip to content

DJFCoder/DJFCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 

Repository files navigation


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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors