blog
Create Your Blog Site With Gatsby.js Static Site Generator
· β˜• 13 min read · ✍️ Adesh
In this blog, we will learn about how to create your blog site with Gatsby.js static site generator. Static site generators becoming popular day by day. There is a hot trend of creating a blog or personal site using static site generators.

Update Angular 6 to Angular 7 version
· β˜• 2 min read · ✍️ Adesh
Right now, Angular 7 has been officially released. So, in this blog, we are going to learn, how to update Angular 6 or older version to Angular 7. In first few steps, we are going to use Windows Powershell with Administrator.

CodeTalkie changed to ZeptoBook
· β˜• 1 min read · ✍️ Adesh
Dear Subscribers, I would like to inform you that, CodeTalkie has bee changed to ZeptoBook.

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.

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.