Chinnayya Chinthaelb.hashnode.dev·Dec 19, 2024Application Load Balancer (ALB)An Application Load Balancer (ALB) is an AWS service that operates at the Application Layer (Layer 7) of the OSI model. It is designed to route and distribute HTTP, HTTPS, and WebSocket traffic to targets such as EC2 instances, containers, Lambda fun...ELB
Yash Bridyashbrid03.hashnode.dev·Dec 18, 2024How I built Stock Stalker ?Story Behind Stock Stalker Back in 2020, when the world went into lockdown and everyone was stuck at home, I, like many others, found myself exploring new hobbies. The stock market was everywhere—on the news, social media, and even group chats. Peopl...52 readsDjango
Vedant Sagolalegenai-blog.hashnode.dev·Dec 15, 2024Object-Oriented Programming (OOP): Real-World Scenarios and ConceptsObject-Oriented Programming (OOP) is a programming paradigm centered around objects rather than functions and logic. To make this concept relatable, let’s journey into the real world, where everything from cars to coffee machines operates on OOP prin...Object Oriented Programming
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 9, 2024Build Dynamic Location Tracking Systems in Django with Redis Pub/Sub and PulsetrackerIn this article, we’ll demonstrate how to integrate Pulsetracker's Redis Pub/Sub into a Django application to listen for real-time location updates. Additionally, we'll build a simple JavaScript WebSocket client to send location updates every second ...87 readsbackend
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 8, 2024Real-Time Location Tracking with Node.js and Pulsetracker's Redis Pub/SubReal-time location tracking is at the heart of many modern applications, from delivery services to personal tracking tools. Pulsetracker simplifies this process by offering a dedicated Redis Pub/Sub server that allows developers to subscribe to real-...Node.js
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 8, 2024Real-Time Location Tracking with Laravel and Pulsetracker's Redis Pub/SubIn the fast-paced world of app development, real-time location tracking is essential for logistics, fleet management, and various other applications. Pulsetracker simplifies this process by providing a robust backend for location tracking, allowing d...Laravel
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 8, 2024Listen for realtime location updates from pulsetracker on your backend with Python pusherPulsetracker is a powerful, scalable, flexible location-tracking solution for developers seeking real-time updates without being bound to a proprietary client SDK. With Pulsetracker, you have the freedom to integrate location data into your own backe...Python
Team pulsetrackerforPulsetrackerblog.pulsestracker.com·Dec 8, 2024Building a Real-Time Location Tracking Solution with Pulsetracker, Pusher, Laravel, Redis and PythonIntroduction: What is PulseTracker? Pulsetracker is a backend service for real-time location tracking, designed specifically for developers who need a robust and flexible way to monitor location data without being tied to proprietary SDKs or infrastr...Laravel
JealousGxblog.jealous.dev·Nov 26, 2024FeaturedMastering WebSockets in Node.js: Advanced TechniquesWebSockets have emerged as a key technology for real-time web applications, enabling bidirectional communication between clients and servers over a single, persistent connection. While WebSockets are not new, their potential is still vastly underutil...14 likes·178 readswebsockets
Neel Patelblog.neelbuilds.com·Nov 12, 2024Bus Crowd Detection SystemManaging crowd levels in public buses is a challenge for many cities around the world. Overcrowding can lead to safety concerns, discomfort, and delays. To help address this issue, I've developed a Bus Crowd Detection System using computer vision and...1 like·72 reads#yolov4-tiny