…each you how to create and animate a hamburger menu icon and then attach an event listener through jQuery for triggering a drop-down menu.I will be using Jade (Pug) and Sass instead of vanilla HTML and CSS. So you should at least have a basic knowledge of these templating engines.Creating…
…ework for creating front ends for web and mobile applications. It all started with AngularJS 1.x and then AngularJS 2, and now it's finally Angular, with the latest updates and bug fixes being worked on by the Angular team.Components are an important part of an Angular web application. In this…
…e first part of the beginner's guide to Angular tutorial series, you learnt what components are in Angular 4 and how to write Angular components. In this part of the tutorial series, you'll learn what services are in Angular and how to use them.Getting StartedYou'll start by cloning the source…
…e second part of the beginner's guide to Angular tutorial series, you learnt what services are in Angular 4 and how to write Angular services and use them in an Angular component. In this part of the tutorial series, you'll learn how to handle routing in Angular 4.Getting StartedYou'll start…
…e a PHP programmer working with the Laravel framework, I am sure that you deploy your web application on cloud servers on providers like Linode, Digital Ocean, Vultr and the rest. That’s because with a framework like Laravel, which works tightly with tools like Git and Composer, it is less…
…e previous tutorial, you saw how to implement routing in Angular web applications using Angular routing. In this tutorial, you'll learn how to communicate with web APIs and services from an Angular application using Angular HttpClient.Angular HttpClientYou use the XMLHttpRequest(XHR) object to make server-side API calls from the browser. The…
…er-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} This tutorial will teach you how to use Axios to fetch data and then how to manipulate it and eventually display it on your page with filtering functionality. You will learn how to use the map, filter and includes methods along the way. On top…
…ess is incredibly flexible and offers loads of features, there is still a lot of room to improve basic and critical functionality, and the best way to do so is with utility plugins. With thousands of options available, however, it can be quite difficult sorting the good from the not…
…e of the ways to relieve strain on a server is by caching data. This is done by caching data after it has been processed and then serving it from the cache the next time it is requested. This tutorial will give a detailed discussion of Redis, explaining how to…
…e CreatingThe Web Audio API is a model completely separate from the <audio> tag. It's a JavaScript API for processing and synthesizing audio for the web. The goal of this API is to include capabilities found in modern games and some of the mixing, processing, and filtering tasks used in…