Skip to content
View jhon-elen's full-sized avatar
πŸ‘¨β€πŸ’Ό
πŸ‘¨β€πŸ’Ό

Block or report jhon-elen

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

Hi there πŸ‘‹

Welcome to my GitHub profile!

  • πŸ”­ I’m currently working on:
    Projects using Java 11 with Spring Boot and Java 17 with Quarkus, along with integrating Java applications with Apache Kafka.
  • 🌱 I’m currently learning:
    I’m preparing for the Azure AI-900 and TOGAF Foundations certifications.
  • πŸ‘― I’m looking to collaborate on:
    Initiatives that combine solid Java backends with event-driven architectures, as well as projects focusing on machine learning and artificial intelligence with Python.
  • πŸ€” I’m looking for help with:
    Optimizing and scaling event-based architectures, and incorporating machine learning and AI solutions using Python for IoT applications.
  • πŸ’¬ Ask me about:
    Java development, integrating Apache Kafka, or leveraging Python for machine learning and AI in IoT.
  • πŸ“« How to reach me:
    You can contact me via email at jhon_elen@outlook.es or connect with me on LinkedIn.
  • πŸ˜„ Pronouns:
    He/him (open to respectful alternatives).
  • ⚑ Fun fact:
    I'm combining traditional Java development with innovative approaches in machine learning and artificial intelligence using Python to create disruptive IoT solutions.

Pinned Loading

  1. Main java class Main java class
    1
    import java.util.List;
    2
    import java.util.ArrayList;
    3
    
                  
    4
    public class Main {
    5
      public static void main(String[] args) {
  2. C++ notes C++ notes
    1
    class A 
    2
    {
    3
     public:
    4
      int x;
    5
     protected: