Skip to content
View cchacin's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report cchacin

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

Hi there, I'm Carlos - a.k.a Talo πŸ‘‹

I'm a Husband, Father and Developer!

  • πŸ”­ I’m currently working on the MicroGen project
  • 🌱 I’m currently learning Ruby, Kotlin and VIM
  • πŸ‘― I’m looking to collaborate with other developers
  • πŸ€” I’m looking for help with the MicroGen project
  • πŸ’¬ Ask me about: Unit Testing, TDD, Dependency Injection
  • πŸ₯… 2020 Goals: Contribute more to Open Source projects
  • ⚑ Fun fact: I wanted to be a professional soccer player 🀣

πŸ“« Connect with me:

carloschac.in Carlos Chacin | Twitter Carlos Chacin | LinkedIn Carlos Chacin | Instagram


πŸ“• Latest Blog Posts


Carlo's github stats

Top Langs

Popular Repositories

ReadMe Card ReadMe Card ReadMe Card ReadMe Card ReadMe Card ReadMe Card ReadMe Card ReadMe Card

Pinned

  1. Optionals vs. Nulls Optionals vs. Nulls
    1
    # Optionals vs. Nulls
    2
    
                  
    3
    Given a computer object get the USB version of the computer's soundcard, and if it's null return `UNKNOWN`
    4
    
                  
    5
    ## Java 7 traditional approach
  2. Atom Build for Compile and Run Java ... Atom Build for Compile and Run Java code
    1
    {
    2
      "cmd": "javac *.java && java {FILE_ACTIVE_NAME_BASE}",
    3
      "name": "{FILE_ACTIVE}",
    4
      "args": [ ],
    5
      "sh": true,
  3. Simple JavaEE 6 -> Testing Simple JavaEE 6 -> Testing
    1
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    2
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    3
        <modelVersion>4.0.0</modelVersion>
    4
    
                  
    5
        <groupId>com.sample.dojo</groupId>
  4. JAX-RS Conditional Cache Headers -> ... JAX-RS Conditional Cache Headers -> https://devcenter.heroku.com/articles/jax-rs-http-caching
    1
    @Path("/books")
    2
    public class BookResource {
    3
    
                  
    4
        // less bandwidth
    5
        @GET