Coder Social home page Coder Social logo

embarcacionesapi's Introduction

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

embarcacionesapi's People

Contributors

dignelidxdx avatar

Watchers

 avatar  avatar

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.