Git Product home page Git Product logo

Bienvenidos a mi repositorio 👋

Banner (1)

HashMap<String, Object> JBerriosG = new HashMap<>;
ArrayList<String> technologies = new ArrayList<String>;
ArrayList<String> passions = new ArrayList<String>;

technologies.add("HTML5");
technologies.add("CSS3");
technologies.add("JavaScript");
technologies.add("Java");
technologies.add("SpringBoot");
technologies.add("Google Cloud Platform");
technologies.add("NodeJS");
technologies.add("Angular");

passions.add("Web development");
passions.add("Software development");
passions.add("VideoGames development");
passions.add("Martial Arts");
passions.add("VideoGames");
passions.add("Anime");

JBerriosG.put("Technologies",technologies);
JBerriosG.put("Passions",passions);
log.info(gson.toJson(JBerriosG));
{
   "Technologies":[
      "HTML5",
      "CSS3",
      "JavaScript",
      "Java",
      "SpringBoot",
      "Google Cloud Platform",
      "NodeJs",
      "Angular"
   ],
   "Passions":[
      "Web development",
      "Software development",
      "VideoGames development",
      "Martial Arts",
      "VideoGames",
      "Anime"
   ]
}

image image image image image image image

Jimmy Berríos Gallo (Jimmy Dev & Geek)'s Projects

bokuryudojo icon bokuryudojo

Pagina creada para el Dojo de Artes Marciales de la Bujinkan Bokuryu Dojo

bookstore icon bookstore

App Web Creada en base al curso de Domini code en youtube

cursohtmlcss icon cursohtmlcss

Repositorio creado para tener un respaldo del curso de HTML-CSS de Platzi

googleclone icon googleclone

pagina realizada como un clon de google para la practica de html y css

mobilefirst icon mobilefirst

Repositorio creado para almacenar el proyecto mobileFirst del curso de platzi

pokeastro icon pokeastro

Proyecto realizado para probar las capacidades del framework Astro 3.0 y tailwind css, tambien se incluyo el uso de la libreria vanilla-tilt.js

rimback icon rimback

CMS base for the community of web programmers Rimorsoft Online.

tiser icon tiser

Landing Page creada para el cliente empresa Tiser.

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.