<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: manoj singh</title>
    <description>The latest articles on DEV Community by manoj singh (@manojsingh00963).</description>
    <link>https://dev.to/manojsingh00963</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3673002%2Fed9579f2-aa07-49a3-9d1e-50a580f4ee01.jpg</url>
      <title>DEV Community: manoj singh</title>
      <link>https://dev.to/manojsingh00963</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manojsingh00963"/>
    <language>en</language>
    <item>
      <title>Is mcp server is cloud server</title>
      <dc:creator>manoj singh</dc:creator>
      <pubDate>Mon, 09 Feb 2026 14:42:58 +0000</pubDate>
      <link>https://dev.to/manojsingh00963/is-mcp-server-is-cloud-server-3pcl</link>
      <guid>https://dev.to/manojsingh00963/is-mcp-server-is-cloud-server-3pcl</guid>
      <description>&lt;p&gt;*&lt;strong&gt;&lt;em&gt;An MCP (Model Context Protocol) server is not strictly a cloud server by definition, but it is commonly hosted in the cloud to act as a bridge between AI models and external data. *&lt;/em&gt;&lt;/strong&gt;*&lt;br&gt;
MCP server is a software program. It gives AI applications access to specific data or capabilities through tools, resources, or prompts. &lt;/p&gt;

&lt;h2&gt;
  
  
  Local vs. Remote (Cloud) MCP Servers
&lt;/h2&gt;

&lt;p&gt;Local MCP Servers: These run on a machine, like a laptop, alongside an AI application. They are good for privacy and accessing local files, using stdio (standard input/output) for communication.&lt;br&gt;
Remote (Cloud) MCP Servers: These are hosted on cloud platforms, such as Google Cloud Run or AWS. They communicate with AI applications over the internet using HTTP or SSE (Server-Sent Events). &lt;/p&gt;

&lt;p&gt;Key Points&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Purpose: They let AI models interact with real-world data and tools, like databases, APIs, and files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cloud Deployment: Many developers put MCP servers in the cloud for scalability, security, and team collaboration.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Managed Services: Major cloud providers offer pre-built or managed MCP servers hosted in the cloud. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>devops</category>
    </item>
    <item>
      <title>Neon: The Serverless PostgreSQL That's Changing Backend Development</title>
      <dc:creator>manoj singh</dc:creator>
      <pubDate>Mon, 02 Feb 2026 09:20:33 +0000</pubDate>
      <link>https://dev.to/manojsingh00963/neon-the-serverless-postgresql-thats-changing-backend-development-og3</link>
      <guid>https://dev.to/manojsingh00963/neon-the-serverless-postgresql-thats-changing-backend-development-og3</guid>
      <description>&lt;h2&gt;
  
  
  What is Neon?
&lt;/h2&gt;

&lt;p&gt;Neon is a serverless PostgreSQL database platform that eliminates the complexity of infrastructure management, allowing developers to focus on building rather than maintaining databases.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6xydjbh4f74fi5pj4wj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs6xydjbh4f74fi5pj4wj.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc48ff5abw48bwrc5n9vs.png" alt=" " width="800" height="1200"&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Why It’s a Game Changer
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🚀 Autoscaling
&lt;/h3&gt;

&lt;p&gt;Your database automatically scales based on demand—no manual intervention needed.&lt;/p&gt;

&lt;h3&gt;
  
  
  💰 Scale-to-Zero
&lt;/h3&gt;

&lt;p&gt;Pay only for what you use. When your database is idle, it scales down to zero, saving costs.&lt;/p&gt;

&lt;h3&gt;
  
  
  🌿 Instant Database Branching
&lt;/h3&gt;

&lt;p&gt;This is the "killer feature." Imagine you want to test a destructive migration. Instead of dumping a production SQL file and importing it locally, you can "branch" your database in seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Edge: Storage vs. Compute
&lt;/h2&gt;

&lt;p&gt;In a standard Postgres setup, your data and your processing engine are married to the same disk. In Neon, they live apart.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Safekeeper&lt;/strong&gt;: Ensures your data is written and protected.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;The Pageserver&lt;/strong&gt;: Manages the storage and serves data to the compute nodes.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This separation is what allows for Point-in-Time Recovery (PITR). You can literally query your database as it existed at 10:42 AM last Thursday without restoring a massive backup file.&lt;/p&gt;

&lt;h2&gt;
  
  
  Perfect Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AI Agents &amp;amp; Codegen Platforms&lt;/strong&gt;: Quick database provisioning for dynamic applications&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Startups&lt;/strong&gt;: Cost-effective scaling from prototype to production&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Development Teams&lt;/strong&gt;: Isolated database branches for each feature or environment&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;Neon offers a generous &lt;strong&gt;Free Plan&lt;/strong&gt; perfect for experimentation:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create your database at &lt;a href="https://neon.com" rel="noopener noreferrer"&gt;neon.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Connect via the Data API&lt;/li&gt;
&lt;li&gt;Start building—no backend endpoints required!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why Choose Neon?
&lt;/h2&gt;

