Christian Dataro

Manila, Philippines

Senior Software Engineer

Experience
Senior Software Engineer
Career Team Enterprise
2025
Mid Software Engineer
Cubework Inc.
2025
Software Engineer
Uno Dos Gaming Corp.
2024
AI Software Engineer
Omdena
2023
Full Stack Developer
MDCC
2022
BS Computer Science
FEU Institute of Technology
2022
Graphic Artist
Hataw Enterprise
2018
Hello World!
Wrote my first line of code
2017
About

I'm a seasoned full-stack software engineer with over four years of experience using TypeScript and Python delivering robust, scalable web applications across diverse industries and team environments. My expertise spans both front-end and back-end development, with a strong command of modern technologies. I’ve also worked configuring CI/CD pipelines and cloud.

In previous years, I’ve expanded my focus to the field of artificial intelligence, where I’ve successfully integrated and deployed AI models into production environments. My work includes building intelligent applications, tweaking parameters, and developing AI models tailored to specific business needs. This blend of full-stack development and AI innovation allows me to deliver cutting-edge solutions that are both technically sound and forward-thinking.

I thrive in dynamic and collaborative environments, and I value transparency, honesty, and a positive workplace culture. I take pride in being a dependable and adaptable professional who is always eager to learn, grow, and take on new challenges that help me reach my full potential.

Tech Stack
View All

Frontend

JavaScript

TypeScript

React

Next.js

TailwindCSS

Material-UI

Backend

Node.js

NestJS

FastAPI

MongoDB

Flask

PostgreSQL

AI Tools and Techniques

NLP

NER

Transformers

LLM

AI Agents

Fine-Tuning

Beyond Coding

When I'm not buried in code, I love hitting the gym and going for runs. I'm also a big fan of cafe hopping.

Besides that, I'm all about finding fun and exciting things to do. Whether it's checking out local events or gigs and reading different post, article, thesis or dissertation about web development, ai models, and overall tech industry.

Recent Certifications
View All

PMI Project Management Ready

PMI

IT Specialist: Python

Certiport

MTA: Introduction to Java

Microsoft

GitHub Foundations

DataCamp

Daily Blog Reads
View All

API with NestJS, Rate limiting using Throttler

WannagoMarch 3, 20253 min read

When building a REST API, we must prepare for various cases. At first, everything might run smoothly, but as our API gains traction, we might encounter some issues. We might run into users who begin sending hundreds or thousands of requests per second, pulling data far more often than necessary. This might cause our server to struggle to keep up. This might make our API slow or unresponsive for other users. We can also encounter attackers launching a Denial of Service (DoS) attack, flooding our API with millions of requests, and crashing our system intentionally.

NestJS

Advanced

API with NestJS, Database normalization with Drizzle ORM and PostgreSQL

WannagoOctober 28, 20243 min read

Database normalization is a key part of database design, but it’s often explained in complicated terms. In this article, we’ll break down the normalization rules and provide down-to-earth examples using Drizzle ORM and PostgreSQL. Database normalization aims to avoid unnecessarily duplicating our data and make it easier to manage. It does that through specific rules called the normal forms. They might seem complex at first, but they are pretty simple once explained in a straightforward way.

NestJS

Advanced

Database

Connect

Email

christiantriadataro@gmail.com

Let's Talk

Schedule a Call

Social Links

Recent MOOCS
View All

Software Developer Success: Soft Skills & Testing

Frontend MastersMarch 202580 hours

You need more than technical skills to have a solid and successful career. Gain tips on critical soft skills such as ramping up quickly in new roles, estimating project timelines, building authentic connections, and advocating for yourself. Explore practical techniques for working with legacy code, including refactoring and test-driven development. Get a 360-degree tour of what it takes to build a long-lasting career!

Testing

Soft Skills

TDD

Jest

Introduction to Backend Architectures

Frontend MastersFebruary 202580 hours

Explore the fundamentals of backend architectures, from monoliths to microservices and serverless setups. You'll learn when to use each design, how to tackle common challenges and pick up key principles to make your systems robust and scalable. We'll review example architectures from tech giants, giving you practical insights from the real world.

Distributed Systems

Microservices

Monolithic