Skip to content
View jpadilladev's full-sized avatar
πŸ‘¨β€πŸ’»
Let's code!
πŸ‘¨β€πŸ’»
Let's code!
Block or Report

Block or report jpadilladev

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
jpadilladev/README.md

Hi there, IΒ΄m Jorge Padilla πŸ‘‹

Who am I? πŸ€“

I'm Jorge Padilla, Senior software engineer with a passion for coding. Highly interested in Clean Code, SOLID, Domain Driven Design, best practices and Software Design. Always reading about the latest trends: I like to stay updated and to keep improving my skills!

    var mySkills = allSkillsOfTheWorld.stream()
    				.map(Skill::getOwner)
    				.filter("Jorge"::equals)
    				.collect(Collectors.toSet());
    System.out.println(mySkills);
    // this prints ["Java", "Kotlin", "Spring", "SOLID", "DDD", "KISS", "CleanCode" and more!]

Latest Posts πŸ“•

My Github πŸ’»

Find me online 🌐

πŸ‘‹

Pinned

  1. spring-kotlin-ddd-sample spring-kotlin-ddd-sample Public

    Sample project using Kotlin + Spring Boot, Domain Driven Design and Clean Architecture.

    Kotlin

  2. clean-architecture-spring-sample clean-architecture-spring-sample Public

    Clean Architecture + Spring Boot + DDD sample

    Java 4 1

  3. the-guardpian the-guardpian Public

    Small Raspberry Pi project using Camera and Sensor as a Security Camera.

    Python

  4. spring-boot-rest-demo spring-boot-rest-demo Public

    Simple Spring Boot REST demo for Webstilos.es

    Java

  5. django-demo django-demo Public

    Python and Django, Django REST Framework API Demo

    Python

  6. electron-react-node-server-poc electron-react-node-server-poc Public

    Electron starting server and serving React WebApp (Proof of Concept)

    TypeScript