&lt;p&gt;Traditional PostgreSQL requires managing servers, scaling, backups, and monitoring. Neon handles all of this automatically, letting you ship faster and focus on your application logic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📚 &lt;a href="https://neon.tech/docs" rel="noopener noreferrer"&gt;Official Documentation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🎥 Video tutorials available&lt;/li&gt;
&lt;li&gt;💬 Active community support&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Have you tried Neon? Share your experience in the comments below! 👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📚 &lt;a href="https://neon.tech/docs" rel="noopener noreferrer"&gt;Official Documentation&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🎥 Video tutorials available&lt;/li&gt;
&lt;li&gt;💬 Active community support&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Have you tried Neon? Share your experience in the comments below! 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I Stopped Chasing Stacks. I Started Building Skills.</title>
      <dc:creator>manoj singh</dc:creator>
      <pubDate>Tue, 27 Jan 2026 20:02:49 +0000</pubDate>
      <link>https://dev.to/manojsingh00963/i-stopped-chasing-stacks-i-started-building-skills-5fo0</link>
      <guid>https://dev.to/manojsingh00963/i-stopped-chasing-stacks-i-started-building-skills-5fo0</guid>
      <description>&lt;p&gt;For a long time, I introduced myself as a “MERN Stack Developer.”&lt;br&gt;
And honestly? That label helped me start.&lt;/p&gt;

&lt;p&gt;But recently, I realized something important 👇&lt;br&gt;
Limiting myself to one stack was limiting my growth.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MANic's portfolio</title>
      <dc:creator>manoj singh</dc:creator>
      <pubDate>Tue, 27 Jan 2026 19:59:04 +0000</pubDate>
      <link>https://dev.to/manojsingh00963/manics-portfolio-18ol</link>
      <guid>https://dev.to/manojsingh00963/manics-portfolio-18ol</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/new-year-new-you-google-ai-2025-12-31"&gt;New Year, New You Portfolio Challenge Presented by Google AI&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  About Me
&lt;/h2&gt;

&lt;p&gt;Hi, I’m &lt;strong&gt;Mani&lt;/strong&gt;, a passionate and curious developer who enjoys building things that are both &lt;strong&gt;useful and visually engaging&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
I come from a computer applications background and have been consistently exploring web development, modern tooling, and AI-powered workflows.&lt;/p&gt;

&lt;p&gt;This portfolio represents my &lt;strong&gt;growth mindset&lt;/strong&gt; — not just what I know today, but how I learn, experiment, and improve. My goal with this portfolio is to showcase my skills, my projects, and my journey as someone who is serious about building a strong and future-ready tech career.&lt;/p&gt;




&lt;h2&gt;
  
  
  Portfolio
&lt;/h2&gt;

&lt;p&gt;🚀 &lt;strong&gt;Live Portfolio:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://devmani-cs-code.vercel.app/" rel="noopener noreferrer"&gt;https://devmani-cs-code.vercel.app/&lt;/a&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
html
&amp;lt;iframe
  src="https://devmani-cs-code.vercel.app/"
  width="100%"
  height="600"
  style="border:1px solid #e5e7eb; border-radius:12px;"
&amp;gt;&amp;lt;/iframe&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>portfolio</category>
      <category>gemini</category>
    </item>
    <item>
      <title>Music api</title>
      <dc:creator>manoj singh</dc:creator>
      <pubDate>Tue, 27 Jan 2026 19:55:07 +0000</pubDate>
      <link>https://dev.to/manojsingh00963/music-api-d36</link>
      <guid>https://dev.to/manojsingh00963/music-api-d36</guid>
      <description>&lt;p&gt;Trying something different — building in public&lt;/p&gt;

&lt;p&gt;I’m currently working on a Music API backend using Node.js &amp;amp; Express.&lt;/p&gt;

&lt;p&gt;This is still a basic version, but instead of waiting for perfection, I decided to share it early.&lt;/p&gt;

&lt;p&gt;👷 What’s done so far:&lt;/p&gt;

&lt;p&gt;REST APIs for songs&lt;br&gt;
Play / Like interactions&lt;br&gt;
Basic middleware setup&lt;br&gt;
Clean folder structure&lt;/p&gt;

&lt;p&gt;💭 Now I’m thinking:&lt;/p&gt;

&lt;p&gt;How can I make this more scalable?&lt;br&gt;
What should I improve for production-level APIs?&lt;br&gt;
What features would you add if you were building this?&lt;br&gt;
I’d really appreciate feedback, suggestions, or even criticism.&lt;/p&gt;

&lt;p&gt;Learning by building → Building by learning 🚀&lt;/p&gt;

&lt;p&gt;🛠 For better experience, run it locally:&lt;/p&gt;

&lt;p&gt;Clone the repo&lt;/p&gt;

&lt;p&gt;Install dependencies&lt;/p&gt;

&lt;p&gt;Add environment variables&lt;/p&gt;

&lt;p&gt;Start the server and test via Postman / Swagger&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repo: &lt;a href="https://github.com/manojsingh00963/MusicVerse-API" rel="noopener noreferrer"&gt;https://github.com/manojsingh00963/MusicVerse-API&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  NodeJS #BackendDevelopment #APIs #LearningInPublic #BuildInPublic #ExpressJS
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F50771qq28hej605ycu1e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F50771qq28hej605ycu1e.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
