The Sleepless Yogi Blog

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

14 February 2017

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

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
HTTP2 tutorial - Pros, Cons and other most frequently asked questions.

17 November 2017

HTTP2 tutorial - Pros, Cons and other most frequently asked questions.

What is HTTP/2? What do you need to know about it? Introduction to HTTP/2 in pure simple english. Pros and Congs and other popular questions.

READ MORE
Prototypal vs Classical inheritance -  which one better?

04 October 2017

Prototypal vs Classical inheritance - which one better?

Comparison between prototypal inheritance and classical inheritance on multiple parameters. Is classical inheritance obsolete. How does JavaScript inherit objects. Battle between Java and JavaScript.

READ MORE
Super Powerful JavaScript Tips and Tricks - Part 2

30 October 2017

Super Powerful JavaScript Tips and Tricks - Part 2

Useful tips, tricks and hacks in JavaScript every developer should know about. JavaScript best practices. Learn super easy yet powerful tips of the day in Vanilla JavaScript.

READ MORE
How SSL certificate works? In plain english.

26 October 2017

How SSL certificate works? In plain english.

In plain english understand how does the SSL certificate works. What is HTTPs and SSL exactly. Secure socket layer make easy to understand.

READ MORE
How to use Angular 2 built-in Pipes in your TypeScript? Simple Trick.

11 October 2017

How to use Angular 2 built-in Pipes in your TypeScript? Simple Trick.

Built-in Angular 2 pipes can easily be used in templates using interpolation. How to easily use the same pipes in your typescript components.

READ MORE
What happens when you enter URL and hit enter in browser?

09 January 2017

What happens when you enter URL and hit enter in browser?

Super simple explanation of steps happening behind the scenes after you enter URL in a browser.

READ MORE
Everything you should know about Formatters and Parsers

06 January 2017

Everything you should know about Formatters and Parsers

Super simple explanation of how formatters and parsers work in AngularJS. Learn to sanitize and validate your data with a simple example.

READ MORE
3 Advanced lodash functions you should have up your sleeve

24 January 2017

3 Advanced lodash functions you should have up your sleeve

Lets become a Lodash-ninja and streamline your JavaScript code using some cool Lodash functions. How to use Lodash with JavaScript. Flatten JavaScript arrays. Chaining methods in JavaScript. Currying in JavaScript.

READ MORE
5 Common mistakes JavaScript developers make

19 January 2017

5 Common mistakes JavaScript developers make

List of common mistakes you would want to avoid to become a JavaScript ninja. JavaScript Callback functions. JavaScript scopes. Strings in JavaScript.

READ MORE
Prototypal inheritance in JavaScript super simplified!

14 January 2017

Prototypal inheritance in JavaScript super simplified!

How does Prototypal inheritance work in JavaScript. Super simple explanation of what prototypal inheritance in JavaScript. What is dynamic inheritance. Nuances of Prototypal inheritance.

READ MORE
JavaScript closures made super easy

07 December 2016

JavaScript closures made super easy

How does JavaScript Closures work? Super simplified and a fun explanation of JavaScript Closures with examples. JavaScript scopes and closure explained.

READ MORE
5 New year Programming Challenges - Year 2017

30 December 2016

5 New year Programming Challenges - Year 2017

Choose from a variety of programming challenges listed in this article and become Programming-Ninja in the year 2017.

READ MORE
What is JavaScript?

03 December 2016

What is JavaScript?

JavaScript programming language analyzed, explaining why do you want to use it for your next project.

READ MORE
Steps on how to setup a simple AngularJS app?

29 December 2016

Steps on how to setup a simple AngularJS app?

Setup AngularJS and get running following these simple steps. Develop your first 'Hello World' app in AngularJS.

READ MORE