Details
-
AboutFullstack Developer
-
Skillsjs, python, java, php
-
LocationGuatemala
-
Github
Joined devRant on 7/30/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Client: “We need a very simple app where waiters speak orders, and it prints automatically. No typing.”
Also client:
Speech-to-text with noise
Identify table, dish, modifiers
Group orders per table
Add more orders later
Dual printer output
CSV reports
Budget? Less than a round of beers at the bar.joke/meme web-dev ai clients unrealistic-expectations sarcasm speech-to-text devrant programmer-life software-estimates freelance voice-recognition15 -
I need to install homebrew in my OS X so i go to brew.sh
brew.sh: /usr/bin/ruby -e "$(....
me: ok, need to install ruby
ruby-lang.org: brew install ruby2 -
My boss ask me to install Time Machine in my computer to track my activity and take screenshots, but i'll not installing it because i'm remote and it's my own computer.3
-
Task:
Prevent users deleting items from the tokenInput.
Solution:
onDelete: function(item){
$("#token_input").tokenInput("add",item);
}