techtrioinsights.hashnode.devChannels 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...Aug 10, 2023·4 min read
techtrioinsights.hashnode.devIntroduction 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...Jun 24, 2023·5 min read