Skip to main content

Posts

Showing posts from December, 2016

Don't Use Dropbox As CDN

I have seen a lot of people to use Dropbox as a content delivery network to serve static files such as CSS, JavaScript etc. But using Dropbox as a CDN can have many negative impacts for your website. I will show you how you can use dropbox as a CDN and why you should avoid it on your website.

JQuery Like Selector And Events With 30 Line Of JavaScript

We all know how cool the jQuery selector are. We can select any DOM elements with just a $ sign. But jQuery is not always an option for us. Sometimes we need to get our hand wet with vanillaJS.

React Dev Environment With Babel 6 And Webpack

After the release of Babel 6, a lot of things has changed on React Dev Environment. You have to follow more steps to make perfect setup of your React Environment.  Babel 6 changed everything. But don't worry I will show you step by step process to setup your development environment with React, Babel 6 and Webpack.