Skip to content
View neodevelop's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@isotopos @makingdevs @LambdaMx @TechMindsMX
Block or Report

Block or report neodevelop

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

Hi, I'm neodevelop!

Software developer at MakingDevs

Twitter: neodevelop GitHub neodevelop

I wrote some memories at The Software Apprentice.
I transform coffee ☕ into code, look at this!
Time ago I recorded 📷 a podcast at ViveCodigo.org

More about me!

I like a lot the Elixir lang.

def programming(me) do
  me
  |> add_coffee()
  |> take(the: "computer")
  |> write_your_thoughs(in: "requirements")
  |> learn
  |> drink(:beer)
end

I write Ruby for helping people to learn; but the best part are the tests.

RSpec.describe AutoResponse do
  [
    ["some 111 some","Thank you for contacting SMS Care. Our team will contact you soon for a free care referral."],
    #["some some","Please write us and include some code: 111 for contact, 222 for meet you better, 333 for mor info"],
    ["another response with 222","Thank you for contacting SMS Care. What is the name and age of your child? end with 221 code"]
  ].each do | sms, response |
    it "SMS is #{sms} and response is #{response}" do
      current_response = AutoResponse.instance.respond_to(sms)
      expect(current_response).to eq(response)
    end
  end
end

I do Java in a Groovy way

Me.metaClass.code { -> }

Haskell it's impressive

qsort [] = []
qsort(x:xs) = qsort smaller ++ [x] ++ qsort larger
              where
                smaller = [ a | a <- xs, a <= x]
                larger = [ b | b <- xs, b > x]

But I do Haskell for the Web

improveProgrammer : Model -> Me -> Model
improveProgrammer model programmer =
    let
        skillProgrammer =
            { programmer
                | username = user.username
                , currentSkill = "Functional programming"
            }
    in
        { model
            | programmer = skillProgrammer }

I'm huge fan of John McCarty!

(me 
  (as 
    (a coder)))

Also I run boxes in others computers for living...

FROM alpine:3.7
RUN apk add --no-cache all-the-tools
ENTRYPOINT ["all-the-tools"]

I use the command line everyday

tail -f application.log | awk '
  /info/ {print "\033[32m" $0 "\033[39m"}
  /debug/ {print "\033[34m" $0 "\033[39m"}
  /warn/ {print "\033[33m" $0 "\033[39m"}
  /error/ {print "\033[31m" $0 "\033[39m"}'

I'm not a robot 🤖

neodevelop's github stats

Top Langs

Popular repositories

  1. codice codice Public

    A CMS web project

    Groovy 10 4

  2. examplesspring examplesspring Public

    A list of examples of SpringFramework

    Java 7 3

  3. coetus coetus Public

    Event manager application written in Groovy & Grails

    5 1

  4. VertxTestsWithSpock VertxTestsWithSpock Public

    Making async tests with Spockframework

    Groovy 4

  5. flickr-plugin flickr-plugin Public

    Plugin de Flickr para Grails

    Groovy 3 2

  6. ViveCodigo ViveCodigo Public

    Código fuente de los videocast

    3 1