Queuing Tasks
Aug 19 2017- POSTED BY projecth
One of the most powerful aspects of gulp, is the ability to put multiple tasks together. Doing this allows you, […]
Read MoreOne of the most powerful aspects of gulp, is the ability to put multiple tasks together. Doing this allows you, […]
Read MoreConcat 1- Install the package and add it to the project dependencies npm install gulp-concat –save-dev 2- Replace all of […]
Read MoreYour First Task Create a file in the root folder of your project called gulpfile.js ‘use strict’; var gulp = […]
Read MoreGulp is JavaScript task runner. A task runner does what it sounds like. It performs tasks for you and Gulp […]
Read More1. Discovery There is no one standard design process across the web industry. But the following is a common and […]
Read MoreFront End Performance Optimization is the modification of HTML, CSS, and JavaScript (and sometimes, server configuration) for the purpose of […]
Read MoreSemantic markup is markup that describes the meaning of content rather than define its presentation is. <header> <h1><a><img> Logo <nav> […]
Read MoreBusinesswise Tell me briefly about your company? What is the advantage that your company or product has over others in […]
Read More[abc] – ‘a’, ‘b’, and ‘c’ set of characters It’ll match any of those characters, in any order, but only […]
Read MoreOpen a file “basics.txt” and load it into a file object variable. Read the contents of file_object into a new […]
Read MoreExercise #1 Create a variable named moscow that holds a datetime.timezone object at +4 hours. Then create a timezone variable […]
Read MoreTimezones of pytz Actually, don’t do things manually. The pytz library is here to the rescue. If you don’t already […]
Read MoreaBuild a timed quiz where the user is asked 10 addition and multiplication questions. [questions.py] class Question: answer = […]
Read MoreExercise #1 Write a function named delorean that takes an integer. Return a datetime that is that many hours ahead […]
Read More