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

Organizations

@strimzi

Block or report see-quick

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
see-quick/README.md

Hello! 👋

  • 🚀 Currently, I'm dedicating my efforts as a maintainer for the Strimzi project. Explore more at Strimzi.io.
  • 📬 Reach out to me via my LinkedIn: LinkedIn.
  • 🌐 On a journey of discovery about formal verification methods, always eager to absorb new knowledge and explore rigorous system validations.
  • ✍️ Visit my Blog: see-quick.github.io

Latest Blog Posts

Date Title Link
2025-03-01 12 🚀 Supercharge Your Dev Setup with Neovim, Starship, and WezTerm Read more
2024-12-24 11 My Advent of Code 2024 Journey Read more
  • 💻 Actively contributing to various interesting open-source projects, always looking for new challenges and collaborations.

Anurag's GitHub stats

Top Langs

🛠️ Formal Verification
┌───────────────────────────────────────────────┐
│  ∀x, y ∈ S. (x ≠ y) → ¬(P(x) ∧ P(y))          │  (Uniqueness)
│  □(φ → ◇ψ)  →  ¬◇(¬ψ ∧ φ)                     │  (Temporal Logic)
│  ⊢ {P}  Code_Block  {Q}                       │  (Hoare Triple)
│                                               │
│  ✅ Liveness Example                          │
│  System ⊨ □(Button_Pressed → ◇Light_On)       │  (If the button is pressed, the light will turn on)
│                                               │
│  🛡️ Safety Property                           │
│  System ⊨ □(¬Bad_State)                       │  (System never reaches an invalid state)
│                                               │
│  🔄 Mutual Exclusion                          │
│  System ⊨ ¬◇(Critical1 ∧ Critical2)           │  (Two processes can’t be critical at once)
│                                               │
│  📜 Proof:                                    │
│   1️⃣ Assume φ holds at time t                 │
│   2️⃣ By transition rules, ◇ψ holds at t+1     │
│   3️⃣ Therefore, □(φ → ◇ψ) is valid            │
│   4️⃣ Since □(¬Bad_State), no invalid state    │
│   ✅ Q.E.D.                                   │
└───────────────────────────────────────────────┘

NOTE: Top Languages does not indicate my skill level or anything like that, it's a GitHub metric of which languages have the most code on GitHub. It's a new feature of github-readme-stats.

Pinned Loading

  1. strimzi-kafka-operator Public

    Forked from strimzi/strimzi-kafka-operator

    Apache Kafka running on Kubernetes and OpenShift

    Java 1

  2. test-description-generator-ai Public

    This repository offers a tool to auto-generate detailed annotations for Java test methods. It enhances test readability and maintainability by adding comprehensive documentation directly into the c…

    Java 2 1

  3. verification Public

    Just a bunch off stuff related to formal verification of Strimzi, Kafka and compilers related..

    Java 1

  4. dotfiles Public

    Lua

1,057 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing see-quick's contributions from March 03, 2024 to March 08, 2025. The contributions are 45% code review, 39% commits, 13% pull requests, 3% issues.

Contribution activity

March 2025

Created a pull request in strimzi/strimzi-kafka-operator that received 11 comments

Allow run LoadBalancer tests on TestingFarm

Type of change Enhancement / new feature Refactoring Documentation Description This PR adds support for running LoadBalancer tests on TestingFarm…

+110 −86 lines changed 11 comments
Opened 1 other pull request in 1 repository
strimzi/test-container 1 merged

Created an issue in kubernetes-sigs/cloud-provider-kind that received 3 comments

Run cloud-provider-kind as a podman container

Currently, running cloud-provider-kind within a container that utilizes podman.sock is not supported. Implementing this functionality would benefit…

3 comments
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.