ACAsidipta Chaudhuriinletsdiscusstech.hashnode.dev·Jun 18, 2023 · 3 min readRedux: The ConceptYou probably heard of Redux while learning React. It has been a buzz word really with the huge growth in popularity of React.js There are so many tutorials out there that explain redux with React and there is nothing wrong with that. The point I am t...00
ACAsidipta Chaudhuriinletsdiscusstech.hashnode.dev·Jun 9, 2023 · 3 min readNew Array Methods in JSIf you are a javascript developer like me, you probably have used array methods quite a lot. While the array methods in javascript are performant, in terms of immutability we did face a shortage of methods. Let me make it clear with an example: // De...00
ACAsidipta Chaudhuriinletsdiscusstech.hashnode.dev·Mar 18, 2023 · 2 min readSetup SSH on WindowsHow do you generally connect to your windows machine remotely? I bet you use some 3rd party software or use Remote Desktop connection (uses RDP) to connect. Now RDP is a SOAP based connection protocol and it is not that great either is it? I mean you...00
ACAsidipta Chaudhuriinletsdiscusstech.hashnode.dev·Mar 18, 2023 · 5 min readSet up docker and kubernetes in ubuntu 22.04There are a lot of resources on the official websites for this topic. Then why am I writing this blog? This blog is for someone who is trying to set up docker and kubernetes in a ubuntu machine, but has no experience in dev-ops whatsoever and wants t...00
ACAsidipta Chaudhuriinletsdiscusstech.hashnode.dev·May 22, 2022 · 3 min readDemystifying 'this' keyword in JSIntro This keyword holds a special place in any object-oriented programming language and has been a mind-bender in Javascript. Needless to say, it has thus been a favourite topic of interviewers everywhere. So, let's dive into what this signifies and...00