Introduction I’m a big fan of speeding up every part of your development. If you shave off seconds here and…
Server
Introduction Icon fonts are great tools for building applications and websites nowadays. They have a great many benefits over fixed-sized…
Introduction Vue.js is simple. It is so simple that people often dismiss it as only suitable for small projects. While…
Introduction If you have built a React app at any point in your programming career, you probably have experienced an…
Introduction The content of an HTML document can be very long and difficult to access only through the scroll. Because…
[]Note: Updates: March 22, 2016: Provided a Demo Link which is available on Plunker March 21, 2016: Updated a poorly…
Introduction HTTP Middlewares provide a convenient mechanism for filtering HTTP requests entering your application. Laravel, for example, has a middleware…
Introduction Displaying time relatively has become popular in the past few years. This can be seen across social networks like…
Introduction In part two of this tutorial, we added token-based authentication with JWT (JSON Web Tokens) to our todo API.…
Introduction For websites like ours, code blocks and pre tags are necessities. Making these code blocks look good and function…