AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Golang Channels
Connel is a new way to communicate between channels in Golang. The idea came from exploring the existing solutions and looking for better performance. It's not just context switching but also communicating between threads, which can be costly. Connel aims to solve that problem by making it easy to switch between different types of channels with clear API.