Skip to content

Instantly share code, notes, and snippets.

View nishantmendiratta's full-sized avatar
🎯
Always Curious!

That Js Dev nishantmendiratta

🎯
Always Curious!
View GitHub Profile
@nishantmendiratta
nishantmendiratta / How to Actually Get Sh!t Done.md
Last active April 5, 2020 14:13
✔️ How to Actually Get Sh!t Done

Have you ever wondered that I could have achieved more today but between work (or homework), working out and other necessary rituals the time passed quickly?

"If you see distraction externally, you end up creating an internally distracted state.” – Tim Ferriss

One of the solutions is to block out at least 60 minutes in the morning before checking e-mail to work on your #1 most important/uncomfortable to-do. If you want to learn more here is the Tim's detailed morning routine.

1_VUtNhXI89UIrQ8RbUUiZkQ

@nishantmendiratta
nishantmendiratta / Made To Stick.md
Last active February 14, 2020 17:34
📝 Made To Stick

Background

At my current workplace every quarter we undergo a detailed Story Mapping Session which allows us to have a birds-eye view of the problem.

A brief introduction of Story Mapping: It is an engaging activity where all participants are involved in the process of building the product backlog on a wall, versus writing a dull 100-page requirement document.

The session is all about brainstorming and capturing requirements. However, it requires certain tools and this post is dedicated to one of the most important tools we need for this session i.e, Sticky Note.


Problem

@nishantmendiratta
nishantmendiratta / JavaScript: Understanding the Weird Parts in 35ish minutes - Part 2.md
Last active February 3, 2020 14:19
JavaScript: Understanding the Weird Parts in 35ish minutes - Part 2/6
@nishantmendiratta
nishantmendiratta / 24 uncomfortable things which are tough-but-worthwhile.md
Last active January 22, 2020 13:52
24 uncomfortable things which are tough-but-worthwhile

I've curated here 24 hard things that could payoff forever.

Pinned this to my twitter account as well @thatjsdev

That Javascript Dev  Startups  Money   Books on Twitter   Hard things that could payoff forever  Adapt these life-changing tweaks and lead a better life  It’s not easy  but it’s worth the effort  The list has been aggregated from bu (2)


Credits

BI

@nishantmendiratta
nishantmendiratta / JavaScript: Understanding the Weird Parts in 35ish minutes - Part 1.md
Last active January 22, 2020 04:12
JavaScript: Understanding the Weird Parts in 35ish minutes - Part 1/6
@nishantmendiratta
nishantmendiratta / JavaScript: Understanding the Weird Parts in 35ish minutes - Introduction.md
Last active January 22, 2020 04:05
JavaScript: Understanding the Weird Parts in 35ish minutes - Introduction

If you are looking for a resource where you can learn Javascript in-depth. JavaScript: Understanding the Weird Parts Udemy course is highly recommended.

BUT

If you have a limited amount of time and want to Understand the Weird Parts of Javascript in 35ish minutes. Then tag along and read this post.

In 2015, I gathered all the learnings from the above mentioned Udemy course and created a document out of it. This document includes all the learnings which are the most important parts of Javascript. This document is quite handy and help me revise the complex Javascript concepts. I just want to give back something to the community. So, I will be sharing this document in the form of 6 posts.


@nishantmendiratta
nishantmendiratta / JavaScript: Understanding the Weird Parts in 35ish minutes - #BIGWORDS.md
Last active January 22, 2020 04:04
JavaScript: Understanding the Weird Parts in 35ish minutes - #BIGWORDS

Single Threaded

  • One command at a time (under the hood of browser maybe not)

Synchronous

  • One at a time and in order.

Invocation

  • Calling a function in js by using parentheses ()