Skip to content
View AlisinaDevelo's full-sized avatar

Highlights

  • Pro

Block or report AlisinaDevelo

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
AliSinaDevelo/README.md

Typing SVG

Portfolio LinkedIn Email CV

package main

type Engineer struct {
	Name      string
	Based     string
	Currently string
	OpenTo    string
	Bias      []string
}

func main() {
	me := Engineer{
		Name:      "Alisina Karimi",
		Based:     "Turin, Italy 🇮🇹  // remote, any time zone",
		Currently: "shipping prod systems for an Australia-based commerce company",
		OpenTo:    "remote roles — EU contractor (partita IVA) or EOR, no visa sponsorship",
		Bias:      []string{"simple contracts", "measured performance", "observable failure"},
	}
	me.Ship() // and leave the system easier to run than I found it
}

I like the unglamorous parts of software: the query path that stops timing out, the worker that restarts safely, the integration that fails loudly instead of silently.

🧰 my toolbox

Go Python TypeScript PHP   Symfony Laravel Express FastAPI

AWS Terraform Docker Kubernetes Linux   PostgreSQL Redis Prometheus Grafana OpenTelemetry

🚀 things I've built

💬 Chatster real-time Go WebSocket chat — concurrent hub, SQLite history, metrics, a load-tested benchmark
news-api hardened TypeScript/Express API — caching, validation, OpenAPI, K8s probes, SBOM-minded CI
🕸️ StreamHive Go lib for distributed content-addressed storage over TCP — custom framing, replication
🧮 Quorabust ML serving done right — XGBoost duplicate detection, FastAPI, metrics, model cards
🔨 Forge installable Claude Code toolkit — agents, skills, slash commands, safety hooks, prompt evals
🛡️ SignalForge (private) cross-LLM security lab — detection replay, scope-aware hooks, DFIR/RE. Walkthrough on request

📈 GitHub at a glance

65 followers · 29 public repos · 23 stars earned

Refreshed by a GitHub Action from the GitHub API — no third-party services.

🧭 how I build

flowchart LR
    P([a problem]) --> C[a sharp contract]
    C --> M[measure first]
    M --> S[ship small]
    S --> O[observe in prod]
    O -->|fail loud, then iterate| C
Loading
📫 want to talk shop or hire? → email · LinkedIn · portfolio

Pinned Loading

  1. AliSinaDevelo.github.io AliSinaDevelo.github.io Public

    My Portfolio Website

    Svelte

  2. StreamHive StreamHive Public

    StreamHive is a fully distributed, content-addressable and decentralized file storage system built with Go.

    Go 2

  3. Chatster Chatster Public

    Chatster is a sample chat application powered by Go and React

    Go 2

  4. Quorabust Quorabust Public

    Quorabust is a tool made using BOW, TFIDF and Xgboost to find similar Quora questions to the ones you may have

    Python 2

  5. news-api news-api Public

    a simple API to interact with the news to fetch articles

    TypeScript 2

  6. dot-files dot-files Public

    My personal dev setup, now platform agnostic.

    Lua 1