Server

Write React Faster with Simple React Snippets

Introduction I’m a big fan of speeding up every part of your development. If you shave off seconds here and…

11 Great Icon Fonts for Your Projects

Introduction Icon fonts are great tools for building applications and websites nowadays. They have a great many benefits over fixed-sized…

Build a Single Page Time Tracking App with Vue.js: Introduction

Introduction Vue.js is simple. It is so simple that people often dismiss it as only suitable for small projects. While…

Error handling in React 16 using Error Boundaries

Introduction If you have built a React app at any point in your programming career, you probably have experienced an…

Build a Custom JavaScript Scrollspy Navigation

Introduction The content of an HTML document can be very long and difficult to access only through the scroll. Because…

Responsive Carousel Component with Angular 2

[]Note: Updates: March 22, 2016: Provided a Demo Link which is available on Plunker March 21, 2016: Updated a poorly…

Understanding Laravel Middleware | DigitalOcean

Introduction HTTP Middlewares provide a convenient mechanism for filtering HTTP requests entering your application. Laravel, for example, has a middleware…

Display Time Relatively in Angular

Introduction Displaying time relatively has become popular in the past few years. This can be seen across social networks like…

Build a RESTful JSON API With Rails 5

Introduction In part two of this tutorial, we added token-based authentication with JWT (JSON Web Tokens) to our todo API.…

Get Beautiful Syntax Highlighting For Your Website Code with PrismJS

Introduction For websites like ours, code blocks and pre tags are necessities. Making these code blocks look good and function…

Back to top button