Blog
What is GraphQL? An Inside look at GraphQL
· β˜• 2 min read · ✍️ Adesh
GraphQL is open source query language for API, and a runtime for fulfilling those queries with your existing data. It was developed by Facebook, and released publicly in 2015.

What's new in Angular 7.0
· β˜• 3 min read · ✍️ Adesh
In this post, we are going to review the new features of Angular 7.0. In this release, these features like Core framework, Angular Material and CLI has been upgraded. There is lot of improvement in application performance.

WELCOME TO ZEPTOBOOK
· β˜• 1 min read · ✍️ Adesh
Hi Guys, today I am so happy to announce my new blog website to those who wants to learn computer programming stuffs. I will share most of my post regarding coding tutorials with code snippets.

The power of directives in AngularJS
· β˜• 4 min read · ✍️ Adesh
AngularJS has lot of in-built directive like ng-app, ng-controller, ng-model, ng-bind and ng-repeat. Directive extend the normal html with extended behaviour.

Factory and Services in AngularJS
· β˜• 2 min read · ✍️ Adesh
In the previous post, we discussed about Directives, Modules, Controllers and Scopes. In this tutorial, we are going to learn about factory and services in AngularJS.

Evolution of Angular 1.x to Angular 6
· β˜• 2 min read · ✍️ Adesh
Since long time, HTML was considered to develop static html pages, and was used with other server-side frameworks to develop a complete website. But, there were lot of challenges in the server-side frameworks, and mainly with MVC (Model-View-Controller) architecture.

Introduction to Module and Directives in AngularJS
· β˜• 3 min read · ✍️ Adesh
What is AngularJS? In the first part, we discussed about evolution of Angular framework. If you haven’t read that post, click here to read the previous post. Let’s start to explore the AngularJS 1.x. AngularJS is a structural Javascript framework.