
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coding Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/coding/amp/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 20 Oct 2020 23:22:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Coding Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/coding/amp/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Learn ES6 : Basic Introduction and Configuration</title>
		<link>https://www.technig.com/learn-es6-basics-introduction/</link>
					<comments>https://www.technig.com/learn-es6-basics-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sun, 26 Nov 2017 09:30:36 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Ecmascript 6 Tutorial]]></category>
		<category><![CDATA[ES6 Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript ES6 Tutorial]]></category>
		<category><![CDATA[JavaScript Framework]]></category>
		<category><![CDATA[JavaScript Tutorial]]></category>
		<category><![CDATA[Learn ES6]]></category>
		<category><![CDATA[Learn JavaScript]]></category>
		<category><![CDATA[learn javascript online]]></category>
		<category><![CDATA[learn javascript step by step]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13942</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Learn ES6 Basics Introduction and Configuration - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>JavaScript is becoming more and more powerful every day. Nowadays, with JavaScript, you can develop almost any types of application. From desktop to web and even game and mobile apps. Also, you can applications that interact with a database with Nodejs. Besides, with new JavaScript Frameworks like Nuxtjs and Reduxjs you can develop amazing web [&#8230;]</p>
<p>The post <a href="https://www.technig.com/learn-es6-basics-introduction/">Learn ES6 : Basic Introduction and Configuration</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Learn ES6 Basics Introduction and Configuration - Technig" decoding="async" srcset="https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/learn-es6-basics-introduction-and-configuration-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>JavaScript is becoming more and more powerful every day. Nowadays, with JavaScript, you can develop almost any types of application. From desktop to web and even game and mobile apps. Also, you can applications that interact with a database with Nodejs. Besides, with new JavaScript Frameworks like Nuxtjs and Reduxjs you can develop amazing web applications. In contrast, you must know to learn ES6 basics.</p>
<h2>What is ES6?</h2>
<p>ES6 or EcmaScript is the future of JavaScript. In a nutshell, JavaScript was taken from ECMAScript. Nowadays, people bring updates to ECMAScript and those featured work in JavaScript as well.  Besides, we used to call the older version ES5 and ES6 is the 2015 version with a lot of brilliant features. So, In this step by step tutorials, we will cover all the features with examples. Also, we will talk about Webpack and package bundlers as well.</p>
<h2>Why should I Learn ES6?</h2>
<p>Well, if you come here to learn ES6, you probably have a good reason right! Most developers use the ES6 code in their project. Also, most software development companies require you to know ES6. Besides, the new features are amazing. It helps you write code in more efficient ways.  You can use Class, Modules, Array Functions and more cool features. It’s the next version of JavaScript, which delivers new language features. So, let&#8217;s learn the ES6 basics and configuration.</p>
<h2>Learn ES6 Basics Introduction and Configuration</h2>
<p>Some modern browsers support ES6 syntax now. Chrome 60+ almost support all ES6 features. But, as of writing this article, most browsers don&#8217;t support ES6 features. Therefore, if you want to write code for production, you must convert your code to old JavaScript. So, now we need a tool like Babeljs. If you don&#8217;t know what it is. It&#8217;s simple a JavaScript compiler. It takes the ES6 code and converts it to old JavaScript code.</p>
<h2>Configure Babeljs</h2>
<p>Let&#8217;s setup Babeljs and use it. Also, you can read the documentation if you want. But I will explain it with step by step ways.</p>
<h2>Steps to Configure Babeljs</h2>
<p>Firstly, you must have NPM installed on your system. If you don&#8217;t have it, just go to nodejs.org download and install it. It will not take more than 2 minutes.</p>
<p>Secondly, create a new folder for your ES6 learning anywhere in your system. Then, open terminal or CMD and run the following command to install Bablejs.</p>
<pre class="lang:default decode:true">npm install --save-dev babel-cli babel-preset-env
</pre>
<p>That will install Bablejs and preset env.</p>
<p>Create a package.json file in your directory and paste the following code.</p>
<pre class="lang:default decode:true">{
    "name": "my-project",
    "version": "1.0.0",
    "scripts": {
        "build": "babel src -d output"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-preset-env": "^1.6.1",
    }
}
</pre>
<p>Everything should look familiar to you if you have ever used NPM. The script part registers the build command for NPM. It means you can run &#8216;<span style="background-color: #d1d1d1;"><em> npm<span style="background-color: #d1d1d1;"> run b</span>uild</em></span> &#8216; in your current directory and it will run the babel in the <strong>src</strong> folder and compile the files to the <strong>output</strong> directory.</p>
<p>Your project structure should look like this.</p>
<figure id="attachment_13956" aria-describedby="caption-attachment-13956" style="width: 575px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/babel-configuration.png"><img decoding="async" class="wp-image-13956" src="http://3.90.216.52/wp-content/uploads/2017/11/babel-configuration.png" alt="Babel Configuration" width="575" height="312" srcset="https://www.technig.com/wp-content/uploads/2017/11/babel-configuration.png 806w, https://www.technig.com/wp-content/uploads/2017/11/babel-configuration-300x163.png 300w, https://www.technig.com/wp-content/uploads/2017/11/babel-configuration-768x416.png 768w" sizes="(max-width: 575px) 100vw, 575px" /></a><figcaption id="caption-attachment-13956" class="wp-caption-text">Babel Configuration</figcaption></figure>
<p>The final step is to create a<em><span style="background-color: #d1d1d1;"> .babelrc</span> </em>file and write the following code.</p>
<pre class="lang:default decode:true ">{
  "presets": ["env"]
}
</pre>
<p>In older versions of Babel, we used to write the presets value like es2015 or es2016. Now you don&#8217;t need to since you have preset-env and it will work just fine.</p>
<p>Now, create any file in the src directory and write ES6 code. Then, run the &#8216; npm run build &#8216; command in CMD.</p>
<p>I have a file called Persion.js in the <strong>src</strong> directory.</p>
<pre class="theme:sublime-text lang:js decode:true ">class User {
  constructor(name) {
    this.name = name;
  }
}
</pre>
<p>I wrote a simple class usage structure in ES6. When it compiles, it will look like this</p>
<pre class="theme:sublime-text lang:js decode:true ">"use strict";

function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

var User = function User(name) {
  _classCallCheck(this, User);

  this.name = name;
};</pre>
<p>You don&#8217;t need to worry about how long it is and how hard it&#8217;s to read. Just read the ES6 version. Also, that&#8217;s super clean.</p>
<h2>Conclusion</h2>
<p>I think it&#8217;s enough about ES6 basics part. Besides, we are supposed to make clean and short tutorials. So, I hope they learn the ES6 basics part has been informative for you. If you have any questions, feel free to comment below.</p>
<p>The post <a href="https://www.technig.com/learn-es6-basics-introduction/">Learn ES6 : Basic Introduction and Configuration</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/learn-es6-basics-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13942</post-id>	</item>
		<item>
		<title>How to Upgrade NPM in Windows Step by Step?</title>
		<link>https://www.technig.com/upgrade-npm-guide-windows/</link>
					<comments>https://www.technig.com/upgrade-npm-guide-windows/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 13:00:31 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node JS]]></category>
		<category><![CDATA[Nodejs]]></category>
		<category><![CDATA[Nodejs Tutorials]]></category>
		<category><![CDATA[NPM Install]]></category>
		<category><![CDATA[Upgrade NPM]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13837</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Upgrade NPM on Windows - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Every developer uses NPM more than ten times every day. NPM is a package manager for the JavaScript programming language. Also, it is the default package manager for the JavaScript runtime environment Node.js. Besides, most packages require the latest version of NPM. Therefore, you should upgrade your NPM once a while. In this tutorial, you will [&#8230;]</p>
<p>The post <a href="https://www.technig.com/upgrade-npm-guide-windows/">How to Upgrade NPM in Windows Step by Step?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Upgrade NPM on Windows - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Every developer uses NPM more than ten times every day. NPM is a package manager for the JavaScript programming language. Also, it is the default package manager for the JavaScript runtime environment Node.js. Besides, most packages require the latest version of NPM. Therefore, you should upgrade your NPM once a while. In this tutorial, you will learn how to upgrade NPM in Windows step by step and the correct ways.</p>
<h2>Upgrade NPM in Windows</h2>
<p>There are mainly two ways to upgrade NPM. Also, these upgrade methods are thoroughly recommended by NPM team. You don&#8217;t need to worry about whether it&#8217;s the right way or not. So, let&#8217;s learn the first and easy way.</p>
<p><strong>Recommended Article:</strong></p>
<blockquote>
<p style="text-align: left;"><a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a></p>
</blockquote>
<h3>1. Install the latest MSI</h3>
<p>Well, the easiest way to upgrade NPM is to download Nodejs MSI file from its website and install it over your old NPM version. It will automatically upgrade if you install the latest version. Also, there is no down-side to it. It will work just fine.</p>
<h3>2. Using the Package for Upgrading</h3>
<p>The NPM team has the recommended to use <a href="https://github.com/felixrieseberg/npm-windows-upgrade">this</a> package on Windows for Upgrading the NPM. It&#8217;s pretty simple and easy to use. Also, you don&#8217;t need to install or download anything after this. Just install this package globally and run it once a white to keep your NPM up-to-date.</p>
<p>Below are the instructions to upgrade NPM on Windows.</p>
<ul>
<li>Run Powershell as Administrator</li>
<li>Run this command <span style="background-color: #e6e6e6;">Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</span></li>
<li>Next, run this n<span style="background-color: #e6e6e6;">pm install -g npm-windows-upgrade</span></li>
<li>Now, run this <span style="background-color: #e6e6e6;">npm-windows-upgrade</span></li>
</ul>
<figure id="attachment_13845" aria-describedby="caption-attachment-13845" style="width: 624px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png"><img loading="lazy" decoding="async" class="wp-image-13845" src="http://3.90.216.52/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png" alt="How to Upgrade NPM on WIndows" width="624" height="265" srcset="https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows.png 1082w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-300x127.png 300w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-768x326.png 768w, https://www.technig.com/wp-content/uploads/2017/11/how-to-upgrade-npm-on-windows-1024x434.png 1024w" sizes="(max-width: 624px) 100vw, 624px" /></a><figcaption id="caption-attachment-13845" class="wp-caption-text">How to Upgrade NPM on Windows</figcaption></figure>
<p>The last command will upgrade your NPM. After this, when you want to update your npm, just run <span style="background-color: #e6e6e6;">npm-windows-upgrade. </span>It will update NPM to the latest version.</p>
<h2>Conclusion</h2>
<p>I hope it has been informative for you. If you have any questions or suggestions, feel free to comment below. Also, you can join our forum and ask your questions frequently there.</p>
<p>The post <a href="https://www.technig.com/upgrade-npm-guide-windows/">How to Upgrade NPM in Windows Step by Step?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/upgrade-npm-guide-windows/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13837</post-id>	</item>
		<item>
		<title>How to Make NPM Work 20 Times Faster</title>
		<link>https://www.technig.com/make-npm-install-work-20-times-faster/</link>
					<comments>https://www.technig.com/make-npm-install-work-20-times-faster/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Fri, 17 Nov 2017 11:34:04 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[Command Line Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Nodejs]]></category>
		<category><![CDATA[NPM Install]]></category>
		<category><![CDATA[NPM Package]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Developer]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13692</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Make NPM install Work 20 Times Faster Step by Step - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>As a developer or web designer, we use NPM almost more than 5 times on average per day. Sometimes, it takes a long time to install a package. Even more than 5 minutes or more. Besides, you watch some people on tutorials who install a package in 5 seconds. How they do that? If you [&#8230;]</p>
<p>The post <a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Make NPM install Work 20 Times Faster Step by Step - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/Make-NPM-install-Work-20-Times-Faster-Step-by-Step-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>As a developer or web designer, we use <a href="https://www.technig.com/tag/npm-package/">NPM </a>almost more than 5 times on average per day. Sometimes, it takes a long time to install a package. Even more than 5 minutes or more. Besides, you watch some people on tutorials who install a package in 5 seconds. How they do that? If you want to make NPM install Work 20 times faster, this tutorial will help you.</p>
<h2>Why NPM install is Too Slow?</h2>
<p>Before we make NPM work faster, we should know what are the reasons why NPM install is too Slow. Well, there are many reasons. We just mention a few of them. So, if you are using Mac, it&#8217;s faster than the PC. Because all Apple MacBooks are having <a href="https://en.wikipedia.org/wiki/Solid-state_drive">SSD </a>hard drive. Also, most SSD drives are 5 to 10 times faster than HDD hard drives. Therefore, your computer might work slow.</p>
<p>If you have Mac or PC with<a href="https://www.technig.com/upgrade-laptop-hard-disk-to-ssd/"> SSD hard </a>drive and still your NPM install command work slow, you can make it faster by following the tutorial. Also, <strong>this method works for HDD drives as well. </strong></p>
<h2>Make NPM Install<span style="font-size: 16px;">  </span>Work 20 Times Faster</h2>
<p>1. The first way to make <span style="background-color: #f6d5d9;">NPM </span>install faster is to make the progress set to false. So, this makes NPM install packages without showing the progress status.</p>
<pre class="theme:terminal lang:default decode:true">npm set progress=false</pre>
<p>It makes NPM install run 2x faster.</p>
<p>2. The second way is to use PNPM. It&#8217;s fast, disk space-efficient package manager. Besides, it&#8217;s a lot faster than NPM and Yarn. The way it works is similar to NPM. Also, as the documentation says, it supports almost 80% of NPM commands.</p>
<p>Features:</p>
<ul>
<li><strong>Fast.</strong> Faster than <span style="background-color: #f6d5d9;">NPM </span>and Yarn.</li>
<li><strong>Efficient.</strong> One version of a package is saved only ever once on a disk.</li>
<li><strong>Deterministic.</strong> It has a lock file called.<code>shrinkwrap.yaml</code></li>
<li><strong>Strict.</strong> A package can access only dependencies that are specified in its.<code>package.json</code></li>
<li><strong>Works everywhere.</strong> Works on Windows, Linux and OS X.</li>
</ul>
<p>Here is how you install and use it. Assuming you have NPM.</p>
<pre class="theme:terminal lang:default decode:true ">npm install -g pnpm</pre>
<p>Now, instead of using NPM install, use PNPM install. For example.</p>
<pre class="theme:terminal lang:default decode:true ">pnpm install bootstrap</pre>
<p>But you should remember, it will not work if you don&#8217;t have the file<code>package.json</code>.</p>
<pre class="theme:terminal lang:default decode:true ">npm init -y</pre>
<p>Before using PNPM install command, run <code> npm init -y</code> to create an empty <code>package.json</code>file.</p>
<p><span style="background-color: #f6d5d9;">NPM </span>commands that are re-implemented in PNPM:</p>
<ul>
<li><code>install</code></li>
<li><code>update</code></li>
<li><code>uninstall</code></li>
<li><code>link</code></li>
<li><code>prune</code></li>
<li><code>list</code></li>
<li><code>install-test</code></li>
<li><code>outdated</code></li>
<li><code>rebuild</code></li>
<li><code>root</code></li>
<li><code>help</code></li>
</ul>
<p>You can read more <a href="https://github.com/pnpm/pnpm">here </a>about it.</p>
<h2>Conclusion</h2>
<p>I hope it has been informative for you and y help you. If you have any questions, feel free to comment below. Besides, you can join our forum and ask questions there.</p>
<p>The post <a href="https://www.technig.com/make-npm-install-work-20-times-faster/">How to Make NPM Work 20 Times Faster</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/make-npm-install-work-20-times-faster/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13692</post-id>	</item>
		<item>
		<title>7 Inspiring CSS Frameworks You Don&#8217;t Know About</title>
		<link>https://www.technig.com/inspiring-css-frameworks/</link>
					<comments>https://www.technig.com/inspiring-css-frameworks/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Wed, 15 Nov 2017 13:00:20 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[CSS Frameworks]]></category>
		<category><![CDATA[CSS Solution]]></category>
		<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Responsive Web Design Framework]]></category>
		<category><![CDATA[Small Business Web Design]]></category>
		<category><![CDATA[UI Frameworks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Design Framework]]></category>
		<category><![CDATA[Web Designing]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=13592</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="7 Inspiring CSS Frameworks You Don&#039;t Know About" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>As a web designer, you always look for the best CSS frameworks to build your project. There are many CSS frameworks, but most of them don&#8217;t have the features that you want. Besides, some of them do not have proper documentation or proper coding. Also, some of them are too heavy. Therefore, we have collected [&#8230;]</p>
<p>The post <a href="https://www.technig.com/inspiring-css-frameworks/">7 Inspiring CSS Frameworks You Don&#8217;t Know About</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="7 Inspiring CSS Frameworks You Don&#039;t Know About" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About.jpg 840w, https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/7-Inspiring-CSS-Frameworks-You-Dont-Know-About-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>As a web designer, you always look for the best CSS frameworks to build your project. There are many CSS frameworks, but most of them don&#8217;t have the features that you want. Besides, some of them do not have proper documentation or proper coding. Also, some of them are too heavy. Therefore, we have collected seven inspiring and creatively design CSS framework. These frameworks have a clean design, code, and documentation. Additionally, they are lightweight CSS frameworks. So, you can use them for your next project and create something spectacular.</p>
<h2>7 Inspiring CSS Frameworks</h2>
<p>In a nutshell, below are the seven the best <a href="https://www.technig.com/top-7-best-css-frameworks/">CSS framework</a> you don&#8217;t know about yet.</p>
<ol>
<li>Spectre.css</li>
<li>Tailwind CSS</li>
<li>Primer</li>
<li>Bulma</li>
<li>Vuetify</li>
<li>UIkit</li>
<li>Pure CSS</li>
</ol>
<p>These frameworks are not popular, but they have amazing features.</p>
<h2>Spectre.css</h2>
<figure id="attachment_13651" aria-describedby="caption-attachment-13651" style="width: 800px" class="wp-caption aligncenter"><a href="https://www.technig.com/spectre-css-a-lightweight-responsive-and-modern-css-framework/"><img loading="lazy" decoding="async" class="wp-image-13651 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Spectre.css-A-lightweight-responsive-and-modern-CSS-framework.png" alt="Spectre.css - A lightweight responsive and modern CSS framework" width="800" height="400" srcset="https://www.technig.com/wp-content/uploads/2017/11/Spectre.css-A-lightweight-responsive-and-modern-CSS-framework.png 800w, https://www.technig.com/wp-content/uploads/2017/11/Spectre.css-A-lightweight-responsive-and-modern-CSS-framework-300x150.png 300w, https://www.technig.com/wp-content/uploads/2017/11/Spectre.css-A-lightweight-responsive-and-modern-CSS-framework-768x384.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></a><figcaption id="caption-attachment-13651" class="wp-caption-text">Spectre.css &#8211; A lightweight, responsive and modern CSS framework</figcaption></figure>
<p>A very clean and small CSS framework. Spectre.css is a lightweight, responsive and contemporary CSS framework. Besides, it&#8217;s open-source and completely free. Also, it is a side project based on years of CSS development work on a massive web service project. Spectre only includes modern base styles, responsive layout system, CSS components and utilities, and it can be modified for your project with SASS/SCSS compiler.</p>
<p>The features are a lot. Besides, the design is very clean and user-friendly.</p>
<h3>Browser support:</h3>
<p>Spectre uses <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a> to make most styles compatible with earlier browsers and Normalize.css for CSS resets.</p>
<ul>
<li>Chrome (LAST 4)</li>
<li>Microsoft Edge (LAST 4)</li>
<li>Firefox (EXTENDED SUPPORT RELEASE)</li>
<li>Safari (LAST 4)</li>
<li>Opera (LAST 4)</li>
<li>Internet Explorer 10+</li>
</ul>
<p>This framework support almost most modern browsers.</p>
<h2>Tailwind CSS</h2>
<figure id="attachment_13652" aria-describedby="caption-attachment-13652" style="width: 645px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/Tailwind-CSS-A-Utility-First-CSS-Framework.jpg"><img loading="lazy" decoding="async" class="wp-image-13652 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Tailwind-CSS-A-Utility-First-CSS-Framework.jpg" alt="Tailwind CSS - A Utility-First CSS Framework" width="645" height="374" srcset="https://www.technig.com/wp-content/uploads/2017/11/Tailwind-CSS-A-Utility-First-CSS-Framework.jpg 645w, https://www.technig.com/wp-content/uploads/2017/11/Tailwind-CSS-A-Utility-First-CSS-Framework-300x174.jpg 300w" sizes="(max-width: 645px) 100vw, 645px" /></a><figcaption id="caption-attachment-13652" class="wp-caption-text">Tailwind CSS &#8211; A Utility-First CSS Framework</figcaption></figure>
<p>A little different framework. As the documentation says, &#8221; Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that it&#8217;s not a UI kit.&#8221;. Also, it doesn&#8217;t have built-in UI components. On the flip side, it also has no opinion about how your site should look and doesn&#8217;t impose design decisions that you have to fight to undo.</p>
<p>If you&#8217;re looking for a framework that comes with a menu of predesigned widgets to build your site with, Tailwind might not be the right framework for you. But if you want a vast head start implementing a custom design with its own identity, Tailwind might be just what you&#8217;re looking for.</p>
<h3>How does it work then?</h3>
<p>It&#8217;s pretty simple. It has a lot of classes that you can call utility. You combine those classes and make something fresh like navigation or button.</p>
<h2>Primercss</h2>
<figure id="attachment_13649" aria-describedby="caption-attachment-13649" style="width: 726px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/Primer-CSS-Framework.jpg"><img loading="lazy" decoding="async" class="wp-image-13649 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Primer-CSS-Framework.jpg" alt="The Primer - CSS Framework" width="726" height="499" srcset="https://www.technig.com/wp-content/uploads/2017/11/Primer-CSS-Framework.jpg 726w, https://www.technig.com/wp-content/uploads/2017/11/Primer-CSS-Framework-300x206.jpg 300w" sizes="(max-width: 726px) 100vw, 726px" /></a><figcaption id="caption-attachment-13649" class="wp-caption-text">The Primer &#8211; CSS Framework</figcaption></figure>
<p>Do you like Github design? Well, this framework by Github team with Github design styles. Primer is the basecoat of GitHub, made by nerds just like you who share a passion for HTML and CSS. Besides, it&#8217;s open-source and free under MIT license. Also, it Includes a small Gruntfile for compiling our SCSS, Autoprefixer for vendor prefixes, and Parker for CSS stats.</p>
<p>It has everything and every feature you see on Github.</p>
<h2>Bulma</h2>
<figure id="attachment_13647" aria-describedby="caption-attachment-13647" style="width: 640px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/Bulma-a-modern-CSS-framework-based-on-Flexbox-1.png"><img loading="lazy" decoding="async" class="wp-image-13647 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Bulma-a-modern-CSS-framework-based-on-Flexbox-1.png" alt="Bulma - a modern CSS framework based on Flexbox" width="640" height="160" srcset="https://www.technig.com/wp-content/uploads/2017/11/Bulma-a-modern-CSS-framework-based-on-Flexbox-1.png 640w, https://www.technig.com/wp-content/uploads/2017/11/Bulma-a-modern-CSS-framework-based-on-Flexbox-1-300x75.png 300w" sizes="(max-width: 640px) 100vw, 640px" /></a><figcaption id="caption-attachment-13647" class="wp-caption-text">The Bulma &#8211; a modern CSS framework based on Flexbox</figcaption></figure>
<p>Bulma is a free and open-source CSS framework based on Flexbox. If you know about Flexbox in CSS3, you see how beautiful it is. So, Bulma is a clean, fast, creative and inspiring CSS Framework.  It&#8217;s an alternative to <a href="https://www.technig.com/bootstrap-4-buttons-complete-guide/">Bootstrap </a>Framework.</p>
<p>There is no JavaScript included in Bulma. People want to use their own JS implementation. Therefore, Bulma can be considered &#8220;environment agnostic&#8221;: it&#8217;s just the style layer on top of the logic.</p>
<h3>Browser Support</h3>
<p>Bulma uses Autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Bulma is compatible with recent versions of:</p>
<ul style="list-style-type: circle;">
<li>Chrome</li>
<li>Edge</li>
<li>Firefox</li>
<li>Opera</li>
<li>Safari</li>
</ul>
<p>Internet Explorer (10+) is only partially supported since it uses <a href="https://www.technig.com/tag/css3/">CSS3 </a>features.</p>
<h2>Vuetify</h2>
<figure id="attachment_13654" aria-describedby="caption-attachment-13654" style="width: 1024px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework.png"><img loading="lazy" decoding="async" class="wp-image-13654 size-large" src="https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework-1024x430.png" alt="Vuetifyjs - Vue.js 2 Material Component Framework" width="1024" height="430" srcset="https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework-1024x430.png 1024w, https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework-300x126.png 300w, https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework-768x323.png 768w, https://www.technig.com/wp-content/uploads/2017/11/vuetifyjs-Vue.js-2-Material-Component-Framework.png 1256w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption id="caption-attachment-13654" class="wp-caption-text">The Vuetifyjs &#8211; Vue.js 2 Material Component Framework</figcaption></figure>
<p>This one doesn&#8217;t look like a CSS framework, but it does the same thing that other CSS frameworks do. If you know about Vuejs, this CSS framework seems familiar to you. Additionally, it requires Vuejs knowledge. Also, Vuetify helped you create a fantastic application. The Vuetify is built from the ground up to be semantic. Easy to learn.</p>
<h3>How does it work?</h3>
<p>It&#8217;s effortless to use. The way it works is like this; Vuetify is made of components. Those components are like custom HTML tags. Then, you use those tags and give some attributes. It will provide you with a sweet and beautiful element.</p>
<h2>GETUIkit</h2>
<figure id="attachment_13653" aria-describedby="caption-attachment-13653" style="width: 1024px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework.jpg"><img loading="lazy" decoding="async" class="wp-image-13653 size-large" src="https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework-1024x576.jpg" alt="UIkit - A lightweight and modular front-end framework" width="1024" height="576" srcset="https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework-768x432.jpg 768w, https://www.technig.com/wp-content/uploads/2017/11/UIkit-A-lightweight-and-modular-front-end-framework.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption id="caption-attachment-13653" class="wp-caption-text">The UIkit &#8211; A lightweight and modular front-end framework</figcaption></figure>
<p>If you are looking for a lightweight and modular front-end framework for developing fast and powerful web interfaces, UIkit is for you. Besides, the design is so clean and creative. It&#8217;s like IOS design concept. So, if you want to develop a mobile application, it&#8217;s an excellent choice. It&#8217;s not the UIkit by Apple developer for IOS; it&#8217;s just a web designing framework. Also, it has clear documentation, and you start learning and using it now. You don&#8217;t need any extra knowledge to get started.</p>
<h2>PureCSS</h2>
<figure id="attachment_13650" aria-describedby="caption-attachment-13650" style="width: 838px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/11/Pure-CSS-Small-Pure-CSS-Framework.png"><img loading="lazy" decoding="async" class="wp-image-13650 size-full" src="https://www.technig.com/wp-content/uploads/2017/11/Pure-CSS-Small-Pure-CSS-Framework.png" alt="Pure CSS - Small Pure CSS Framework" width="838" height="145" srcset="https://www.technig.com/wp-content/uploads/2017/11/Pure-CSS-Small-Pure-CSS-Framework.png 838w, https://www.technig.com/wp-content/uploads/2017/11/Pure-CSS-Small-Pure-CSS-Framework-300x52.png 300w, https://www.technig.com/wp-content/uploads/2017/11/Pure-CSS-Small-Pure-CSS-Framework-768x133.png 768w" sizes="(max-width: 838px) 100vw, 838px" /></a><figcaption id="caption-attachment-13650" class="wp-caption-text">The Pure CSS &#8211; Small Pure CSS Framework</figcaption></figure>
<p>It&#8217;s a set of small, responsive CSS modules that you can use in every web project. Also, Pure is ridiculously only to use a subset of these modules and tiny. The entire collection of modules clocks in at 3.8KB minified and gzipped. Besides, it&#8217;s crafted with mobile devices in mind, it was necessary for us to keep our file sizes small, and every line of CSS was carefully considered. If you decide to only use a subset of these modules, you&#8217;ll save even more bytes.</p>
<p>If you are developing a custom web application, it&#8217;s an excellent starter framework. Because the size is too small and you can easily customise it for your self.</p>
<h2>Conclusion</h2>
<p>All in all, there are many other significant and popular CSS frameworks on the web, but these were also worth checking out. Most of this framework function as a great framework, it&#8217;s because no-one has used them and talked about them. Finally, we hope it has been informative for you.</p>
<p>The post <a href="https://www.technig.com/inspiring-css-frameworks/">7 Inspiring CSS Frameworks You Don&#8217;t Know About</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/inspiring-css-frameworks/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13592</post-id>	</item>
		<item>
		<title>Top USA Cities with Highest Software Engineer Salary</title>
		<link>https://www.technig.com/highest-software-engineer-salary-usa/</link>
					<comments>https://www.technig.com/highest-software-engineer-salary-usa/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Wed, 18 Oct 2017 09:30:12 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[IT Career]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[IT Jobs]]></category>
		<category><![CDATA[Job Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Small Business Web Design]]></category>
		<category><![CDATA[Software Developer]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Engineer]]></category>
		<category><![CDATA[Software Engineer Salary]]></category>
		<category><![CDATA[Top Paying Jobs]]></category>
		<category><![CDATA[Web Developer Job]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=12210</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Highest Software Engineer Salary in United State Based on Cities" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>United State is the land of technology. So, we expect a lot of job opportunities for software engineers. Silicon Valley is one of the examples. Also, top software engineering companies are located in the USA. Besides, top universities and colleges make people go to this land for studies. So, you are here to know which cities [&#8230;]</p>
<p>The post <a href="https://www.technig.com/highest-software-engineer-salary-usa/">Top USA Cities with Highest Software Engineer Salary</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Highest Software Engineer Salary in United State Based on Cities" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Engineer-Salary-in-United-State-Based-on-Cities-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>United State is the land of technology. So, we expect a lot of job opportunities for software engineers. <strong>Silicon Valley</strong> is one of the examples. Also, top software engineering companies are located in the USA. Besides, top universities and colleges make people go to this land for studies. So, you are here to know which cities are best for <a href="https://www.technig.com/tag/software-developer/" target="_blank" rel="noopener noreferrer">software engineers</a>. Also, which city give <strong>highest software engineer salary</strong>. We have collected the top cities that pay the highest amount of salary in the USA. So, we hope it helps you choose where to live as a software developer.</p>
<h2>Highest Software Engineer Salary Cities</h2>
<p>Below are the lists of highest software engineer salary cities.</p>
<ul>
<li>San Jose, $129,485</li>
<li>San Francisco, $129,273</li>
<li>Seattle, $119,562</li>
<li>New York City, $110,232</li>
<li>Los Angeles, $105,590</li>
<li>San Diego, $103,823</li>
<li>Boston, $103,363</li>
<li>Washington, DC, $102,764</li>
<li>Chicago, $94,055</li>
</ul>
<p>In a nutshell, above are the top cities that pay the highest salary.</p>
<p><strong>Software Engineer Salaries in New York City, NY, US</strong></p>
<p>The most populous city in the United States. New York City is also the most densely populated major city in the United States. Also, it has the world&#8217;s second-busiest city airport system by passenger traffic. So, the average salary for a Software Engineer is <strong>$110,232</strong> in New York City, NY. Salaries estimates based on 21,120 salaries submitted anonymously to Glassdoor by Software Engineer employees in New York City, NY. Besides, <strong>Google</strong> developers salary is between<strong> $70k</strong> to <strong>$237k. </strong></p>
<h4><strong>Software Engineer Salaries in San Francisco, CA, US</strong></h4>
<p>A popular tourist destination. Also, the headquarters of five major banking institutions and various other companies. It&#8217;s known for its year-round fog, iconic Golden Gate Bridge, cable cars and colorful Victorian houses. So, the average salary for a Software Engineer is <strong>$129,273</strong> in San Francisco, CA. Also, software engineer gets <strong>$99k</strong> to <strong>$159k</strong>. Besides, Facebook developers average salary is $137,390 per year. They get paid between <strong>$86k</strong> to<strong> $202k</strong>. Further, Google engineers get the average of <strong>$111,058</strong> per year. And Twitter developers also get between<strong> $92k</strong> to<strong> $174k. </strong></p>
<p><strong>Software Engineer Salaries in Chicago, IL, US</strong></p>
<p>Chicago is the fifth-most-populous North American city with population 2,720,546. Also, Chicago is considered one of the most important business centers in the world. Besides, in 2016, Chicago hosted a record 54 million domestic and international visitors. So, the average salary for a Software Engineer is<strong> $94,055</strong> in Chicago. The salary is between<strong> $71k to</strong> <strong>$118k. </strong></p>
<p><strong>Software Engineer Salaries in Los Angeles, CA, US</strong></p>
<p>Los Angeles is a sprawling Southern California city. Also, Los Angeles covers an area of about 469 square miles. Moreover, it&#8217;s known for the <a title="Mediterranean climate" href="https://en.wikipedia.org/wiki/Mediterranean_climate">Mediterranean climate</a>, ethnic diversity, and sprawling metropolis. So, the average salary for a Software Engineer is <strong>$105,590</strong> in Los Angeles, CA. Also, <strong>Google</strong> software engineers get<strong> $70k</strong> to <strong>$195k. </strong>So, the average salary for them is <strong>$118,856</strong> per year. And <strong>Yahoo</strong> engineers get<strong> $60k</strong> to <strong>$156k. </strong>The average salary is  $103,906 per year.</p>
<h4>Software Engineer Salaries in Washington, DC, US</h4>
<p>The Capital of the United States of America. So, Washington had an estimated population of 681,170 as of July 2016. Also, Named in honor of President George Washington, the City of Washington was founded in 1791 to serve as the new national capital. And,  it&#8217;s also home to iconic museums and performing-arts venues such as the Kennedy Center. So, the average salary for a Software Engineer is <strong>$102,764</strong> in Washington, DC. Also, the minimum and maximum amount of salaries are between <strong>$78k</strong>  to <strong>$129k.</strong></p>
<div class="tbl fill occMedianSubHeader">
<p><strong>Software Engineer Salaries in Boston, MA, US</strong></p>
<p>It&#8217;s the capital city and most populous municipality of the Commonwealth of Massachusetts in the United States. Also, Boston is one of the oldest cities in the United States. Further, Boston&#8217;s economic base also includes finance, professional and business services, biotechnology, information technology, and government activities. So, the average salary for a Software Engineer is <strong>$103,363</strong> in Boston, MA. Also, the minimum and maximum amount of salaries are between<strong> $80k</strong> to <strong>$128k. </strong>Additionally, <strong>Cisco </strong>Software engineers get the average of <strong>$109,072 </strong>per year.</p>
<p><strong>Software Engineer Salaries in San Diego, CA, US</strong></p>
<p>A major city in California. It is in San Diego, on the coast of the Pacific Ocean in Southern California. With an estimated population of 1,406,630 as of July 1, 2016, San Diego is the eighth-largest city in the United States and second-largest in California. Also, San Diego has been called &#8220;<strong>the birthplace of California</strong>&#8220;. So, the average salary for a Software Engineer is <strong>$103,823</strong> in San Diego, CA. Also, software engineers get <strong>$80k</strong> to <strong>$129k</strong> per year. <strong>Qualcomm</strong> software engineer average salaries are between <strong>$77k</strong> to <strong>$111k. </strong></p>
<h4><strong>Software Engineer Salaries in San Jose, CA, US</strong></h4>
<p>The City of San José is the economic, cultural, and political center of Silicon Valley and the largest city in Northern California. Also, with an estimated population of 1,026,908, it is the third most populous city in California. Besides, it&#8217;s the city of technology. And a major technology hub in California&#8217;s Bay Area. So, software engineers get paid between <strong>$102k</strong> to <strong>$159k</strong> per year. Also, the average salary for a Software Engineer is<strong> $129,485</strong> in San Jose, CA.</p>
<p>Additionally, Google engineers get <strong>$121,940, </strong>Yahoo <strong>$114,515</strong> and Cisco<strong> $106,591 </strong>yearly<strong>.</strong></p>
<p><strong>Software Engineer Salaries in Seattle, WA, US</strong></p>
<p>Seattle is the seat of King County, Washington. With an estimated 704,352 residents as of 2016. Also, in July 2013, it was the fastest-growing major city in the United States. Furthermore, Seattle is the fourth-largest port in North America in terms of container handling as of 2015. Also, Microsoft and Amazon are founded in Seattle. So, the salary for software engineers is between <strong>$90k</strong> to <strong>$148k. </strong>Besides, the average salary for a Software Engineer salary is<strong> $119,562</strong> in Seattle, WA.</p>
<p>Additionally, Microsoft pays the average of <strong>$112,918 </strong>for their software engineer. Also, Google pays <strong>$123,744, </strong>Facebook pays<strong> $158,589 </strong>and Amazon pays<strong> $100,905.</strong></p>
</div>
<h2>Conclusion</h2>
<p>All in all, software engineer salary is great in the USA. So, it&#8217;s all because United State is the land of technology and where top software companies were born. The companies like Microsoft, Apple, Google, and Amazon. I hope it has been informative for you. So, if you have any questions, feel free to comment below or ask on our forum.</p>
<p>The post <a href="https://www.technig.com/highest-software-engineer-salary-usa/">Top USA Cities with Highest Software Engineer Salary</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/highest-software-engineer-salary-usa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12210</post-id>	</item>
		<item>
		<title>Highest Australian Software Developer Salary based on Cities</title>
		<link>https://www.technig.com/highest-software-developer-salary-australia/</link>
					<comments>https://www.technig.com/highest-software-developer-salary-australia/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Tue, 17 Oct 2017 05:30:12 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[IT Career]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Developer Job]]></category>
		<category><![CDATA[IT Jobs]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Job Tips]]></category>
		<category><![CDATA[Online Web Development Degree]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Developer]]></category>
		<category><![CDATA[Software Engineer]]></category>
		<category><![CDATA[Top Paying Jobs]]></category>
		<category><![CDATA[Web Developer Jobs]]></category>
		<category><![CDATA[Web Development Courses]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=12157</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Highest Software Developer Salary in Australia Based on Cities - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Being software developer is cool. But becoming a software developer is not easy. So, if you want to become a software engineer, you must work hard persistently for many years. Also, you must be patient about what you&#8217;re doing. Besides, software engineering companies pay a great amount of salary for their best developers. But, top [&#8230;]</p>
<p>The post <a href="https://www.technig.com/highest-software-developer-salary-australia/">Highest Australian Software Developer Salary based on Cities</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Highest Software Developer Salary in Australia Based on Cities - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/Highest-Software-Developer-Salary-in-Australia-Based-on-Cities-Technig-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Being software developer is cool. But becoming a software developer is not easy. So, if you want to become a software engineer, you must work hard persistently for many years. Also, you must be patient about what you&#8217;re doing. Besides, software engineering companies pay a great amount of salary for their best developers. But, top software engineering companies hire best, not good developers. So, you must be wise and creative. Further, we have collected the top highest <a href="https://www.technig.com/tag/software-developer/" target="_blank" rel="noopener noreferrer">software developer</a> salary in Australia based on cities. Also, we will cover other countries in future.</p>
<h2>Highest Software Developer Salary Cities</h2>
<p>The list below is the highest software developer salary in Australia based on cities.</p>
<ul>
<li>Sydney <strong>AU$54,321</strong> to <strong>AU$119,226</strong>.</li>
<li>Melbourne  <strong>AU</strong><strong>$57k</strong> to<strong> AU$106k</strong></li>
<li>Perth average <strong>AU$77,999</strong></li>
<li>Canberra <strong> AU$46,528 </strong>to<strong> AU$148,994.</strong></li>
<li>Adelaide  AU$52,548 to  AU$107,699.</li>
</ul>
<p>So, it&#8217;s what companies pay a software developer or software engineers. besides, you can talk freelance projects as well.</p>
<p><strong>Software Developer Salaries in Sydney.</strong></p>
<p>Sydney is a business city. So, we must expect the highest paying jobs for software developers. So, the average salary for a Software Developer is <strong>AU</strong><strong>$88,150</strong> in Sydney, Australia. The minimum amount of salary for a software developer in Sydney is<strong> AU$68k</strong> and the maximum is <strong>AU</strong><strong>$121k</strong> yearly. Also, this data is based on 120 salaries submitted anonymously to <a href="https://www.glassdoor.com" target="_blank" rel="noopener noreferrer">Glassdoor </a>by Software Developer employees in Sydney, Australia. And, according to Payscale, it&#8217;s between <strong>AU$54,321 </strong>to<strong> AU$119,226.</strong></p>
<p><strong>Software Developer Salaries in Melbourne.</strong></p>
<p>Melbourne is the coastal capital of the southeastern Australian state of Victoria. Also, Melbourne was the initial capital following the 1901 Federation of Australia. So, in 1927, the national government was moved to the city of Canberra, which continues to serve as the national capital. <strong>So</strong>, the average salary for a Software Developer is<strong> AU$78,360</strong> in Melbourne, Australia. Besides, the paying salaries are between <strong>AU</strong><strong>$57k</strong> to<strong> AU$106k</strong> per year. So, compared to Sydney, it&#8217;s a little low.</p>
<p><strong>Software Developer Salaries in Perth.</strong></p>
<p>Perth, capital of Western Australia. Also, the fourth-most-populous metropolitan / urban area in Australia. Besides, Perth is the capital of Western Australia with just under two million people. Further, the most beautiful cities in Australia. So, a Software Engineer in Perth, Western Australia earns an average salary of <strong>AU$77,999</strong> per year. Also, the national average Software Developer salary is <strong>AU</strong><strong>$82,000.</strong></p>
<p><strong>Software Developer Salaries in Canberra.</strong></p>
<p>Canberra is the capital city of Australia. With a population of 403,468. Also, it is Australia&#8217;s largest inland city and the eighth-largest city overall. So, the average salary for a Software Engineer in Canberra, Australian Capital Territory is <strong>$74,927</strong> per year. Besides, the minimum and maximum amount of salaries are between<strong> AU$46,528 </strong>to<strong> AU$148,994. </strong></p>
<p><strong>Software Developer Salaries in Adelaide.</strong></p>
<p>Adelaide is South Australia’s cosmopolitan coastal capital. Also, Adelaide is the fifth-most-populous metropolitan / urban area in Australia. Besides, Adelaide was established as a planned colony of free immigrants. So, a Software Engineer in Adelaide, South Australia earns an average salary of <strong>AU$68,537</strong> per year. Python, C, Linux, Java, and C++ are the most popular languages to know. The total salaries are between <strong>AU$52,548 </strong>to <strong> AU$107,699.</strong></p>
<h2>Conclusion</h2>
<p>Software development is a great job. Almost every company needs developers. Also, did you know that most of the software developers have 1-4 years of experiences? So, if you start now and work a little harder, you will become a software engineer in the next 5 years. All in all, it was highest software developer salary based on cities of Australia. So, if you have any questions, feel free to comment below or ask on our forum.</p>
<p>The post <a href="https://www.technig.com/highest-software-developer-salary-australia/">Highest Australian Software Developer Salary based on Cities</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/highest-software-developer-salary-australia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12157</post-id>	</item>
		<item>
		<title>How to Use Laravel Mix without Laravel Step by Step</title>
		<link>https://www.technig.com/use-laravel-mix-without-laravel/</link>
					<comments>https://www.technig.com/use-laravel-mix-without-laravel/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 09:30:08 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS Solution]]></category>
		<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Laravel Tutorials]]></category>
		<category><![CDATA[Nodejs]]></category>
		<category><![CDATA[NPM Package]]></category>
		<category><![CDATA[Small Business Web Design]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Web Development Company]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=11966</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Use Laravel Mix without Laravel - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Laravel Mix is a powerful tool and NPM package. So, using Laravel Mix, you can compile sass, scss files, Vuejs files and ES6 features. Also, it&#8217;s fast and easy to start using. Besides, you can easily customizer Laravel Mix for your project. So, in this tutorial, you&#8217;ll learn how to use Laravel Mix without Laravel [&#8230;]</p>
<p>The post <a href="https://www.technig.com/use-laravel-mix-without-laravel/">How to Use Laravel Mix without Laravel Step by Step</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Use Laravel Mix without Laravel - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel.jpg 840w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2017/10/How-to-Use-Laravel-Mix-without-Laravel-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Laravel Mix is a powerful tool and NPM package. So, using Laravel Mix, you can compile sass, scss files, Vuejs files and ES6 features. Also, it&#8217;s fast and easy to start using. Besides, you can easily customizer Laravel Mix for your project. So, in this tutorial, you&#8217;ll learn how to use Laravel Mix without Laravel project. The latest version of Laravel projects has pre-install Laravel Mix.</p>
<h2>Use Laravel Mix without Laravel Step by Step</h2>
<p>We are going to do everything step by step on how you can use Laravel Mix without Laravel, so you will not miss anything.</p>
<p><strong>Requirements:</strong></p>
<p>We require the following criteria. If you want to follow the tutorial to make sure you have the NPM and Nodejs installed on your system. If you don&#8217;t have installed those, then go to <a href="https://nodejs.org/" rel="noopener">nodejs.org</a>, download and install. It will not take more than 2 minutes. Besides, you must have basic knowledge of NPM usage.</p>
<h3>1. Create a Project</h3>
<p>Simply, create a folder anywhere on your computer. Then run the following command to initialize NPM files.</p>
<pre class="lang:default decode:true">npm init -y</pre>
<p>The command creates a package.Json file in your folder with simple boilerplate. <strong>Then</strong>, open your project in your favorite text editor.</p>
<h3>2. Install NPM Packages</h3>
<p>Now, let&#8217;s install a few NPM package plus Laravel Mix. <strong>So</strong>, we&#8217;re going to install all of them at once. To do so, list your packages name in your package.json file.</p>
<p>So, open your <strong>package.json</strong> file and add the following code. We will install a few essential packages.</p>
<pre class="theme:sublime-text lang:java decode:true">{
  "name": "laravel-mix",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
        "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
        "watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
        "watch-poll": "npm run watch -- --watch-poll",
        "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
        "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
    },
    "devDependencies": {
        "laravel-mix": "^1.0",
        "bootstrap-sass": "^3.3.7",
        "cross-env": "^5.0.1",
        "jquery": "^3.1.1",
        "vue": "^2.1.10"
  },

  "keywords": [],
  "author": "",
  "license": "ISC"
}
</pre>
<p>So, your<strong> package.json</strong> file should look like the above. The <strong>devDependencies</strong> part is the list of packages we want to install. So, run now <strong>run</strong> the following command in your command line to download the packages.</p>
<pre class="lang:default decode:true">npm install</pre>
<p>It will take a while to install the packages, so be patient. So, after installing completed, continue the next step.</p>
<h3>3. Configure the Laravel Mix Files</h3>
<p>After installing the packages, now you can start creating Laravel mix files.</p>
<p>You go to &#8220;<span style="background-color: #c2c2c2;"><em>node_modules/laravel-mix/setup/webpack.mix.js&#8221;</em></span> and copy the <strong>webpack.mix.js</strong> file to the root directory of your project. Also, you can create the file yourself and add the following code inside.</p>
<p><strong>webpack.mix.js</strong></p>
<pre class="theme:sublime-text lang:js decode:true">let mix = require('laravel-mix');

