Skip to content
View ajotanc's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ajotanc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ajotanc/README.md
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);

Github LinkedIn Instagram Instagram

Experience with

Image Image Image Image Image Image

Studying

Image Image Image Image

Workstation

SO Motherboard Processador Memória Processador

Popular repositories Loading

  1. PixelMagicTool PixelMagicTool Public

    It 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 39

  2. WLED WLED Public

    Forked from Aircoookie/WLED

    Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

    C++ 1

  3. conceitos-do-react conceitos-do-react Public

    Segundo desafio da trajetória Ignite React

    TypeScript

  4. ajotanc ajotanc Public

  5. cam2web cam2web Public

    Forked 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++

  6. LiveInteractions LiveInteractions Public

    Interactions developed for use in Twitch lives.

    TypeScript