The Sleepless Yogi Blog

Tech stack of some really cool Startups

11 September 2017

Tech stack of some really cool Startups

Learn about the technology stack used by famous upcoming Startups and Apps. See which Startups use your favorite technologies like Ruby, Python, NodeJS, JavaScript.

READ MORE
Angular 2 Authentication: How to Restrict Access to Pages?

28 August 2017

Angular 2 Authentication: How to Restrict Access to Pages?

What is Angular AuthGuard and how to use it. Learn how to restrict anonymous users from accessing restricted pages in your application using Angular 2 Authentication.

READ MORE
5 Practices to write a secure JavaScript web application

16 August 2017

5 Practices to write a secure JavaScript web application

Most important Security principles in JavaScript. Actionable items to make your JavaScript based Web application more secure.

READ MORE
AngularJS: Service vs Factory vs Providers made super simple

10 August 2017

AngularJS: Service vs Factory vs Providers made super simple

Understand the difference between Service vs Factory vs Providers in AngularJS in a super simple terms. And more importantly learn when to use which design pattern in AngularJS.

READ MORE
5 JavaScript tricks every developer should know

06 June 2017

5 JavaScript tricks every developer should know

Useful tips, tricks and hacks in JavaScript every developer should know about. Truthy values in JavaScript. Logical operators in JavaScript.

READ MORE
Which famous companies are using your favorite technologies?

26 June 2017

Which famous companies are using your favorite technologies?

Checkout which famous companies use your favorite technology stack. Want to know what technologies companies like Facebook, Youtube, Netflix use?

READ MORE
A comprehensive beginner's guide to set up ReactJS

05 April 2017

A comprehensive beginner's guide to set up ReactJS

Step by step guide to setup a ReactJS development environment. A very simple guide to install all the depenedencies and configure Node, Webpack and Babel for your first ReactJS project.

READ MORE
OOP - Abstraction explained with a Chinese restaurant analogy

09 March 2017

OOP - Abstraction explained with a Chinese restaurant analogy

Concept of abstraction in programming languages made super simple with a funny restaurant analogy.

READ MORE
Angular 2 Form Validation: How to fire form validation on blur?

28 March 2017

Angular 2 Form Validation: How to fire form validation on blur?

Learn how to fire form validation on blur to give users a better user experience. Avoid flagging validation errors while users are style editing the form.

READ MORE
What is Directive's life-cycle in AngularJS

20 March 2017

What is Directive's life-cycle in AngularJS

Let's understand Compile, Pre-link, Post-link and Controller functions in AngularJS directives. AngularJS Directive lifehooks. This article explains importance of each function and when to use which function in AngularJS directives.

READ MORE
Curated List Of Awesome Things In The Tech World - Part 4

17 March 2017

Curated List Of Awesome Things In The Tech World - Part 4

A curated list of all the inspiring things I discovered in the tech world this week. It includes great people I met, cool startups I came across and incredible solutions to tech problems I solved.

READ MORE
Quickstart: Steps to setup a simple Angular 2 app

16 March 2017

Quickstart: Steps to setup a simple Angular 2 app

A Quickstart guide to setup your first Angular 2 app easily. How to use AngularCLI to Setup Angular 2 application.

READ MORE
Curated List Of Awesome Things In The Tech World - Part 3

10 March 2017

Curated List Of Awesome Things In The Tech World - Part 3

A curated list of all the inspiring things I discovered in the tech world this week. It includes great people I met, cool startups I came across and incredible solutions to tech problems I solved.

READ MORE
How to $watch controller variables in AngularJS?

05 February 2017

How to $watch controller variables in AngularJS?

Everyone knows how to keep $watch on $scope variables. But, many people don't know that they can use the same technique to watch their controller properties as well.

READ MORE
Curated List Of Awesome Things In The Tech World - Part 1

03 February 2017

Curated List Of Awesome Things In The Tech World - Part 1

A curated list of all the inspiring things I discovered in this week. It includes great people I met, cool Startups I came across and incredible solutions to tech problems I solved.

READ MORE