Whether you need a clean REST API, a data analysis pipeline, or a machine learning feature that drives user experience — I deliver fast, production-ready solutions with clear communication and clean code.
import pandas as pd
import Prophet
df = pd.read_csv("psd_file.csv")
model = Prophet(
daily_seasonality=True,
)
model.fit(df)
future = model.make_future_dataframe(periods=30)
forecast = model.predict(future)
# My favorite projects involve combining backend engineering with smart data:
# building AI features, analyzing large datasets, and designing systems that learn and adapt.
model.plot(forecast)
plt.title("Forecasted Daily Call Volume")
plt.xlabel("Date")
Python |
C++ |
C# |
JavaScript |
TypeScript |
Next.js |
React.js |
Node.js |
AWS |
Matlab |
Java |
Anaconda |
REST-API |
Azure |
Django |
Eclipse |
Docker |
Angular |
AI |
MYSQL |
MongoDB |
PostgreSQL |
“Math is the language of the universe, and code is becoming my poetry.”
⭐️ Thanks for stopping by!