const developer = {
username: 'Ajota',
name: 'Alerson Jorge',
years: 32,
location: 'Salvador, Bahia, Brasil',
codes: ['Javascript', 'Typescript', 'React', 'Node', 'HTML', 'CSS', 'PHP', 'CakePHP'],
technologies: {
frontEnd: {
js: ['React'],
css: ['Styled-Components', 'Css-Module']
},
backEnd: {
js: ['Node', 'Express']
},
databases: ['SQL Server', 'Postgres', 'Mongo', 'MySql', 'Sqlite']
},
currentFocus: 'Be full stack, node, react and react native developer',
};
function sayMessage(developer) {
const { name, username, location, currentFocus } = developer;
const codes = developer.codes.join(', ');
return `Hi, I'm ${name}, [aka ${username}]. I am ${years} years old, I live in ${location}.
I have been developing for a few years, I am currently working and studying at ${codes}.
My main focus right now is ${currentFocus}.`;
}
sayMessage(developer);
- Salvador, Bahia, Brasil
- in/ajotanc
- https://app.rocketseat.com.br/me/ajotanc
Popular repositories Loading
-
PixelMagicTool
PixelMagicTool PublicIt is a tool that converts any image into code in JSON WLED format, currently being tested on a 2D Matrix panel, soon I will post news for the serpentine version.
HTML 47
-
WLED
WLED PublicForked from Aircoookie/WLED
Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
C++ 1
-
-
-
cam2web
cam2web PublicForked from cvsandbox/cam2web
Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.
C++
-
If the problem persists, check the GitHub status page or contact support.