Skip to content
View Daniel-Ibarrola's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Hospital Infantil de México Federico Gómez
  • CDMX, México.

Block or report Daniel-Ibarrola

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

👋 Hi, I'm Daniel

Linkedin: Daniel-Ibarrola Open Source Love

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."
                ),
            ),
        ]

Pinned Loading

  1. uibcdf/OpenPharmacophore uibcdf/OpenPharmacophore Public

    An open library to work with pharmacophores.

    Python 49 11

  2. uibcdf/molsysmt uibcdf/molsysmt Public

    Open source library to work with molecular systems

    Python 13 2

  3. uibcdf/pyunitwizard uibcdf/pyunitwizard Public

    Assistant to work with physical quantities, units, and python libraries such as Pint, openmm.unit or unyt.

    Python 3 2

  4. uibcdf/OpenPharmacophore-Tools uibcdf/OpenPharmacophore-Tools Public

    OpenPharmacophore Benchmarks

    Jupyter Notebook 1 1