<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Satvik Gaikwad</title><link>https://satvikg7.github.io/projects/</link><description>Recent content in Projects on Satvik Gaikwad</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 01 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://satvikg7.github.io/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>Code Scout</title><link>https://satvikg7.github.io/projects/code-scout/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://satvikg7.github.io/projects/code-scout/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Code Scout is a semantic search engine that lets developers query large codebases using natural language. It goes beyond simple text matching to understand the intent behind your queries.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Natural Language Search&lt;/strong&gt; — Query your codebase using plain English questions like &amp;ldquo;Where is the authentication logic?&amp;rdquo; or &amp;ldquo;Find functions that handle file uploads&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Code Explanation&lt;/strong&gt; — Get AI-powered explanations of complex code snippets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Diff Analysis&lt;/strong&gt; — Understand changes between code versions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Standards Compliance Checking&lt;/strong&gt; — Verify code against best practices and style guidelines&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="technical-architecture"&gt;Technical Architecture&lt;/h2&gt;
&lt;p&gt;Built as a multitier system with multiple interfaces:&lt;/p&gt;</description></item><item><title>Micro Analytics</title><link>https://satvikg7.github.io/projects/micro-analytics/</link><pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate><guid>https://satvikg7.github.io/projects/micro-analytics/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Micro Analytics is an open-source, privacy-focused web analytics platform designed for real-time tracking of sessions and unique visitors without compromising user privacy.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Privacy-First&lt;/strong&gt; — No cookies, no personal data collection, GDPR-compliant by design&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-Time Analytics&lt;/strong&gt; — Track sessions and unique visitors with low-latency APIs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scalable Architecture&lt;/strong&gt; — Built to handle high-volume traffic with efficient data processing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Easy Integration&lt;/strong&gt; — Simple script tag for quick setup on any website&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="technical-highlights"&gt;Technical Highlights&lt;/h2&gt;
&lt;h3 id="high-volume-data-processing"&gt;High Volume Data Processing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Event Batching&lt;/strong&gt; — Efficiently group events to reduce API calls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;In-Memory Queues&lt;/strong&gt; — Fast temporary storage for incoming events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Message Broker&lt;/strong&gt; — RabbitMQ for reliable async processing&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="scalable-backend"&gt;Scalable Backend&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Multiple services built with &lt;strong&gt;Node.js&lt;/strong&gt;, &lt;strong&gt;Go&lt;/strong&gt;, and &lt;strong&gt;Spring Boot&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Optimized databases with time-series storage and smart indexing&lt;/li&gt;
&lt;li&gt;Designed for horizontal scaling&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="tech-stack"&gt;Tech Stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Backend Services:&lt;/strong&gt; Node.js, Go, Spring Boot&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Message Queue:&lt;/strong&gt; RabbitMQ&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; Time-series database with optimized indexing&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Twarit</title><link>https://satvikg7.github.io/projects/twarit/</link><pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate><guid>https://satvikg7.github.io/projects/twarit/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Twarit is a secure, cross-platform file sharing application built in Go. It enables fast file transfers between devices on the same network with end-to-end encryption for security.&lt;/p&gt;
&lt;h2 id="key-features"&gt;Key Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;End-to-End Encryption&lt;/strong&gt; — All file transfers are encrypted for security&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cross-Platform&lt;/strong&gt; — Works on Windows, macOS, and Linux&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;High-Speed Transfers&lt;/strong&gt; — Achieved up to &lt;strong&gt;72 MB/s&lt;/strong&gt; on 5GHz WiFi band&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-Time Progress&lt;/strong&gt; — Responsive progress bar for upload/download feedback&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Zero Configuration&lt;/strong&gt; — Automatic device discovery on local network&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="technical-details"&gt;Technical Details&lt;/h2&gt;
&lt;p&gt;Built entirely in &lt;strong&gt;Go&lt;/strong&gt; for performance and cross-platform compatibility. The application uses:&lt;/p&gt;</description></item></channel></rss>