Git Product home page Git Product logo
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

Alerson Jorge's Projects

cam2web icon cam2web

Streaming camera to web as MJPEG stream or individual JPEG snapshots. Providing embedded web UI for watching camera directly from a web browser.

pixelmagictool icon pixelmagictool

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.

wled icon wled

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

wled-docs icon wled-docs

Documentation for the WLED project (kno.wled.ge)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.