SDSAPTARSHI DASintechtrioinsights.hashnode.dev·Aug 10, 2023 · 4 min readChannels in GoChannels are a typed, thread-safe queue and it allows different goroutines to communicate with each other. Channels can be created by using make keyword. For Example:- <Channel Name> := make(chan <Channel Type>) We can send and receive data in chann...00
SDSAPTARSHI DASintechtrioinsights.hashnode.dev·Jun 24, 2023 · 5 min readIntroduction to JavaScript: BasicsHello, everyone I'm going to share the fundamentals of JavaScript in this blog. So, Let’s get started. In this blog I am going to share some basic topics and concepts of JavaScript as follows:- 1. What is JavaScript? 2. Programming paradigms in JavaS...01S