mix.js('src/app.js', 'dist/')
   .sass('src/app.scss', 'dist/');</pre>
<p>The above just require Laravel mix, then look in &#8220;<strong>src/app.js</strong>&#8221; and compile to &#8220;<strong>dist/</strong>&#8221; folder. So, we need the create those files.</p>
<figure id="attachment_11973" aria-describedby="caption-attachment-11973" style="width: 660px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/10/Laravel-Mix-Folder-Structure.png"><img loading="lazy" decoding="async" class="wp-image-11973" src="http://3.90.216.52/wp-content/uploads/2017/10/Laravel-Mix-Folder-Structure.png" alt="Laravel Mix Folder Structure" width="660" height="306" srcset="https://www.technig.com/wp-content/uploads/2017/10/Laravel-Mix-Folder-Structure.png 731w, https://www.technig.com/wp-content/uploads/2017/10/Laravel-Mix-Folder-Structure-300x139.png 300w" sizes="(max-width: 660px) 100vw, 660px" /></a><figcaption id="caption-attachment-11973" class="wp-caption-text">Laravel Mix Folder Structure</figcaption></figure>
<h3>4. Add Code to Compile</h3>
<p>Now let&#8217;s add some code our <strong>app.js</strong> file to compile and test if everything is working.</p>
<p>So, add the following code in your app.js file. It&#8217;s just for the demo, of course, you can add any code you want.</p>
<pre class="theme:sublime-text lang:js decode:true">window.$ = window.jQuery = require('jquery');
require('bootstrap-sass');

