using System;
class Ziya
{
public string Fullname { get; set; } = "Ziya Mammadov";
public string[] ProgrammingLanguages { get; set; } = { "Python", "TypeScript", "JavaScript", "SQL", "C++", "Java", "C#", "Bash" };
public string[] BackendAndInfrastructure { get; set; } = { "PostgreSQL", "Docker", "Linux", "Git", "CI/CD", "Kubernetes" };
public string[] MachineLearningAndScientificComputing { get; set; } = { "PyTorch", "TensorFlow", "NumPy", "Pandas", "COBRApy", "Biopython", "DIAMOND" };
public string[] SpokenLanguages { get; set; } = { "English", "Azerbaijani", "Turkish" };
public void Hi()
{
Console.WriteLine(Fullname);
}
}
class Program
{
static void Main(string[] args)
{
Ziya me = new Ziya();
me.Hi();
}
}
🎯
Focusing
AI & Computer Science Student @ University of Edinburgh |
i love coding, AI for Bio, hci, cognitive AI
- Edinburgh, UK
-
14:02
(UTC +01:00) - https://ziyamammadov.me
- https://orcid.org/0009-0008-8262-8681
- mmdvziya
- in/mziya
- @zmmmdf
Highlights
- Pro
Pinned Loading
-
-
library-prep-pipeline
library-prep-pipeline PublicChemical library preparation pipeline for virtual screening
Go
-
myco-optima
myco-optima PublicFungal fermentation optimisation with COBRApy, Streamlit, sensitivity-guided DoE, gene-media morphology rules, and optional Claude interpretation.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


