<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Srijit Roy</title><link>https://srijitroy.dev/</link><description>Recent content on Srijit Roy</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 30 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://srijitroy.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>BPM Detector With ML</title><link>https://srijitroy.dev/projects/bpm-detector-with-ml/</link><pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/projects/bpm-detector-with-ml/</guid><description>&lt;p&gt;This project explores rhythm analysis with Python and machine learning. It is a good place to document feature extraction, tempo estimation, model choices, and evaluation notes as the project matures.&lt;/p&gt;</description></item><item><title>Deepfake AI Detector</title><link>https://srijitroy.dev/projects/deepfake-ai-detector/</link><pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/projects/deepfake-ai-detector/</guid><description>&lt;p&gt;This project focuses on media authenticity and AI-generated content detection. Add architecture notes, dataset decisions, performance metrics, and screenshots here as you refine the detector.&lt;/p&gt;</description></item><item><title>YouTube Audio Downloader</title><link>https://srijitroy.dev/projects/youtube-audio-downloader/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/projects/youtube-audio-downloader/</guid><description>&lt;p&gt;This tool is a practical media workflow project. Use this page to describe supported formats, usage instructions, error handling, and future improvements.&lt;/p&gt;</description></item><item><title>Python for Data Analysis: Essential Libraries</title><link>https://srijitroy.dev/posts/python-with-libraries/</link><pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/python-with-libraries/</guid><description>&lt;p&gt;As a data science student, Python has become my primary tool for working with data. Over time, I have learned that Python itself is powerful, but its real strength comes from its ecosystem of libraries. In this article, I want to share my personal experience using core Python libraries for data science—NumPy, Pandas, Matplotlib, psycopg2 for database connectivity—and how Power BI complements Python for professional data visualization.&lt;/p&gt;</description></item><item><title>Let's Dive into Machine Learning</title><link>https://srijitroy.dev/posts/machine-learning/</link><pubDate>Mon, 25 Aug 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/machine-learning/</guid><description>&lt;p&gt;Machine Learning is one of the most important pillars of data science. While statistics helps explain what happened in the past, machine learning focuses on learning patterns from data and making predictions or decisions based on those patterns. As I progressed in data science, machine learning changed how I approached real-world problems.&lt;/p&gt;</description></item><item><title>Mastering the Linux Terminal</title><link>https://srijitroy.dev/posts/linux-terminal/</link><pubDate>Mon, 18 Aug 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/linux-terminal/</guid><description>&lt;p&gt;The Linux terminal is the heart of the Linux operating system. While graphical interfaces make daily tasks easier, the terminal provides direct access to the system, offering speed, precision, and full control. Over time, the terminal became my primary workspace for understanding how Linux truly operates.&lt;/p&gt;</description></item><item><title>Database Management Systems: An Overview</title><link>https://srijitroy.dev/posts/dbms/</link><pubDate>Tue, 15 Jul 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/dbms/</guid><description>&lt;p&gt;Database Management Systems (DBMS) are the backbone of modern applications, enabling reliable data storage, retrieval, and security. In this guide, we’ll explore SQL-based DBMS concepts, popular database software like MySQL, PostgreSQL, and SQLite, their use cases, and essential data security practices.&lt;/p&gt;</description></item><item><title>Linux OS and Linux Distributions</title><link>https://srijitroy.dev/posts/linux-os/</link><pubDate>Mon, 05 May 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/linux-os/</guid><description>&lt;p&gt;Linux is more than just an operating system—it is a philosophy built around freedom, transparency, and control. From personal computers and servers to smartphones and supercomputers, Linux quietly powers a large part of the modern digital world. As I explored Linux more deeply, I realized that its true strength lies in its design and the diversity of its distributions.&lt;/p&gt;</description></item><item><title>Building RESTful APIs with Flask</title><link>https://srijitroy.dev/posts/flask-rest-api/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/flask-rest-api/</guid><description>&lt;p&gt;Flask is a lightweight and powerful Python web framework perfect for building RESTful APIs. In this guide, we&amp;rsquo;ll create a complete REST API from scratch, implementing best practices for scalable and maintainable code.&lt;/p&gt;</description></item><item><title>Building a Home Network Lab</title><link>https://srijitroy.dev/posts/network/</link><pubDate>Wed, 08 Jan 2025 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/network/</guid><description>&lt;p&gt;Computer networking is the backbone of modern communication systems. From browsing the web to cloud computing, networking technologies like TCP/IP, routing protocols, and network layers enable devices to communicate reliably and efficiently across the globe.&lt;/p&gt;</description></item><item><title>Virtualization with VMware: A Complete Guide</title><link>https://srijitroy.dev/posts/vmware-complete-guide/</link><pubDate>Wed, 25 Dec 2024 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/vmware-complete-guide/</guid><description>&lt;p&gt;VMware Workstation is a powerful virtualization tool that allows you to run multiple operating systems on a single physical machine. A proper VMware setup requires not only software installation, but also correct BIOS configuration, driver management, and an understanding of hardware limits such as overclocking.&lt;/p&gt;</description></item><item><title>Customizing My First Linux Setup</title><link>https://srijitroy.dev/posts/linux-setup/</link><pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/linux-setup/</guid><description>&lt;p&gt;Customizing my laptop with Linux completely changed how I interact with my system. What started as curiosity on a Windows laptop slowly turned into a full transition to Arch Linux. The journey was not smooth, but every challenge taught me how Linux truly works under the hood.&lt;/p&gt;</description></item><item><title>Git Workflow for Teams</title><link>https://srijitroy.dev/posts/git-github/</link><pubDate>Sun, 15 Dec 2024 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/git-github/</guid><description>&lt;p&gt;Git is a distributed version control system that helps developers track changes, collaborate efficiently, and manage code history. In this guide, we’ll cover Git fundamentals, common commands, team workflows, GitHub and GitLab platforms.&lt;/p&gt;</description></item><item><title>PC and Laptop Hardware Essentials: A Practical Guide</title><link>https://srijitroy.dev/posts/hardware/</link><pubDate>Tue, 10 Dec 2024 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/hardware/</guid><description>&lt;p&gt;Computer hardware forms the foundation of every computing system. From custom PC builds to laptop internals, understanding hardware components is essential for performance, reliability, and upgradability. With over six years of hands-on experience in PC building, laptop servicing, and hardware optimization, this knowledge comes from real-world practice rather than theory alone.&lt;/p&gt;</description></item><item><title>Getting Started with Data Visualization</title><link>https://srijitroy.dev/posts/data-visualization/</link><pubDate>Wed, 09 Oct 2024 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/posts/data-visualization/</guid><description>&lt;p&gt;While working on Monte Carlo simulation, I decided to explore one of the most classic and intuitive examples: estimating the value of Pi (π). This experiment helped me understand how randomness, when used correctly, can approximate precise mathematical constants.&lt;/p&gt;</description></item><item><title>About</title><link>https://srijitroy.dev/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/about/</guid><description>&lt;p&gt;I&amp;rsquo;m Srijit Roy, a Data Science student at IIT Madras. I like building practical systems that connect software, Linux, hardware, and data into tools people can actually use.&lt;/p&gt;</description></item><item><title>Contact</title><link>https://srijitroy.dev/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/contact/</guid><description>&lt;p&gt;You can find me on GitHub, LinkedIn, Instagram, X/Twitter, and Discord. The form below is static-friendly; replace the &lt;code&gt;action&lt;/code&gt; URL with your Formspree, Netlify, or custom endpoint when you deploy.&lt;/p&gt;</description></item><item><title>Search</title><link>https://srijitroy.dev/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://srijitroy.dev/search/</guid><description/></item></channel></rss>