http://www.unheap.com http://plugins.jquery.com http://www.jsdb.io http://microjs.com http://www.jqueryrain.com Do I missing something? Yes, for sure!. Please send me your links to: developer@leolanese.com
KARMA configuration (Testacular)
What is KARMA Karma is a Test Driver. We still needs Jasmine and also node.js, gut and Xcode if we have an Apple product Test the installation node -v git –version Download node.js src code Install node.js Install Xcode InstallRead more…
You may not be ready for this yet, but your kids are gonna love it
The number of devices connected to the web is out of control. Sometimes companies don’t get the real view of the problem: Everything is “connected” or it will be. Everyone gets connected and If you don’t have your website enabledRead more…
The way of the Front-end developer: My tiny story
The Front-end development: I used to be a back-end developer working with Java and PHP last 10 years (I still remember that boring purple color from PHP website), :P. I was looking for something else, something to get exited to do.Read more…
Useful GIT command scroll
Git Commands Initialize a local Git repository git init Check status git status Add a file to the staging area git add [file-name.txt] Commit changes git commit -m “[commit message]” View changes git log View changes (detailed) git log –summaryRead more…