Published inDailyJS·Sep 13, 2017Back to roots: JavaScript Value vs ReferenceLet’s look at the concept of Value vs Reference. Every JavaScript developer should know this topic as it’s often the reason behind bugs in today’s applications. Also, it’s often one of the job interview questions. I will cover the basics as easily as I can in this short article.JavaScript3 min readJavaScript3 min read
Aug 28, 2017How to host static React website with contact forms for freeTLDR: you can generate a website with static website generator tools such as gatsbyjs, host it for free on GitHub-pages or firebase with HTTPS, and CloudFlare non-www to www redirect. A Contact form can be easily setup without server-side code Formspree. A while ago I decided to build a website…Github3 min readGithub3 min read
Aug 21, 20173 ways to communicate between Angular componentsThis article is written for Angular 2+. At the time of writing the latest version was Angular 4. Update (June 2019): Still valid for Angular 8 It’s written for beginners — if you are an advanced or intermediate Angular developer you probably already know all these techniques. Edit: Although, the…JavaScript4 min readJavaScript4 min read