</pre>
<p>The code will add jQuery and bootstrap file.</p>
<p><strong>Now</strong>, open your command line and run the following code.</p>
<pre class="lang:default decode:true">npm run production</pre>
<p>The <strong><em>production</em> </strong>and other command list are written in<strong> the package.Json</strong> file.</p>
<p>For me, the compilation starts and go till 95%. Then it stopped.</p>
<figure id="attachment_11976" aria-describedby="caption-attachment-11976" style="width: 525px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/10/Laravel-mix-stop-at-emitting.png"><img loading="lazy" decoding="async" class="wp-image-11976" src="http://3.90.216.52/wp-content/uploads/2017/10/Laravel-mix-stop-at-emitting.png" alt="Laravel mix stop at emitting" width="525" height="215" srcset="https://www.technig.com/wp-content/uploads/2017/10/Laravel-mix-stop-at-emitting.png 872w, https://www.technig.com/wp-content/uploads/2017/10/Laravel-mix-stop-at-emitting-300x123.png 300w, https://www.technig.com/wp-content/uploads/2017/10/Laravel-mix-stop-at-emitting-768x314.png 768w" sizes="(max-width: 525px) 100vw, 525px" /></a><figcaption id="caption-attachment-11976" class="wp-caption-text">Laravel mix stop at emitting</figcaption></figure>
<p>It&#8217;s not going further. So, there must be a problem.</p>
<h2>5. How to Fix Laravel Mix 95% emitting Stop Problem</h2>
<p>So, let&#8217;s fix it. Before doing that, you know know what&#8217;s the problem. Thus, it can&#8217;t find the public folder or where to compile the files. Here is how you fix it.</p>
<p>Open your <strong>webpack.mix.js</strong> file and add the following code<strong> right after</strong> you require Laravel Mix.</p>
<pre class="theme:sublime-text lang:js decode:true">mix.options({
    publicPath: 'dist'
})
</pre>
<p>Now, terminate the emitting process by pressing Ctrl + C two times and re-run the production command. It should work now.</p>
<h3>Conclusion</h3>
<p>We hope this article has been informative for you and you enjoyed reading. So, it&#8217; how you can use Laravel Mix without Laravel. Further, we have a forum where you can ask any types of questions and get instant answers. So, feel free to join us.</p>
<p>The post <a href="https://www.technig.com/use-laravel-mix-without-laravel/">How to Use Laravel Mix without Laravel Step by Step</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/use-laravel-mix-without-laravel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11966</post-id>	</item>
		<item>
		<title>Top 7 Best Free Code Editors For Programmers</title>
		<link>https://www.technig.com/best-free-code-editors-programmers/</link>
					<comments>https://www.technig.com/best-free-code-editors-programmers/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Fri, 22 Sep 2017 05:30:37 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Free Developer Software]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Software]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Top Best]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=11092</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="838" height="474" src="https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Top 7 Best Free Code Editors for Web Developers" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers.jpg 838w, https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers-300x170.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers-768x434.jpg 768w" sizes="(max-width: 838px) 100vw, 838px" /></div>
