Skip to content
View theniteshdev's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@AgentSwarms-fyi

Block or report theniteshdev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AgentSwarms-fyi/agentswarms AgentSwarms-fyi/agentswarms Public

    Unified Agentic AI and Business Intelligence Platform

    TypeScript 2 1

  2. ArcJS ArcJS Public

    ArcJS: A lightweight, educational web framework for Node.js built from scratch to demystify how servers work. This project features a 100% dependency-free architecture to provide a deep, hands-on u…

    JavaScript 1 1

  3. nodejs-api-rate-limiter nodejs-api-rate-limiter Public

    Implement API rate limiting with nodejs, Its is a control mechanism that restricts the number of requests a client can make to a REST API within a specific time frame to prevent abuse, ensure fair …

    JavaScript 2 1

  4. Schema Validation in MongoDB Schema Validation in MongoDB
    1
    # Schema Validation in MongoDB
    2
    
                  
    3
    > A first-principles, security-aware reference. Covers *why* validation exists, *how* the engine enforces it, *where* it sits relative to your application code, and *what* it can and cannot defend against.
    4
    5
    ---
  5. HTTP COOKIES HTTP COOKIES
    1
    # HTTP Cookies
    2
    
                  
    3
    ## Table of Contents
    4
    
                  
    5
    1. [Why Cookies Exist (HTTP is Stateless)](#1-why-cookies-exist)