blog.yuvgeek.techIntroducing Peek 馃挮 - Place to share & gain knowledge with highly secured video conferencing (Auth0 + WebRTC + Angular)Hello everyone 馃憢, This is Yuvaraj from India 馃嚠馃嚦 & I hope everyone is doing good. Here I'm excited to share with you all my project submissions for Auth0 x Hashnode Hackathon. This is one of the exciting projects I've worked on so far & I hope you...Sep 1, 2021路5 min read
blog.yuvgeek.techCan Vim beat VSCode? - Part 2Can Vim beat VS Code? is all about learning the Vim features and finding out at the end of the series is Vim has capable to beat VSCode. This is the second part of this series. In the previous article of this series, we learned about, What is Vim ed...Aug 11, 2021路5 min read
blog.yuvgeek.techIntroducing Goals Vine 馃コ 馃帄 - Tracks your goals, and reminds you to convert them into realityHello everyone 馃憢, This is the second hackathon I'm participating in hashnode & I thank hashnode for pushing me to do many things that I keep postpone doing it. I am happy to introduce my new app Goals Vine to you all. Are you one of them who sets ...Jul 30, 2021路6 min read
blog.yuvgeek.techUse Array.reduce() like a PRO 馃槑Hello everyone 馃憢, In the previous article of this series, we learned about Why you should use Array.some instead of 'for' loop or forEach? with examples. In this article, I'm going to share how to use the Array reduce effectively. What is Array red...Jul 21, 2021路4 min read
blog.yuvgeek.techHow to Integrate eslint to AngularIn this article, we will cover how to integrate eslint to Angular v12. Without any further delay, let's go! Integration: Create a new Angular application with ng CLI. ng new angular-eslint Run the below command to install eslint packages ng add ...Jul 20, 2021路2 min read