Supplier Risk Dashboard
In DevelopmentInteractive dashboard for comprehensive supplier risk assessment. Combines financial health analysis, delivery performance metrics, and compliance scoring.
Expected Q1 2026
Senior procurement professional (15+ years) transitioning into procurement technology, SAP business analysis and intelligent automation.
I combine deep experience in global purchasing (automotive, finance sectors) with a solid technical foundation from Harvard CS50, focusing on digital procurement, data analytics, and process automation.
Where 15 years of procurement expertise meets Python automation
Automated tool that turns raw ERP/procurement exports into clean datasets, summary metrics and ready-to-use charts. Built to replace repetitive Excel spend analysis with a repeatable Python workflow.
def analyze_spend(df):
"""Perform comprehensive spend analysis"""
# Top suppliers by spend
top_suppliers = df.groupby('Supplier')['Spend'] \
.sum().nlargest(10)
# Spend by category
category_spend = df.groupby('Category')['Spend'] \
.sum()
# Year-over-year trend
yoy_trend = df.groupby('Year')['Spend'] \
.sum().sort_index()
return {
'top_suppliers': top_suppliers,
'category_spend': category_spend,
'yoy_trend': yoy_trend
}
Combining Power BI, Power Automate, APIs & Python for enterprise procurement solutions
Interactive dashboard for comprehensive supplier risk assessment. Combines financial health analysis, delivery performance metrics, and compliance scoring.
Expected Q1 2026
Simulation of SAP Ariba API integration demonstrating enterprise procurement system connectivity. Includes mock endpoints for purchase orders, supplier management, and contract lifecycle operations.
Expected Q2 2026
Web application for contract lifecycle management and automated expiration monitoring. Sends proactive notifications and maintains comprehensive contract portfolio dashboard with timeline visualization.
Expected Q2 2026
Programming fundamentals, data structures, and web development essentials
Full-stack Ludo implementation with Flask backend, responsive UI and automated game logic.
View details βCLI and web app with OOP design for logging health data. Focus on clean architecture.
View details βNormalized SQLite database with complex queries, views and reporting capabilities.
View details βConsole app for policyholder management. Czech government-recognized certification.
View details βBuilding procurement technology capabilities on a solid CS foundation
Introduction to Computer Science covering C, Python, SQL and web development. Community estimates put completion rate around 1β2% due to demanding curriculum.
View certificateTwo separate courses covering advanced Python programming (OOP, testing, libraries) and relational database design with focus on practical application development and SQL databases. Both courses include real-world projects and case studies.
Professional retraining program (Python, Django, databases) leading to government-recognized IT qualification in Czech Republic.
View certificate