Skip to content
View MarconesOliveira's full-sized avatar
Block or Report

Block or report MarconesOliveira

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
MarconesOliveira/README.md
#include <Developer.h>
int main(){
	struct Developer dev;
	dev.name = "Marcones Oliveira";
	dev.age = 26;
	dev.speak = "Portuguese, English, Spanish";
	dev.skills[0] = "HTML, CSS, JavaScript";
	dev.skills[2] = "Nodejs, ExpressJs, React";
	dev.skills[1] = "Git, GitHub";
	dev.skills[3] = "Docker";
	dev.skills[4] = "Jest, Puppeteer";
	dev.skills[5] = "JAVA, Spring Boot";
	dev.skills[6] = "C, C++";
}

About me:

  • 🎯 I'm currently changing my carrer from electronics to programming
  • 🎓 Coursing Systems Analysis and Development
  • 🎥 Worked five years with broadcasting

Popular repositories

  1. Me-Leva-frontend Me-Leva-frontend Public

    Frontend do Me Leva, solução de software para transporte escolar intermunicipal.

    JavaScript 1

  2. help-desk-menino-do-ti help-desk-menino-do-ti Public

    A general help desk system for managing IT problems on any organization.

    HTML 1

  3. MarconesOliveira MarconesOliveira Public

    Config files for my GitHub profile.

  4. Calculator-JavaScript Calculator-JavaScript Public

    Calculator made with HTML, CSS and JavaScript.

    JavaScript

  5. Coder4You Coder4You Public

    Site feito para empresa Fictícia, para fins de aprendizado.

    CSS 1

  6. To-Do-List-JavaScript To-Do-List-JavaScript Public

    A simple To-Do list

    JavaScript