Category: Web Development

  • Building a Calculator with Vue.js and Flexbox

    Vue.js is one of the leading JavaScript libraries out there, which is easy to get started and very scalable at the same time. Similarly, CSS3 Flexbox is a relatively new feature that makes our design process simpler. This is a tutorial on creating a simple calculator using Vue.js CLI and CSS3 Flexbox. This post first appeared on Laccadive IO Blog.


    (more…)
  • Footer to bottom of page

    We need the page footer to be at the bottom of the page. However, it should not always stick to the bottom of the page either i.e. when there is more than one page worth of content.

    Thanks to flexbox, this is not so hard after all.

    (more…)