Carregando...
Sidnei Junior
Profile.java
12345678910 11121314151617181920 21222324252627282930 31323334353637383940 41424344454647484950 51525354555657585960 61626364656667686970 71727374757677787980
/// Desenvolvedor Full Stack disponível para projetos
/// Especialista em Java, Python, React e Node.js
///
public class INFORMATION {
public string NAME = "SIDNEI JUNIOR";
public string TITLE = "SORFTWARE ENGINEER";
public string EMAIL = "sjuniorr6@gmail.com";
public int FONE = 11987487342;
public string[] LIVE_IN = {"São Paulo", "SP", "Brasil"};
public int AGE = 25;
}
public class Pessoa implements Serializable {
private static final long serialVersionUID = 1L;
private String nome;
private String TITLE;
private String email;
private String telefone;
private String[] position;
private List<String> skills = new ArrayList<>();
private Map<String, Object> metadata = new HashMap<>();
// Construtor padrão
public Pessoa() {
this.nome = "Sidnei Junior";
this.titre = "Desenvolvedor Full Stack";
this.email = "sjuniorr6@gmail.com";
this.telefone = "11987487342";
this.position = new String[]{"São Paulo", "SP", "Brasil"};
}
// Construtor parametrizado
public Pessoa(String nome, String titre, String email, String telefone, String[] position) {
this.nome = nome;
this.titre = titre;
this.email = email;
this.telefone = telefone;
this.position = position;
}
public void addSkill(String skill) {
this.skills.add(skill);
}
@Override
public String toString() {
return "Pessoa{" + "nome='" + nome + "', titre='" + titre + "'}";
}
}
// Instanciação e uso da classe Pessoa
Pessoa p = new Pessoa("Sidnei Junior", "Desenvolvedor Full Stack", "sjuniorr6@gmail.com", "11987487342", new String[]{"São Paulo", "SP", "Brasil"});
p.addSkill("Java");
p.addSkill("Python");
p.addSkill("React");
p.metadata.put("experience", 3);
p.metadata.put("available", true);
System.out.println(p.toString());
public enum PLATFORMS {
WINDOWS, LINUX, MOBILE
}
public enum LANGUAGES {
JAVA, PYTHON, JAVASCRIPT, REACT, VUE_JS, ANGULAR, NODE_JS, DJANGO, LARAVEL, HTML5, CSS3, SQL
}
public enum SOFTWARE {
INTELLIJ_IDEA, VSCODE, GIT, DOCKER, AWS, POWERBI, POSTGRESQL, MONGODB, REDIS
}
public enum MEDIA {
LINKEDIN("linkedin.com/in/sidnei-junior"),
GITHUB("github.com/Sjuniorr6"),
EMAIL("sjuniorr6@gmail.com");
private final String url;
MEDIA(String url) { this.url = url; }
}
public enum LANGUAGES {
PORTUGUESE("Native"),
ENGLISH("Intermediate"),
SPANISH("Intermediate");
private final String level;
LANGUAGES(String level) { this.level = level; }
}
public enum PROFILE {
CURIOUS, PUNCTUAL, RIGOROUS
}
Experience.java
12345678910 11121314151617181920
/// Experiências profissionais e projetos desenvolvidos
///
public class EXPERIENCES {
private static final String COMPANY_TYPE = "TECHNOLOGY";
private static final int TOTAL_EXPERIENCE = 3;
/** * GoldenSat - Sistema de Gestão de Satélites * Desenvolvimento de aplicação completa para controle de satélites */
public static void GoldenSat() {
String _Duration = "January 2025 - Present";
String _Position = "Senior Full Stack Developer";
String[] _Technologies = {"Java 17", "Spring Boot 3", "React 18", "PostgreSQL", "Docker", "AWS"};
String _Description = "Sistema completo de gestão de satélites com dashboard em tempo real";
List<String> _Responsibilities = Arrays.asList("Arquitetura de microserviços", "API RESTful", "Interface React", "Deploy AWS");
}
/** * TechCorp - E-commerce Platform * Plataforma de e-commerce com pagamentos e gestão de estoque */
public static void TechCorp() {
String _Duration = "March 2024 - December 2024";
String _Position = "Backend Developer";
String[] _Technologies = {"Python", "Django", "FastAPI", "MongoDB", "Redis", "Stripe API"};
String _Description = "Plataforma de e-commerce com sistema de pagamentos e gestão de estoque";
Map<String, Object> _Metrics = new HashMap<>();
_Metrics.put("users", 50000);
_Metrics.put("transactions", 1000000);
_Metrics.put("uptime", "99.9%");
}
/** * DataFlow - Sistema de Analytics * Plataforma de análise de dados em tempo real */
public static void DataFlow() {
String _Duration = "September 2023 - February 2024";
String _Position = "Data Engineer Developer";
String[] _Technologies = {"Python", "Apache Kafka", "Apache Spark", "Elasticsearch", "Kubernetes"};
String _Description = "Sistema de processamento de dados em tempo real com dashboard de analytics";
double _Performance = 99.5; // % de uptime
}
}
Skills.java
12345678910 11121314151617181920 21222324252627282930 31323334353637383940 41424344454647484950
/// Habilidades técnicas e competências
///
public class SKILLS {
private static final int TOTAL_SKILLS = 15;
private static final String EXPERTISE_LEVEL = "Advanced";
/** * Linguagens de Programação */
public static void ProgrammingLanguages() {
Map<String, Integer> _Languages = new HashMap<>();
_Languages.put("Java", 95); // % proficiency
_Languages.put("Python", 90);
_Languages.put("JavaScript", 85);
_Languages.put("TypeScript", 80);
}
/** * Frameworks e Bibliotecas */
public static void Frameworks() {
String[] _Backend = {"Spring Boot", "Django", "FastAPI", "Express.js"};
String[] _Frontend = {"React", "Vue.js", "Angular", "Next.js"};
String[] _Mobile = {"React Native", "Flutter"};
}
/** * Bancos de Dados e Cloud */
public static void DatabasesAndCloud() {
String[] _Databases = {"PostgreSQL", "MongoDB", "Redis", "MySQL"};
String[] _Cloud = {"AWS", "Azure", "Google Cloud", "Docker"};
String[] _DevOps = {"Kubernetes", "Jenkins", "GitLab CI"};
}
}
Projects.java
12345678910 11121314151617181920
/// Projetos desenvolvidos e aplicações criadas
///
public class PROJECTS {
private static final int TOTAL_PROJECTS = 4;
private static final String REPOSITORY_URL = "github.com/Sjuniorr6";
/** * Sistema Integrado de Gestão Empresarial * ERP completo com módulos de vendas, estoque e financeiro */
public static void IntegratedSystem() {
String[] _Technologies = {"Python", "Django", "PostgreSQL", "Redis", "Celery"};
String _Description = "ERP completo com módulos de vendas, estoque, financeiro e RH";
Map<String, Object> _Features = new HashMap<>();
_Features.put("modules", 6);
_Features.put("users", "1000+");
_Features.put("status", "Production");
}
/** * GS Voucher - Sistema de Gestão de Vouchers * Plataforma para criação e gestão de vouchers promocionais */
public static void GSVoucher() {
String[] _Technologies = {"React", "Node.js", "Redis", "MongoDB", "Socket.io"};
String _Description = "Sistema completo de criação, validação e gestão de vouchers";
List<String> _Features = Arrays.asList("QR Code Generation", "Real-time Validation", "Analytics Dashboard");
}
/** * Sistema de Acionamentos - Controle de Veículos * Sistema de rastreamento e controle de frota em tempo real */
public static void DispatchSystem() {
String[] _Technologies = {"Python", "WebSocket", "REST API", "PostgreSQL", "Redis"};
String _Description = "Sistema de rastreamento GPS e controle de frota em tempo real";
Map<String, Object> _Metrics = new HashMap<>();
_Metrics.put("vehicles", 500);
_Metrics.put("update_frequency", "30s");
_Metrics.put("accuracy", "99.8%");
}
/** * Portfolio Interativo - Este projeto * Portfolio desenvolvido com HTML, CSS e JavaScript */
public static void InteractivePortfolio() {
String[] _Technologies = {"HTML5", "CSS3", "JavaScript", "Responsive Design"};
String _Description = "Portfolio interativo com design de code editor e animações";
List<String> _Features = Arrays.asList("Syntax Highlighting", "Responsive Design", "Animations", "Dark Theme");
}
Contact.java
12345678910 11121314151617181920
/// Informações de contato e redes sociais
///
public class CONTACT {
private static final String AVAILABILITY = "Available for new projects";
private static final String RESPONSE_TIME = "24h";
/** * Redes Sociais e Contatos Profissionais */
public static void SocialMedia() {
Map<String, String> _Contacts = new HashMap<>();
_Contacts.put("LinkedIn", "linkedin.com/in/sidnei-junior");
_Contacts.put("GitHub", "github.com/Sjuniorr6");
_Contacts.put("Email", "sjuniorr6@gmail.com");
_Contacts.put("WhatsApp", "+55 11 98748-7342");
}
/** * Formulário de Contato */
public static void ContactForm() {
String[] _Fields = {"Nome", "Email", "Assunto", "Mensagem"};
String _Validation = "Required fields validation";
String _Response = "Auto-reply confirmation";
}
/** * Disponibilidade e Horários */
public static void Availability() {
String _Status = "Available for freelance projects";
String _TimeZone = "GMT-3 (São Paulo)";
String _ResponseTime = "Within 24 hours";
}
}