const jeferson = {
worksAt: "Geekie 🧠",
hobbies: [
"chess",
"drawing",
"make music",
],
studyingSince: "2017-01-01T00:00:00.000Z",
isTechLover: true,
getAdvice: (about) => {
switch(about) {
case "life":
return "Be grateful for what you have, trust yourself!";
case "career":
return "Never stop learning! Your time is valuable, don't waste it scrolling on TikTok or ig for hours.";
case "badMoments":
return "It's okay to be feeling bad sometimes, just don't give up! Things are going to get better soon.";
}
}
};
🎩
Calma clean codo...
Full stack developer, but focused on Web.
-
Arco Educação | Geekie
- Fraiburgo, SC
Pinned Loading
-
react-essentials
react-essentials PublicThis project shows some of my best public resources for creating react interfaces. You'll find components and services for your projects
TypeScript 1
-
go-uni-client
go-uni-client PublicProject following best practices and modern front-end concepts. (Declarative UI, Server components, Design System)
TypeScript 2
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.