class Daniel(SoftwareEngineer):
def __init__(self):
super().__init__(
name="Daniel Ibarrola", location="CDMX, Mexico"
)
def describe(self) -> str:
return (
f"I'm {self.name}, a senior engineer who designs and builds cloud-native systems "
"using Python, AWS, and modern DevOps practices. I specialize in backend architecture, "
"infrastructure as code, and scalable full-stack applications."
)
@property
def stack(self) -> set[str]:
return {
"Python",
"TypeScript",
"React",
"FastAPI",
"Terraform",
"Docker",
"GitHub Actions",
"Bitbucket Pipelines",
"AWS",
"PostgreSQL",
"DynamoDB",
"Bazel",
}
@staticmethod
def experience() -> list[Experience]:
return [
Experience(
company="Grid Dynamics",
position="Senior Software Engineer",
responsibilities=(
"Developed ML infrastructure for Google’s JAX library, optimized build systems using Bazel, "
"and created tools in Python. Worked on CI/CD pipelines with GitHub Actions."
),
),
Experience(
company="Inter-Con Security Systems",
position="Backend Developer",
responsibilities=(
"Designing cloud-native architectures with AWS and Terraform, "
"developing full-stack applications in Python and React, and mentoring junior developers."
),
),
Experience(
company="Centro de Instrumentación y Registro Sísmico",
position="Software Engineer",
responsibilities=(
"Built real-time seismic data systems and automated AWS infrastructure with Terraform."
),
),
Experience(
company="Hospital Infantil de México Federico Gómez",
position="Software Engineer",
responsibilities=(
"Led the development of an open-source pharmacophore modeling library for drug discovery."
),
),
]
🏠
Working from home
-
Hospital Infantil de México Federico Gómez
- CDMX, México.
Pinned Loading
-
uibcdf/OpenPharmacophore
uibcdf/OpenPharmacophore PublicAn open library to work with pharmacophores.
-
uibcdf/molsysmt
uibcdf/molsysmt PublicOpen source library to work with molecular systems
-
uibcdf/pyunitwizard
uibcdf/pyunitwizard PublicAssistant to work with physical quantities, units, and python libraries such as Pint, openmm.unit or unyt.
-
uibcdf/OpenPharmacophore-Tools
uibcdf/OpenPharmacophore-Tools PublicOpenPharmacophore Benchmarks
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.

