Engineer

Velda Kiara

Velda Kiara is a Software Engineer at REVSYS, where she has been part of the team since 2023. She specializes in Python and Django, contributing her expertise to client projects and to open-source initiatives maintained by REVSYS, such as Django Health Check among others.

A dedicated member of the Django community, Kiara writes Django News Updates for Djangonaut Space and serves as a director for the Django Events Foundation North America (DEFNA), the organization behind DjangoCon US.

Her technical leadership has been recognized with a Microsoft Most Valuable Professional (MVP) award for Python and a fellowship from the Python Software Foundation.

Other places to find Velda:

Velda's Recent Posts

Boosting SEO with Django Ninja, Pydantic, and JSON-LD

At REVSYS, our first attempt at adding JSON-LD to our sites relied on embedding the data in the Django template. For the most part, this has worked fine, and we've had good results from an SEO perspective. But in terms of maintainability, it has not been the most efficient approach. We have now started transitioning to generating the structured data using Django Ninja and Pydantic. As a result, we now have cleaner templates and better maintainability.