Parse Objects

  • Blog
  • JavaScript
  • Login

How to publish Vue.js components to NPM

Aditya February 05, 2020 Blog, JavaScript Leave a Comment
Publish Vue.js components to NPM

  The first time I tried to publish a vue.js component to NPM was to experiment and mimic UI component libraries and frameworks such as Vuetify and Quasar. I wanted to create a design framework on top of a front-end

Continue Reading How to publish Vue.js components to NPM

Binary Search Algorithm in JavaScript

Aditya October 22, 2018 Blog, JavaScript Leave a Comment
Binary Search Algorithm

    Binary Search Algorithm Binary search is an algorithm to find an element in a sorted array. Binary search works by repeatedly dividing the array into half until you’ve narrowed down the possible locations to just one. In Binary search, we

Continue Reading Binary Search Algorithm in JavaScript

NodeJS Application with Express – Handlebars and Mongoose

Aditya June 06, 2017 Blog, JavaScript 18 Comments
nodeJS project

  In this post, I am going to build a simple application that would display the data from the MongoDB. This application will look similar to a blog. It will display the title, author name and the content in a

Continue Reading NodeJS Application with Express – Handlebars and Mongoose

Understanding the imports and exports of JavaScript ES6

Aditya June 02, 2017 Blog, JavaScript Leave a Comment
javascript es6 : import - export

    JavaScript ES6 supports for exporting and importing functions, variables from one module to another. There are two kinds of exports: A named export and a default export. Named Export: In JavaScript ES6, Named export are used to export

Continue Reading Understanding the imports and exports of JavaScript ES6

Understanding What is Webpack

Aditya May 22, 2017 Blog, JavaScript Leave a Comment
webpack parse objects

  When I started learning React, I was introduced to the whole new world, new concepts, new tools, new types of files. For the first few days, I was overwhelmed by the amount of work that was required to build

Continue Reading Understanding What is Webpack

React- Redux tutorial: Build a Simple App

Aditya May 06, 2017 Blog, JavaScript 1 Comment
redux simple app

  In this post, we are going to build a simple app using React and Redux. This app is going to perform a complex task (pun intended!) of changing the number that is already displayed. The final app will look

Continue Reading React- Redux tutorial: Build a Simple App

Redux tutorial: Getting started

Aditya May 01, 2017 Blog, JavaScript Leave a Comment
redux getting started

  In this post, we will use the main functionalities of Redux and create Actions to add two numbers.  We can use Redux without touching React and I suppose that is an easier way to start learning Redux. Because, you

Continue Reading Redux tutorial: Getting started

Trends and Future of Online Advertising

Aditya April 09, 2017 Blog 1 Comment
Branded content example

The rise in the use of Ad Blocker has seriously affected the online advertising ecosystem. AdBlock plus which is the most popular ad blocker on the web has been downloaded and is active over 100 million devices. Ad blocker is

Continue Reading Trends and Future of Online Advertising

How to develop a SEO friendly website

Aditya April 08, 2017 Blog Leave a Comment
metas tags example

  If you are missing out on clicks, you are also probably missing out on sales. And if you don’t have a strong SEO strategy, you might miss out on clicks, impressions and most importantly sales. For an online business,

Continue Reading How to develop a SEO friendly website

Search Advertising vs Display Advertising in 2017

Aditya April 08, 2017 Blog Leave a Comment
Display ad on youtube

Digital Advertising has given the advertisers the opportunity to create targeted ad campaigns, which was not provided earlier by the traditional methods of advertising on billboards, television or radio. With the Digital advertising (Search advertising or Display advertising), the advertiser

Continue Reading Search Advertising vs Display Advertising in 2017
← Older posts

Recent Posts

  • How to publish Vue.js components to NPM
  • Binary Search Algorithm in JavaScript
  • NodeJS Application with Express – Handlebars and Mongoose
  • Understanding the imports and exports of JavaScript ES6
  • Understanding What is Webpack

Categories

  • Blog12
  • JavaScript8