Skip to content
View SHAURYAKSHARMA24's full-sized avatar

Block or report SHAURYAKSHARMA24

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.

Content in all repositories owned by your account will be closed.
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
SHAURYAKSHARMA24/README.md

Shaurya K Sharma

Backend and security-focused software engineer building reliable cloud systems and evidence-driven developer tooling.

BSc (Hons) Computing Systems, Ulster University · Open to graduate and junior software engineering roles

LinkedIn · Email

Engineering focus

I work on systems where correctness depends on more than the happy path: durable state transitions, explicit security boundaries, reproducible analysis, observable failures, and tests that exercise recovery behaviour.

My public work centres on backend reliability, cloud-security tooling and source-code intelligence. I favour designs that make claims traceable to code or data and make failure modes visible to operators and users.

Open-source engineering

OpenShield is an Azure cloud-security posture management platform. My contribution history includes 13 merged pull requests across scanner correctness, validation, observability, deployment, dependency security, frontend reliability, and API documentation.

View all OpenShield pull requests

PARTHA turns repositories into structured, source-backed engineering context. My contribution history includes 29 merged pull requests across backend architecture, security, repository intelligence, testing, accessibility, and delivery.

View all PARTHA pull requests

Selected projects

A Flask and SQLite system that compares activity with per-user behavioural baselines using Z-score deviation and calibrated categorical rarity. The scoring core is pure and independently testable; ingestion and filtered API queries use validated input and parameterised SQL.

The repository contains a deterministic synthetic-data pipeline, JSON and CSV APIs, an analyst dashboard, architecture and model-assumption documentation, and 115 pytest tests. Its committed labelled evaluation covers 210 synthetic records and reports 94.4% precision, 91.1% recall, 0.927 F1, and a 1.95% false-positive rate at the documented threshold. These are synthetic-scenario results, not claims about production threat detection.

A deployed cloud-native coursework application with a React/Vite frontend and Node.js Azure Functions API. Image binaries are stored in Azure Blob Storage while partitioned metadata is stored in Cosmos DB; Application Insights captures request and operation telemetry. GitHub Actions builds the frontend, checks the API, and deploys the App Service frontend. The repository documents its prototype limits, including demo identity, public media access, and the need for automated integration tests before production use.

Engineering toolkit

Area Technologies and practices
Languages Python, TypeScript, JavaScript, SQL
Backend and data FastAPI, Flask, REST APIs, PostgreSQL, SQLite, SQLAlchemy, Alembic, Redis
Cloud and delivery Microsoft Azure, Azure Functions, Blob Storage, Cosmos DB, App Service, Application Insights, Docker, GitHub Actions
Security and reliability Idempotency, leases and fencing, rate limiting, egress controls, security headers, CodeQL, dependency auditing, observability
Testing pytest, Vitest, React Testing Library, integration and concurrency testing, deterministic benchmarks, accessibility checks

Contact

LinkedIn · shauryaksharma24@gmail.com

Popular repositories Loading

  1. openshield openshield Public

    Forked from OWASP/openshield

    Open source Cloud Security Posture Management (CSPM) for Azure — free alternative to Wiz and Prisma Cloud

    Python 1

  2. azurevista-cw2 azurevista-cw2 Public

    JavaScript

  3. insider-threat-detection insider-threat-detection Public

    Python

  4. SHAURYAKSHARMA24 SHAURYAKSHARMA24 Public

  5. PARTHA PARTHA Public

    Forked from Second-Origin/PARTHA

    AI-powered software architecture intelligence platform that analyzes repositories, visualizes architecture, maps dependencies, generates engineering insights, and helps developers understand unfami…

    TypeScript