Coder Social home page Coder Social logo

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

Digneli Dávila's Projects

billetera_api icon billetera_api

Billetera virtual y webApi. Construcción de una aplicación para hacer transacciones, validaciones, seguridad, JWT.

blog_and_portfolio icon blog_and_portfolio

I'm going to talk about my knowledge in javacript and java. I'd like to show you a guide how to solve some problems! By the way i'd like to talk about softSkills!

buildappwith_cnet.core icon buildappwith_cnet.core

Hello, this is my first practice building an app with C# .Net Core and to the next step is ASP .NET just for learn and enjoy.

cursosapi icon cursosapi

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

docsify icon docsify

🃏 A magical documentation site generator.

empleados_api icon empleados_api

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

go_project_api icon go_project_api

Just I'd like to learn something new, i choose this amazing backend lenguage, GO. I knoe it's going to be a challenge, but here we go.

hyperblog icon hyperblog

Un blog increíble para el curso de Git y Github de Platzi

learning-typescript icon learning-typescript

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.

minigamehtml icon minigamehtml

This is a game like SimonDice. You have to follow the secuence of the color

noaa_api_mongo icon noaa_api_mongo

Una aplicación de embarcaciones que tiene como entities, muestras y boyas, usando MongoDB como base de datos NOSQL. Para gestionar las boyas con las muestras dadas segun la latitud, longitus y la altura nivel del mar

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.