Jozsef Kecskesi

Certified PRINCE2 Project Manager and Data Analyst with extensive experience leading ICT projects and delivering data-driven solutions across the healthcare and technology sectors. Skilled in managing complex initiatives, including data migration, system integration, technology upgrades, and process optimizations to meet organizational objectives.

Proficient in leveraging tools like Power BI, SQL, and Python to design and implement analytical dashboards and advanced reports, empowering stakeholders with actionable insights for strategic decision-making. Holds an NVIDIA AI Implementation Certificate, showcasing expertise in utilizing artificial intelligence to drive innovation, enhance project outcomes, and improve operational efficiency.

Demonstrated success in leading cross-functional teams, fostering collaboration, and managing stakeholder relationships while ensuring the timely delivery of projects within scope and budget constraints. Adept at navigating fast-paced, dynamic environments with a strong focus on governance, security compliance, and aligning technical solutions to organizational priorities and strategic goals.

        
        python ~ $ 
      

Very simple python code bits

  • Functions
  • Conditionals
  • Loops
            # Replacing spaces in text with three dots
              
playback = input("What would you say? ").replace(" ", "...")
print(f"Playback: {playback}")
# Demonstrates returning the value of a Boolean expression
def main():
  x = int(input("What's x? "))
  if is_even(x):
    print("Even")
  else:
    print("Odd")
def is_even(n):
  return n % 2 == 0
main()
# Prints square of bricks using a function with a loop and string multiplication
def main():
  print_square(3)
def print_square(size):
  for _ in range(size):
    print_row(size)
def print_row(width):
  print("#" * width)
main()

Education

Dublin Business School

Title | Result | Year

Business Information Systems with Cloud Computing | First Class Honours | 2013-2017

Details

Completed professional development in Business Information Systems with Cloud Computing. Major in Data Analytics and Business Intelligence.

Coursework | Projects

SQL, Big data, Python, R., Business Development, Data Processes, Data Analytics, Business Intelligence, Networking and security, Web-application development, and Cloud computing.

See sample project code snippets from studies and work

Data Analytics