Ride History: Tracking Every Completed Trip On the backend, the API queries Supabase for every ride tied to the user's Google ID, filtered to only completed rides and ordered newest-first: There's no date filter and no row limit -- it returns every completed ride the account has ever taken. On the mobile side, each ride renders as a card showing the date, route, pickup time, and the matched rider
Part 2 of my Daily learning https://www.w3schools.com/js. To be honest, I had a tough time in bitwise operations. I also wanted to make my skill level better because I have learned a lot of theory but I have a lack of skill that's why I joined Cisco Network Academy - Getting Started with Cisco Packet Tracer. I installed Cisco Packet Tracer and enrolled in the course but I had a problem with loadin
I Built an AI API with Instant USDC Payments I've been experimenting with the x402 protocol (HTTP 402 + EIP-3009) and built a pay-per-call AI API. How it works Unlike traditional AI APIs that require: Account registration Credit card on file Monthly minimums This API uses crypto-native payments: Make a request → Get 402 with payment info Sign USDC transfer (no ETH needed, thanks to Facilitator) R
If you are building a FiveM roleplay server, Discord Rich Presence is one of those small details that makes a big difference. It replaces the generic "Playing FiveM" status with your server name, logo, and player count. Every player on your server passively advertises your brand to their entire Discord friends list. The setup is straightforward but the implementation differs depending on your fram
The File Search tool in the Gemini API now supports multimodal retrieval by adding support for Gemini Embedding 2. This update allows images, such as charts, product photos, and diagrams, to be natively indexed and searched in the same store as your text-based documents. This post covers how to use the File Search tool end-to-end: creating a store, uploading documents and images, querying with gro
Zulip is known for keeping conversations organized. Topic-based threads, clear context, and async-friendly discussions make it a favorite for technical and distributed teams. Unlike traditional chat apps, conversations in Zulip stay readable even as teams scale. Recreating this experience can be a bit difficult. Real-time messaging, user presence, inline comments, and notifications usually require
Hey! Tell me if this sounds familiar. You built a login page in React. User fills in the details, clicks login, and — nothing happens. The page just sits there. You wanted to send the user to the dashboard after login. But how? You cannot just use a link — the user did not click anything. The redirect needs to happen from your code, based on logic. That is exactly what useNavigate solves. 1. What
Hi everyone, my name is P Swyom Sanjog. Welcome back to my blog—I hope you’re all doing well. Today, I’m bringing a new topic: Virtual DOM. Let’s understand what the Virtual DOM is in simple terms. We’ll cover key questions like what it is, why it’s used, and how it works. So, let’s get started! Virtual Dom So, let’s break down the topic into “Virtual” and “DOM.” Virtual means something that exi