Travis HornforTravis Horntravishorn.hashnode.net·Feb 24, 2022Building a Telegram Bot with NetlifyWant to build a bot on a messaging platform? You can use Netlify and their Functions feature to get up and running quickly and easily. In this article, you'll see how I built a bot for Telegram with nearly unlimited potential for interacting with use...Discuss·63 likes·5.7K readsNetlify
Islam O. ElgoharyforGohary's Blogiogohary.hashnode.net·Apr 5, 2021Live Data Processing Using Kafka and KsqlWhat is Kafka? The Apache Kafka website defines Kafka as an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical application...Discuss·35 likes·230 readskafka
Shai AlmogforTalk to the Ducktalktotheduck.hashnode.net·May 2, 2022Debugging the Java Message Service (JMS) API using LightrunThe Java Message Service API (JMS) was developed by Sun Microsystems in the days of Java EE. The JMS API provides us with simple messaging abstractions including Message Producer, Message Consumer, etc. Messaging APIs let us place a message on a “que...Discuss·22 likes·187 readsJava
James Timilehin IlesanmiforTimmyblazetimmyblazee.hashnode.net·Apr 24, 2023The Ultimate Product Manager's Playground: How My Team and I Built DmNow with the Jira Project ToolI am excited to take on the challenge of building a direct messaging app with a team of product managers. We knew we had what it took to create something amazing. Creating a direct messaging app named DmNow was not just a project for us, it was a pla...DiscussProduct Management
satish MishraforSatish's blogtechtonics.hashnode.net·Apr 7, 2023Building a Simple Publisher-Subscriber Messaging Service in PythonWe will start by creating a PubSub class, which will be responsible for managing the subscribers and handling the publishing and subscribing of messages. Here is the code for the PubSub class: The PubSub Class import threading class PubSub: def ...Discuss·33 readsmessaging
Sofwan A. LawalforBackend Engineering w/Sofwansofwancoder.hashnode.net·Mar 26, 2023Real-Time Messaging Protocol (RTMP/s)RTMP is a widely used protocol for streaming audio, video, and data over the Internet in real time. It is particularly well-suited for applications that require low latency, such as live streaming events, online gaming, and video conferencing. RTMPS ...Discuss·34 readsmessaging
Amr KhaledforAmr's Tech Universeamrkh97.hashnode.net·Feb 25, 2023Using Spring Boot with Apache Kafka: Building Event-Driven SystemsUsing Spring Boot with Apache Kafka: Building Event-Driven Systems Event-driven architectures are becoming increasingly popular as organizations move towards more distributed and decoupled systems. Apache Kafka is a popular open-source distributed st...Discuss·79 readsSpringing into Action: A Spring Boot Journey from Novice to ProSpringboot
Vaishnav ChandurkarforPeerlistpeerlist.hashnode.net·Feb 21, 2023How we built Notion-like Slash commands to improve messaging experience?Introduction This year kicked off with a celebration at Peerlist; we had shipped Inbox. I remember starting to build the feature back in June, but at that time, it was too early to build it, and long story short, it got shipped in December! But why a...Discuss·11 likes·38 readsEngineeringfeatures
OGHENEMARO OZONforOGHENEMARO OZON's blogozpeace.hashnode.net·Feb 20, 2023Twilio Programmable Messaging Callback-Webhook URL For Whatsapp And C#/.NetTwilio programmable messaging enables the communication between your application and clients. In this article, we will learn how to use Twilio programmable messaging callback URL for Whatsapp in c#/.Net; this typically listens to an incoming message ...Discuss·80 readstwilio
Jackson JiangforWalkthrough with Jjacksonjiang.hashnode.net·Feb 3, 2023Reel in Users with Topic-based MessagingSmartphones are everywhere these days and play an important role in our daily lives. The popularization of smartphones has led to a wave of mobile apps hitting the market. So, the homogeneous competition between apps is more fierce than ever and deve...DiscussJava
MundiaforMinchatminchat.hashnode.net·Jan 29, 2023Building a React Native Chat App: A Comprehensive GuideWelcome to our comprehensive guide on building a React Native chat app! In this article, we will be taking you through the step-by-step process of creating a seamless, real-time chat experience for your mobile application. Whether you're new to React...DiscussReact
MundiaforMinchatminchat.hashnode.net·Jan 21, 2023Sendbird Alternatives: 5 Best Chat API & Messaging SDKs in 2023In today’s digital age, businesses of all sizes rely on real-time communication tools to connect with customers, partners, and employees. One such tool is Sendbird, a popular platform that offers messaging, voice, and video capabilities to help compa...DiscussChat
Brian OnchariforBrian Oncharibrian.hashnode.net·Jan 7, 2023An Introduction to RabbitMQ: How It Works and Why You Should Use ItWhat is RabbitMQ and why is it relevant? RabbitMQ is a tool that helps computers talk to each other. Imagine that you want to send a message to your friend across the street. You could yell the message as loud as you can, but that might not be the be...Discuss·1 like·34 readsmessaging