Writing

Longer notes on web engineering, product thinking, and calm interfaces.

Aug 22, 2019

How does JavaScript hoisting work

Hoisting! One of the most “unique” and maybe as some people called “weird” feature of JavaScript. As a developer who has a Java background I can admit that this was kind of a different feature for me.

JavaScript

Apr 30, 2018

Pre-rendering your React application with react-snap

Pre-rendering your React application is useful if you want to increase SEO performance of your website and make it visible to search engines. Most of the search engine robots does not execute client side javascript code and that makes...

JavaScriptReactSEO
P200
WRITING

WRITING

INDEX > Thoughts & Code
[201]
How to fix Invalid hook call error on Storybook React v6 upgrade
NOV 10
[202]
What is Nullish Coalescing Operator in JavaScript?
DEC 14
[203]
What is Optional Chaining in JavaScript?
DEC 13
[204]
What is the 'Temporal Dead Zone' in JavaScript?
NOV 29
[205]
What's the difference between JavaScript call and apply
SEP 26
[206]
How does JavaScript hoisting work
AUG 22
[207]
Testing React application with Cypress
JUL 14
[208]
Pre-rendering your React application with react-snap
APR 30
[209]
React Series-1 Create your first React Application
APR 15
[210]
React Series-2 Create your first React Component
APR 15
[211]
Spring Boot Hello World Application with Intellij IDEA
AUG 13