Data Scientist in progress...
| Junior Full Stack Developer growing...
| Retail Investor learning...
| UI/UX Designer designing... | Junior Backend Java Developer developing...
| SAFe 5 Practitioner
| Cloud Data Integration for PowerCenter Developers, Foundation Certification
Let's talk about me:
package Developer;
public class Jael {
private String code = "Javascript, HTML, CSS, Python, Java, Markdown";
private String tools ="VS Code, IntelliJ, GitHub, Adobe XD, Adobe Illustrator
Figma, Adobe Photoshop, Docker, Git";
private String areas = "Web, UI/UX";
public String getCode(){ return code; }
public String getTools(){ return tools; }
public String getAreas(){ return areas; }
public boolean setCode(String code){
if (!code.isEmpty()){
this.code = "Keep learning!!!!!";
return true;
}else
return "Keep improving!!!!!";
}
public boolean setTools(String tools){
if (!tools.isEmpty()){
this.tools = "Learn a new tool!!!!!";
return true;
}else
return "Keep improving until master the tools!!!!!";
}
public boolean setAreas(String areas){
if (!areas.isEmpty()){
this.areas = "Keep looking for new areas!!!!!";
return true;
}else
return "Keep improving until master the areas!!!!!";
}
public String showMessage(){
return
"challenge: I'm changing my carrer path and working hard to achieve my dreams!!!!!";
}