Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Apr 29

Alexis Petrounias

Currently Partner at Synergy Group Greece.

I am a technology consultant and information systems engineer based in Athens and Thessaloniki, Greece. I offer advice to companies regarding their information architecture, and contract software projects. I lead teams of developers through the entire life-cycle of technology projects, including maintenance.

I provide value to organizations by bringing extensive practical experience coupled with a portfolio of successful projects, a worldwide personal network of professionals in a diverse set of software-related fields, and a thorough understanding of global developments in technology along with comprehensive and detailed knowledge of the Greek IT sector and corresponding markets.

My roles have ranged from researcher to software engineer to technology entrepreneur. I have successfully led and mentored teams of developers, as well as transitioned companies from technology capability to end product. I am a strong technical writer and presenter, capable of communicating with both engineering and business audiences.

I design software which aims to be reliable, fault tolerant, scalable, and easy to maintain. I help my clients avoid costly, inflexible, vendor-specific lock-in, as well as ensure they utilize open standards and established web services effectively and economically.

I have worked on projects with large enterprises, media organizations, and startups, as well as various independent content creators, designers, artists, e-commerce retailers, scientists, doctors, legal professionals, and politicians, helping them realize personalized technology and web presence solutions.

Technologies

Experience (4)

Partner

Synergy Group Greece

2008 - Current

I am co-founder of Synergy Group, a partnership of engineers and scientists. Our specialties are information architecture, software engineering, scientific computing, and complex systems analysis.

My work is focused on open source tools and web services; cloud-based infrastructures; distributed systems; and mobile applications.

Principal Software Architect

I. & S. Sklavenitis Supermarkets S.A.

March 2011 - April 2012

As an external contractor to my client, I lead a team of developers responsible for creating a prototype for a large-scale electronic commerce platform for business to business, retail, marketplace, and logistics operations.

My role included systems analysis, modeling and simulation, software architecture, software engineering, technology planning and estimation, liaising with external systems providers and integrators, hiring and mentoring, technology and know-how transfer to my client’s associates and employees, and advising senior and middle management on technology.

Challenging aspects of this project were real-time operations (particularly inventory handling and product allocation), massive scalability (full supplier and purchaser integration), security (contractually binding product pricing), and bridging with multiple external systems (particularly banking, enterprise resource planning, till and point-of-sale systems, and logistics systems, including delivery and real-time time-slot allocation).

Technical Director

Piece of Cake

2009 - 2010

As an external contractor to my client, I led a team of developers responsible for creating web services technologies and software for content delivery, portals, search engine optimization, e-commerce, and mobile content.

My role included technology strategy and planning, product development, project management and estimation, hiring and mentoring, software architecture, software engineering, technology and know-how transfer to my client’s associates and employees, and the establishment of a company-wide collaboration workflow for future software projects.

Challenging aspects of this project were deployment and versioning (particularly per-client incremental feature deployment), consistent framework design (particularly generic cache and optimization subsystems for use by plug-in modules), and third-party module development (especially application programming interface design and documentation).

Researcher

AETHER Consortium

2005 - 2008

Research in self-adaptive embedded technologies for pervasive computing architectures. European Commission (EC) integrated project through the Distributed Software Engineering Group, Department of Computing, Imperial College London, United Kingdom.

My research focused on concurrency and message passing, scheduling and fairness, and programming language design and virtual machine implementations.

display 2 more...

Education (4)

Ph.D. Software Engineering

Imperial College London

2004 - 2008

Supervised by Prof. Susan Eisenbach and Prof. Sophia Drossopoulou. Examined by Dr. Maribel Fernandez and Dr. Sebastian Hunt.

My research focused on modern concurrency abstractions for object-oriented programming languages (chords and the join calculus), and scheduler specifications and guarantees of liveness, fairness and runtime performance.

Member of the SLURP Group and the Distributed Software Engineering Group.

M.Sc. Advanced Computing

Imperial College London

2003 - 2004

Supervised by Dr. Naranker Dulay, Dr. Paul H. J. Kelly, and Prof. Susan Eisenbach; awarded with Distinction.

My thesis focused on real-time byte-code transformation in virtual machines for the enforcement of policy-based security mechanisms.

B.Sc. Computer Science

University of Sussex

2000 - 2003

Supervised by Dr. Bernhard Reus; awarded First Class with Honours.

My thesis focused on Turing machine encodings, simulation, visualisation, and programming.

International Baccalaureate

Anatolia College

1998 - 2000

My thesis focused on distributed cryptographic voting protocols.

display 2 more...

Stack Exchange Last seen 5 days ago

Open Source

django-cte-trees

Experimental implementation of trees for Django using PostgreSQL Common Table Expressions (CTE).

Apr 2011 - Current; followed by 5 people

Author and maintainer.


py-gsis-vat

Utilities for interacting with the Greek GSIS VAT registration information service. Featured as official Python client on Greek Ministry of Finance's General Secretariat for Information Systems (GSIS) through open competition.

Nov 2011 - Current; followed by 2 people

Author and maintainer.


Writing

Django application import and missed class_prepared signals.

Alexis Petrounias

Due to opaque application loading semantics within the Django i18n code, several model classes may be imported before a class_prepared signal listener connects, resulting in missing the signal entirely. Specifically, connecting to this signal from an application which appears first in INSTALLED_APPS, does not guarantee that it will execute when a class is first imported by any of the subsequent applications.


Propagating field changes in Django Model instance aliases

Alexis Petrounias

Django’s ORM creates multiple aliases for the same Model instance. In certain situations this may result in problematic behavior, as multiple operations on the same instance are interleaved, however, field access happens on different aliases of the instance, ultimately resulting in loss of updates.


Capturing invoking method information in Python

Alexis Petrounias

The following decorator will capture all available information regarding the method which invokes the decorated method (the invoked method).


Ordering on a field in the ‘through’ Model of a recursive ManyToMany relation in Django

Alexis Petrounias

It is not possible to order a Model on a field of the Model acting as the intermediate ‘through‘ of a ManyToMany relation in Django, because queries will not return items in the correct order, and in addition will include duplicate items, even when using .distinct().


Duplicate items when ordering by Generic Relation in Django

Alexis Petrounias

When the optional ordering = … attribute of a model’s Meta class contains a GenericRelation from the Content Types framework in Django, there is no way to eliminate duplicate items being returned, even when using .distinct() (since .order_by(…) is applied by the ORM only after the SQL SELECT DISTINCT clause is built).


Reading

StackOverflow.Models.CVBook

Mining the Web

Discovering Knowledge from Hypertext Data

Soumen Chakrabarti


StackOverflow.Models.CVBook

The Elements of Statistical Learning

Data Mining, Inference, and Prediction, Second Edition

Trevor Hastie, Robert Tibshirani, Jerome Friedman


StackOverflow.Models.CVBook

Pattern Classification

Richard O. Duda, Peter E. Hart, David G. Stork


StackOverflow.Models.CVBook

Programming Pearls

Jon Bentley


display 6 more…