GithubHelp home page GithubHelp logo

amazeet's Introduction

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

amazeet's People

Contributors

neodevelop avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.