Skip to content
View chrisegb's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report chrisegb

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
chrisegb/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @chrisegb Christian Blanco
  • ๐Ÿ‘€ Iโ€™m interested in backend engineering, specially with Java technologies, I love also to write Golang, Python, Elixir and PHP.
  • ๐ŸŒฑ Iโ€™m currently learning Elixir with Phoenix framework.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on open source but also with new innovative ideas.
  • ๐Ÿ“ซ How to reach me? https://www.linkedin.com/in/christian-galdamez/

Pinned Loading

  1. spring-boot-jwt-security spring-boot-jwt-security Public

    Java

  2. spring-boot-authy spring-boot-authy Public

    Java

  3. elixir_tutorial elixir_tutorial Public

    Elixir 1

  4. This is the corresponding dependency... This is the corresponding dependency to add into Maven file pom.xml that will interact with the latest AmazonService.java Service.
    1
    <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-s3 -->
    2
    <dependency>
    3
        <groupId>com.amazonaws</groupId>
    4
        <artifactId>aws-java-sdk-s3</artifactId>
    5
        <version>1.12.313</version>
  5. This is a Spring Boot Service class ... This is a Spring Boot Service class that uses an Amazon dependency added from Maven.
    1
    package com.your.package;
    2
    
                  
    3
    import java.io.File;
    4
    import java.io.FileOutputStream;
    5
    import java.io.IOException;
  6. elixir_in_action elixir_in_action Public

    Elixir