por jvadillo | Sep 28, 2018 | Code, Code Snippet
Making your web responsive could not be enough to mantain complete usability in all devices. It is sometimes necessary not only to adapt our content to the browser’s screen but also modify the information we want to display. In case of big tables which hold...
por jvadillo | Ago 26, 2017 | Code, Code Snippet
One of the best learning methods in the web development world is to practice and try to clone some of the best web user interfaces that exist nowadays. “Practice makes the master.” once said Patrick Rothfuss, and he was right. The code of this week is a Twitter clone...
por jvadillo | Jul 13, 2017 | Code Snippet
The code of this week is an example of how to combine React and Redux libraries to build a TODO app. You can find all the code below on Codepen.io (for a better result open fullscreen at https://codepen.io/jonvadillo/pen/LLBLbV/) See the Pen React Redux TODO...
por jvadillo | Jun 29, 2017 | Code Snippet
You will love this code example as it covers lot of different topics and lets you easily run a RESTFull server-app . You can learn how to… Create a Node.JS server-side app. Use Express, the Node.js web application framework to respond to HTTP requests. Get and...
por jvadillo | Jun 19, 2017 | Code Snippet
This week I show you an UI developed using Bootstrap framework. Even Google engineers don’t use Bootstrap in their GMail web app, we can build a similiar UI based on the popular framework. You can find all the code below on Codepen.io (for a better result open...
por jvadillo | May 31, 2017 | Code Snippet
Materialize is a CSS framework based on Google’s Material Design by Google. It provides different components in order to develop responsive web applications that follow Material Design guidelines. The code below shows how to code a card grid using the framework:...
Comentarios recientes