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

Block or report dignelidxdx

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dignelidxdx/README.md

Hola a todos.. Soy Digneli Dávila, Ingeniera Industrial y Programadora Jr. Tengo 25 años 👋 Amo aprender y compartir conocimientos ⚡.

Intro

Reach me on: Linkedin: Digneli Portfolio: https://dignelidavila.com.

Tech Stack:

public static void main(String[] args) {
		SpringApplication.run(ApiApplication.class, args);
		creatingNewDev();
	}

	public static void creatingNewDev() {
		
		List<Frontend> fSkills = new ArrayList<>();
		Frontend frontend = new Frontend("ReactJS", "Redux", "Bootstrap");
		fSkills.add(frontend);

		List<Backend> bSkills = new ArrayList<>();
		Backend backend = new Backend("Microservices", "Spring-boot", "Maven", "JWT", "WebAPI");
		bSkills.add(backend);

		List<Hobby> hobbies = new ArrayList<>();
		Hobby hob = new Hobby("Excersite", "Play Video Games", "Read, Study and Listen to Music");
		hobbies.add(hob);	

		Developer developer = new Developer("Digneli Dávila", 25, "Buenos Aires", fSkills, bSkills, hobbies);
		
		String[] otherSkills = {"SQL", "JUnit", "Mockito", "Sonarqube"};

		System.out.println(developer);
	}

Output:

Name: Digneli Dávila. Age: 25 Address: Buenos Aires
Frontend Skills: [My main frontend skill: ReactJS. Second: Redux. Third: Bootstrap.]
Backend Skills: [My main backend skill: Microservices. Second: Spring-boot. Third: Maven. Fourth: JWT. Fiveth: WebAPI.]
Hobbies: [My favorite hobbies are: Excersite, Play Video Games, Read, Study and Listen to Music.]

Mi día a día es como un libro ✨ , me encanta aprender nuevas cosas y llevarlas a la práctica como también enseñarlas. Siempre me sumo a nuevos retos y trato de dar lo mejor de mi, no conozco un "no se puede" en mi vocabulario diario :)

Dipto Chakrabartys Github Stats

Pinned Loading

  1. TPSenorDeLosAnillos TPSenorDeLosAnillos Public

    Here we can play a game related by The Lord of the Ring. This is an amazing gameplay where you can choose your character and weapons. Just clone and enjoy!

    Java 2

  2. BootCampGL2020_DigneliDavila BootCampGL2020_DigneliDavila Public

    Ejercicios prácticos individuales trabajados con JAVA en la Bootcamp GL 2020.

    Java

  3. empleados_API empleados_API Public

    WebAPI con React y Springboot sobre Empleadas y sus categorías. Levantando info en MySQL.

    JavaScript

  4. PersonalPortfolio PersonalPortfolio Public

    Mi portafolio personal donde se podrá detallar mis últimos 4 años y mis aspiraciones hacia el futuro. Tambien añadí un blog de tópicos que se hablan hoy en dia.

    JavaScript

  5. cursosAPI cursosAPI Public

    This is a excesite at ADA. We are creating a simple page about courses with teachers, students and video lessons.

    Java

  6. Learning-Typescript Learning-Typescript Public

    This is a simple code with TypeScrip! I love this lenguage, i just think is a combine about strongly typed and weakly typed as Javascript.

    TypeScript