Francisco Presencia·Jan 6, 2020Constant evolution in JSIn the beginning there was “var”. And it was kind of “there is something somewhere named this way”. It was lawless and everything could be…
Francisco Presencia·Jun 26, 2018Debugging Bloomberg menu mimicWorking Demo | Broken DemoA response icon2A response icon2
InServer for Node.jsbyFrancisco Presencia·Nov 1, 2017Server.js 1.0 released — for Node.js 8 LTSI released the first official version of server.js, a library to make developing a web server in Node.js a lot easier. Based on express…
InServer for Node.jsbyFrancisco Presencia·Jun 20, 2017About server.jsI have taught Node.js + express.js to quite some people and there’s always a point where I just have to say: “this part is way too complex…
InServer for Node.jsbyFrancisco Presencia·Jun 20, 2017Getting a great npm nameNote: thanks to npm making this possible and for their awesome support.A response icon1A response icon1
Francisco Presencia·Jun 15, 2017Use the Raspberry Pi!This is the straw that breaks the camel’s back; as I’m learning and improving about how to use the Raspberry Pi I read this article called…
InServer for Node.jsbyFrancisco Presencia·Jun 9, 2017Server.js beta 1 releasedThis release marks the end of a way longer than expected development cycle and the first public release for testing. The core functionality…
Francisco Presencia·Apr 7, 2017Please Mix Promises and CallbacksI just read the article “Never Mix Promises and Callbacks in NodeJS” from the front-page of Hacker News and I found two errors that have…
InServer for Node.jsbyFrancisco Presencia·Apr 5, 2017Async/Await are awesomeIt just became apparent to me that an async function that is called returns a Promise and that is really great. The reason is that there…A response icon3A response icon3
InServer for Node.jsbyFrancisco Presencia·Jan 28, 2017Server’s middleware ♥ PromisesThis is the journey of creating a simple and powerful server for Node.js.