<p>As a programmer and developer, you need the best editor with ease of use and useful features. So, we have collected the top 7 best free code editors for programmers. These editors are the most popular and most wanted among developers and web designers. While most of these editors are free but they do more than [&#8230;]</p>
<p>The post <a href="https://www.technig.com/best-free-code-editors-programmers/">Top 7 Best Free Code Editors For Programmers</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="838" height="474" src="https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Top 7 Best Free Code Editors for Web Developers" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers.jpg 838w, https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers-300x170.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Top-7-Best-Free-Code-Editors-for-Web-Developers-768x434.jpg 768w" sizes="(max-width: 838px) 100vw, 838px" /></div><p>As a programmer and developer, you need the best editor with ease of use and useful features. So, we have collected the top 7 best free code editors for programmers. These editors are the most popular and most wanted among developers and web designers. While most of these editors are free but they do more than premium editors.</p>
<h2>7 Best Free Code Editors</h2>
<p><strong>Below is the list of best free code editors:</strong></p>
<ol>
<li>Visual Studio Code</li>
<li>Sublime Text 3</li>
<li>Atom</li>
<li>Brackets</li>
<li>Vim</li>
<li>Notepad++</li>
<li>Coda</li>
</ol>
<h2>1. Visual Studio Code</h2>
<figure id="attachment_11113" aria-describedby="caption-attachment-11113" style="width: 439px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors.png"><img loading="lazy" decoding="async" class="wp-image-11113" src="http://3.90.216.52/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors.png" alt="Visual Studio Code - Best Free Code Editors" width="439" height="226" srcset="https://www.technig.com/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors.png 1223w, https://www.technig.com/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors-300x155.png 300w, https://www.technig.com/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors-768x396.png 768w, https://www.technig.com/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors-1024x527.png 1024w, https://www.technig.com/wp-content/uploads/2017/09/Visual-Studio-Code-Best-Free-Code-Editors-1130x580.png 1130w" sizes="(max-width: 439px) 100vw, 439px" /></a><figcaption id="caption-attachment-11113" class="wp-caption-text">Visual Studio Code &#8211; Best Free Code Editors</figcaption></figure>
<p>The number one best and free code editor. So, it&#8217;s by Microsoft, free and open source. Besides VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Besides, the code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools. Furthermore, it&#8217;s cross-platform, and the team behind it brings monthly updates with new features and bug fixes. It&#8217;s like an IDE.</p>
<h2>2. Sublime Text 3</h2>
<figure id="attachment_11111" aria-describedby="caption-attachment-11111" style="width: 297px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Sublime-Text-3-logo-Best-Free-Code-Editors.png"><img loading="lazy" decoding="async" class="wp-image-11111" src="http://3.90.216.52/wp-content/uploads/2017/09/Sublime-Text-3-logo-Best-Free-Code-Editors.png" alt="Sublime Text 3 logo - Best Free Code Editors" width="297" height="297" srcset="https://www.technig.com/wp-content/uploads/2017/09/Sublime-Text-3-logo-Best-Free-Code-Editors.png 512w, https://www.technig.com/wp-content/uploads/2017/09/Sublime-Text-3-logo-Best-Free-Code-Editors-150x150.png 150w, https://www.technig.com/wp-content/uploads/2017/09/Sublime-Text-3-logo-Best-Free-Code-Editors-300x300.png 300w" sizes="(max-width: 297px) 100vw, 297px" /></a><figcaption id="caption-attachment-11111" class="wp-caption-text">Sublime Text 3 logo &#8211; Best Free Code Editors</figcaption></figure>
<p>Favorite code editor of all developers. It&#8217;s the fastest and lightest code editor of all the time. It&#8217;s a proprietary cross-platform source code editor appealing UI interface. Further, Sublime natively supports many programming languages and markup languages, and functions can be added by users with plugins, typically community-built and maintained under free-software licenses. So, if you want a fast editor, it&#8217;s the best choice.</p>
<h2>3. Atom</h2>
<figure id="attachment_11107" aria-describedby="caption-attachment-11107" style="width: 256px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Atom-Editor-Best-Free-Code-Editors.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-11107" src="http://3.90.216.52/wp-content/uploads/2017/09/Atom-Editor-Best-Free-Code-Editors.jpg" alt="Atom Editor - Best Free Code Editors" width="256" height="256" srcset="https://www.technig.com/wp-content/uploads/2017/09/Atom-Editor-Best-Free-Code-Editors.jpg 256w, https://www.technig.com/wp-content/uploads/2017/09/Atom-Editor-Best-Free-Code-Editors-150x150.jpg 150w" sizes="(max-width: 256px) 100vw, 256px" /></a><figcaption id="caption-attachment-11107" class="wp-caption-text">Atom Editor &#8211; Best Free Code Editors</figcaption></figure>
<p>Built with HTML5 technology, <a href="https://en.wikipedia.org/wiki/Open-source_software">open source</a>, free and cross-platform. Also, it&#8217;s easy to customise and style Atom, and you can tweak the look and feel of your UI with CSS/Less and add major features with HTML and JavaScript. Additionally, Atom is a desktop application built with HTML, JavaScript, CSS, and Node.js integration. It runs on Electron, a framework for developing cross-platform apps using web technologies.</p>
<h2>4.Brackets</h2>
<figure id="attachment_11108" aria-describedby="caption-attachment-11108" style="width: 443px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Bracket-Editor-Free-Code-Editor.jpg"><img loading="lazy" decoding="async" class="wp-image-11108" src="http://3.90.216.52/wp-content/uploads/2017/09/Bracket-Editor-Free-Code-Editor.jpg" alt="Bracket Editor - Free Code Editor" width="443" height="194" srcset="https://www.technig.com/wp-content/uploads/2017/09/Bracket-Editor-Free-Code-Editor.jpg 800w, https://www.technig.com/wp-content/uploads/2017/09/Bracket-Editor-Free-Code-Editor-300x131.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Bracket-Editor-Free-Code-Editor-768x336.jpg 768w" sizes="(max-width: 443px) 100vw, 443px" /></a><figcaption id="caption-attachment-11108" class="wp-caption-text">Bracket Editor &#8211; Free Code Editor</figcaption></figure>
<p>A modern, open source text editor that understands web design. Besides, it&#8217;s by Adobe and an advanced text editor that makes it easy to design in the browser, crafted from the ground up for web designers and front-end developers. Also, Brackets is an open-source project, supported by an active and passionate community. It&#8217;s made by other web developers like you</p>
<h2>5.Vim</h2>
<figure id="attachment_11112" aria-describedby="caption-attachment-11112" style="width: 294px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Vim-editor-logo-Open-Source-Code-editor.png"><img loading="lazy" decoding="async" class="wp-image-11112" src="http://3.90.216.52/wp-content/uploads/2017/09/Vim-editor-logo-Open-Source-Code-editor.png" alt="Vim editor logo - Open Source Code editor" width="294" height="294" srcset="https://www.technig.com/wp-content/uploads/2017/09/Vim-editor-logo-Open-Source-Code-editor.png 400w, https://www.technig.com/wp-content/uploads/2017/09/Vim-editor-logo-Open-Source-Code-editor-150x150.png 150w, https://www.technig.com/wp-content/uploads/2017/09/Vim-editor-logo-Open-Source-Code-editor-300x300.png 300w" sizes="(max-width: 294px) 100vw, 294px" /></a><figcaption id="caption-attachment-11112" class="wp-caption-text">Vim editor logo &#8211; Open Source Code editor</figcaption></figure>
<p>A very extendable and fast code editor. Although Vim originally released for the Amiga, it has since been developed to be cross-platform, supporting many other platforms. Beyond that, in 2006, it was voted the most popular editor amongst Linux Journal readers. After that, in 2015 the Stack Overflow developer survey found it to be the third most popular text editor. So, it&#8217;s a bit hard to start getting comfortable with this editor, but once you learn it, you can grow incredibly fast.</p>
<h2>6. Notepad++</h2>
<figure id="attachment_11110" aria-describedby="caption-attachment-11110" style="width: 366px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Notepad-Best-Free-Code-Editors-For-Windows.jpg"><img loading="lazy" decoding="async" class="wp-image-11110" src="http://3.90.216.52/wp-content/uploads/2017/09/Notepad-Best-Free-Code-Editors-For-Windows.jpg" alt="Notepad++ Best Free Code Editors For Windows" width="366" height="262" srcset="https://www.technig.com/wp-content/uploads/2017/09/Notepad-Best-Free-Code-Editors-For-Windows.jpg 600w, https://www.technig.com/wp-content/uploads/2017/09/Notepad-Best-Free-Code-Editors-For-Windows-300x215.jpg 300w" sizes="(max-width: 366px) 100vw, 366px" /></a><figcaption id="caption-attachment-11110" class="wp-caption-text">Notepad++ Best Free Code Editors For Windows</figcaption></figure>
<p>Windows user knows it well. So, it&#8217;s Notepad++ which distributed as free software, at first, the project hosted on SourceForge.net, from where it has been downloaded over 28 million times. Further, It&#8217;s written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size.</p>
<h2>7. Coda</h2>
<figure id="attachment_11109" aria-describedby="caption-attachment-11109" style="width: 481px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2017/09/Coda-by-Panic-MacOS-Best-Code-Editor.png"><img loading="lazy" decoding="async" class="wp-image-11109" src="http://3.90.216.52/wp-content/uploads/2017/09/Coda-by-Panic-MacOS-Best-Code-Editor.png" alt="Coda by Panic - MacOS Best Code Editor" width="481" height="288" srcset="https://www.technig.com/wp-content/uploads/2017/09/Coda-by-Panic-MacOS-Best-Code-Editor.png 545w, https://www.technig.com/wp-content/uploads/2017/09/Coda-by-Panic-MacOS-Best-Code-Editor-300x179.png 300w" sizes="(max-width: 481px) 100vw, 481px" /></a><figcaption id="caption-attachment-11109" class="wp-caption-text">Coda by Panic &#8211; MacOS Best Code Editor</figcaption></figure>
<p>The last but not least, it&#8217;s Coda and originally built for Mac users. Coda is a commercial and proprietary web development application for macOS by Panic. So, Coda released on April 23, 200. Apple design award winner in 2007 for best User Experience</p>
<h2>Conclusion</h2>
<p>As we mentioned, most of these editors are free, and they do more than premium software. We hope it has been informative for you. Feel free to share your idea below about your favourite editors.</p>
<p>The post <a href="https://www.technig.com/best-free-code-editors-programmers/">Top 7 Best Free Code Editors For Programmers</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/best-free-code-editors-programmers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11092</post-id>	</item>
		<item>
		<title>How to Animating Multiple Objects with GreenSock?</title>
		<link>https://www.technig.com/greensock-multiple-objects-animation/</link>
					<comments>https://www.technig.com/greensock-multiple-objects-animation/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sun, 12 Jun 2016 16:00:29 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[GreenSock]]></category>
		<category><![CDATA[GSAP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Framework]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=7734</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>Animation mulitple object with GreenSock will help you power up your animation skill with GreenSock. In this part of the GreenSock tutorial series, we are goint to focus on GreenSock multiple objects animation features. We will create an amazing animated text with GreenSock. We assume you have the basic knowledge of using GreenSock technology. If [&#8230;]</p>
<p>The post <a href="https://www.technig.com/greensock-multiple-objects-animation/">How to Animating Multiple Objects with GreenSock?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>Animation mulitple object with GreenSock will help you power up your animation skill with GreenSock. In this part of the <a href="https://www.technig.com/tag/greensock/" target="_blank" rel="noopener noreferrer">GreenSock</a> tutorial series, we are goint to focus on GreenSock multiple objects animation features. We will create an amazing animated text with GreenSock. We assume you have the basic knowledge of using GreenSock technology. If not, please talk a look at the basic tutorials here at technig and than continue to this article.</p>
<p>Here is the final project we are going to build together from scratch.</p>
<p>[codepen_embed height=&#8221;362&#8243; theme_id=&#8221;dark&#8221; slug_hash=&#8221;WxrMWb&#8221; default_tab=&#8221;result&#8221; user=&#8221;Hujjat&#8221;]See the Pen GreenSock Practice #6 multiple object animation by Hujjat Nazari (<a href="http://codepen.io/Hujjat">@Hujjat</a>) on <a href="http://codepen.io">CodePen</a>.[/codepen_embed]</p>
<h2>GreenSock Multiple Objects Animation</h2>
<p>To animate multiple object, you have two ways. Either use TweenLight class make apply separate Tweens to every object or use TweenMax class and automate the process. We are going to show you both ways. At the end you learn both ways.</p>
<h3>Using TweenLight</h3>
<p>If you use TweenLight, you will write more code. But this more code will give you more flexibility to make more amazing animations. Here, You select every object and apply different animation properties. Here an example.</p>
<p>Imagine if you want to animate a sets of alphabet letters.</p>
<pre class="theme:sublime-text lang:default decode:true ">&lt;div id="teching"&gt;
  &lt;div class="letter t"&gt;T&lt;/div&gt;
  &lt;div class="letter e"&gt;E&lt;/div&gt;
  &lt;div class="letter c"&gt;C&lt;/div&gt;
  &lt;div class="letter h"&gt;H&lt;/div&gt;
  &lt;div class="letter n"&gt;N&lt;/div&gt;
  &lt;div class="letter i"&gt;I&lt;/div&gt;
  &lt;div class="letter g"&gt;G&lt;/div&gt;
&lt;/div&gt;</pre>
<p>Now, if I want to animate each and every letter, I must select and apply animations individually. Here is the example code for above html markup.</p>
<pre class="theme:sublime-text lang:js decode:true ">var t = $('.letter.t');
var e = $('.letter.e');
var c = $('.letter.c');
var h = $('.letter.h');
var n = $('.letter.n');
var i = $('.letter.i');
var g = $('.letter.g');

TweenLite.from(t, 2, {y:"200",opacity:0.1});
TweenLite.from(e, 2, {y:"-200"});
TweenLite.from(c, 2, {y:"200"});
TweenLite.from(h, 2, {y:"-200"});
TweenLite.from(n, 2, {y:"200"});
TweenLite.from(i, 2, {y:"-200"});
TweenLite.from(g, 2, {y:"200"});</pre>
<p>The good thing about this method is here that, you can add different property for each object. If you make a complex animation, you will definitely need to use this method.</p>
<h3>Using TweenMax</h3>
<p>Using TweenMax class help you make the animation easier. With less code, you can write do more thins done. The cons of using this method is that you can&#8217;t apply different property separately for each object. If you want to give the same animation property for all object, this method is going to for you.</p>
<p>We assume you have the above html markup. Here is how we write the JavaScript code.</p>
<pre class="theme:sublime-text lang:js decode:true ">var letters = $('.letter').toArray();

TweenMax.staggerFrom(letters,1,{
  y: '-110',
  ease: Bounce.easeOut
},0.18);</pre>
<p>As we said in introduction tutorial, TweenMax have some more feature and functionality. The staggerFrom function will talk the fourth argument.</p>
<p>This argument will specify the timing in which animation repeat on the next object. It will repeat those two property for every single letter after 0.18 second. Don&#8217;t forget that we have passed an array of object to straggerFrom function.</p>
<p>Here is the final demo.</p>
<p>[codepen_embed height=&#8221;331&#8243; theme_id=&#8221;dark&#8221; slug_hash=&#8221;WxrMWb&#8221; default_tab=&#8221;result&#8221; user=&#8221;Hujjat&#8221;]See the Pen &lt;a href=&#8217;http://codepen.io/Hujjat/pen/WxrMWb/&#8217;&gt;GreenSock Practice #6 multiple object animation&lt;/a&gt; by Hujjat Nazari (&lt;a href=&#8217;http://codepen.io/Hujjat&#8217;&gt;@Hujjat&lt;/a&gt;) on &lt;a href=&#8217;http://codepen.io&#8217;&gt;CodePen&lt;/a&gt;.[/codepen_embed]</p>
<h2>Conclusion</h2>
<p>GreenSock multiple objects animation will help you build powerful yet flexible animations. We hope you have learned something new. If you any question, feel free to comment it bellow. 🙂</p>
<p>The post <a href="https://www.technig.com/greensock-multiple-objects-animation/">How to Animating Multiple Objects with GreenSock?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/greensock-multiple-objects-animation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7734</post-id>	</item>
		<item>
		<title>How to Make Sublime Text 3 More attractive with best Packages and Themes</title>
		<link>https://www.technig.com/customize-sublime-text-3-using-packages/</link>
					<comments>https://www.technig.com/customize-sublime-text-3-using-packages/#comments</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Sat, 04 Jun 2016 17:48:35 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[sublime text 3]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=7669</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>Sublime text the most liked text editor for web designer and developers. You might have seen pro developers using sublime text with beautiful layout and theme design. Today we will guide you through installing and configure some essential packages to customize sublime text and make it attractive and amazing. Pre-requirement For Customization Mainly, there are [&#8230;]</p>
<p>The post <a href="https://www.technig.com/customize-sublime-text-3-using-packages/">How to Make Sublime Text 3 More attractive with best Packages and Themes</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>Sublime text the most liked text editor for web designer and developers. You might have seen pro developers using sublime text with beautiful layout and theme design. Today we will guide you through installing and configure some essential packages to customize sublime text and make it attractive and amazing.</p>
<figure id="attachment_7672" aria-describedby="caption-attachment-7672" style="width: 800px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/Customize-sublime-text.gif"><img loading="lazy" decoding="async" class="size-full wp-image-7672" src="https://www.technig.com/wp-content/uploads/2016/06/Customize-sublime-text.gif" alt="Customize sublime text" width="800" height="600" /></a><figcaption id="caption-attachment-7672" class="wp-caption-text">Customize sublime text &#8211; Technig </figcaption></figure>
<h2>Pre-requirement For Customization</h2>
<p>Mainly, there are two ways to install packages for sublime text. One through package installer and the second is to install manually. In this tutorial, we will use package installer. If you are brand new to package installer, here is how you use it.</p>
<p>Package Installer is simple a way to add plugin or new feature to sublime text. By default, you can not use it in sublime text. You have to install it. It&#8217;s pretty simple. Just to go package controller site and install <a href="https://packagecontrol.io/installation" target="_blank" rel="noopener noreferrer">package controller</a>.</p>
<p>Depending on your sublime text version, copy the code they give you and open sublime text. Go to <em>view &gt; show console</em>, past the code and press enter. It will install package controller. You will see two new options under the preferences. <em>Package settings</em> and <em>Package controller</em>.</p>
<p>We will use package control for installing new packages. Click on the option and you will see a pop-op window. Type install package and enter. Wait until the new window open. Now you can install any package or theme you want.</p>
<h2>Customize Sublime Text, Installing theme</h2>
<figure id="attachment_7679" aria-describedby="caption-attachment-7679" style="width: 800px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/06/customize-sublime-text-material-theme.gif"><img loading="lazy" decoding="async" class="size-full wp-image-7679" src="https://www.technig.com/wp-content/uploads/2016/06/customize-sublime-text-material-theme.gif" alt="customize sublime text material theme" width="800" height="600" /></a><figcaption id="caption-attachment-7679" class="wp-caption-text">customize sublime text material theme</figcaption></figure>
<p>Material design and material theme is one of the most liked theme for sublime text and other text editors. You might have seen other pro developers who are using this them. Here is how you find it.</p>
<p>Where you install packages, search for Material theme and install. After installation, restart the Sublime text. Now you must can customize sublime text for current user.</p>
<p>Go to Preferences &gt; settings &#8211; user.</p>
<p>You will see some default options. Customize it they way you want. Here is a basic customization options for material theme. Just copy and replace everything and save it.</p>
<pre class="theme:sublime-text lang:default decode:true ">{
	"bold_folder_labels": false,
	"color_scheme": "Packages/Colorsublime - Themes/Bittersweet.tmTheme",
	"font_size": 14,
	"ignored_packages":
	[
		"Vintage"
	],
	"theme": "Material Brogrammer.sublime-theme"
}
</pre>
<p>After saving the file, you will see the material theme effected.</p>
<p>For more options, check the documentation for material theme <a href="https://github.com/equinusocio/material-theme" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h2>Install Color Sublime</h2>
<p>Color Sublime is one of other great package for sublime text. It will help you customize sublime text color. Search for sublime colorsublime package and install.</p>
<p>To use color sublime, write colorsublime in package control instead of install package. And than you can install any theme color you want. If not sure search for Facebook, or bitterweet that looks good to me.</p>
<h2>Conclusion</h2>
<p>Now you know how to install package and themes. Feel free to search for other packages that you might like and install theme. I hope it has been informative for you. If you have any good package or question, feel free to share it on the comment bellow. 🙂</p>
<p>The post <a href="https://www.technig.com/customize-sublime-text-3-using-packages/">How to Make Sublime Text 3 More attractive with best Packages and Themes</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/customize-sublime-text-3-using-packages/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7669</post-id>	</item>
		<item>
		<title>Setting up GreenSock Animation Part 2</title>
		<link>https://www.technig.com/greensock-animation-setting-configuration/</link>
					<comments>https://www.technig.com/greensock-animation-setting-configuration/#respond</comments>
		
		<dc:creator><![CDATA[Hujatulla Asghari]]></dc:creator>
		<pubDate>Tue, 10 May 2016 05:30:45 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Coding Tips]]></category>
		<category><![CDATA[GreenSock]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript Framework]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=7352</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"></div>
<p>In previous tutorial you have learned what GreenSock animation platform is and why we use it. In this article, you will learn how to use GreenSock animation in your first project. You will also learn GreenSock animation setting up and configurations. Overall, we will make our first project and environment for our project. Beside this, you [&#8230;]</p>
<p>The post <a href="https://www.technig.com/greensock-animation-setting-configuration/">Setting up GreenSock Animation Part 2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"></div><p>In <a href="https://www.technig.com/introduction-gsap-animation/" target="_blank" rel="noopener noreferrer">previous</a> tutorial you have learned what GreenSock animation platform is and why we use it. In this article, you will learn how to use GreenSock animation in your first project. You will also learn GreenSock animation setting up and configurations. Overall, we will make our first project and environment for our project. Beside this, you will learn how to animate elements or any other object with GreenSock.</p>
<h2>GreenSock Animation Setting up</h2>
<p>As promised, we will will write clean and to the point. So, to use GreenSock, all you need is to download the framework and add it in your project and than write your animation code. We will use codepen instead of saving the file locally. If you want to so, you can fork our project and make changes for your own. Let&#8217;s start doing it step by step.</p>
<ul>
<li>Create a pen on <a href="https://codepen.com" target="_blank" rel="noopener noreferrer">Codepen</a>. ( if you want, you can fork our project <a href="https://codepen.io/Hujjat/pen/pyGdjd" target="_blank" rel="noopener noreferrer">here </a>).</li>
<li>Add the GreenSock and jQuery.</li>
</ul>
<p>Of course you will need jQuery as well, so we will add jQuery first, than GSAP. In codepen, you can like this.</p>
<figure id="attachment_7361" aria-describedby="caption-attachment-7361" style="width: 1036px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/05/GreenSock-animation-setting-on-codepen.jpg"><img loading="lazy" decoding="async" class="wp-image-7361 size-full" src="https://www.technig.com/wp-content/uploads/2016/05/GreenSock-animation-setting-on-codepen.jpg" alt="GreenSock animation setting on codepen" width="1036" height="553" /></a><figcaption id="caption-attachment-7361" class="wp-caption-text">GreenSock animation setting on codepen</figcaption></figure>
<ol>
<li>Settings</li>
<li>JavaScript tab</li>
<li>jQuery cdn link</li>
<li>TweenMax cdn link</li>
<li>We have added it through Quick-add.</li>
</ol>
<p>Once you have added them, you are done with GreenSock animation setting up. Now you can start writing your code.</p>
<p>Here a simple html code:</p>
<pre class="theme:sublime-text lang:xhtml decode:true ">&lt;div class="object"&gt;
  &lt;p&gt;
     Move me with GreenSock
  &lt;/p&gt;
&lt;/div&gt;</pre>
<p>Here is some basic CSS style.</p>
<pre class="theme:sublime-text lang:css decode:true ">.object{
  background-color: blue;
  width:170px;
  padding:30px;
  color:#fff;
}</pre>
<p>So far we had just write the basic codes. Now let&#8217;s start learning the GreenSock syntax.</p>
<p>First, let&#8217;s select the item class with jQuery</p>
<pre class="theme:sublime-text lang:js decode:true ">var item = $('.object');</pre>
<p>Now, you can apply the GreenSock functions to variable item. The most common type of tween is a to () tween which allows you to define the destination values:</p>
<pre class="theme:sublime-text lang:js decode:true">TweenLite.to(myObject, 2, {x:100, y:200});</pre>
<p>For our example, let&#8217;s more our item 300px to the right direction. To do that, add the following code to your JavaScript code.</p>
<pre class="theme:sublime-text lang:js decode:true">TweenLite.to(item, 2, {x:300});</pre>
<p>The TweenLite is the class name and the to() is the function.</p>
<p>The first arguement is the object you want to apply the animation on.</p>
<p>The second arguement is for time set or How much time it should take.</p>
<p>The third arguement, you can add an array of different affects.</p>
<p>In our example, it will more the item element to x direction in 2 second.</p>
<p>Here is the completed pen.</p>
<h2>Conclusion</h2>
<p>It was about the basic of GreenSock animation and GreenSock animation setting. We will continue this tutorial series with intermediate and advance level of GreenSock animation. I hope it has been informative for you, if you any question, feel free to comment it bellow. 🙂</p>
<p>The post <a href="https://www.technig.com/greensock-animation-setting-configuration/">Setting up GreenSock Animation Part 2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/greensock-animation-setting-configuration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7352</post-id>	</item>
	</channel>
</rss>
