278 reputation
16
bio website agiletech.ie
location London, United Kingdom
age 32
visits member for 2 years
seen Jan 18 at 18:11
stats profile views 26

Programmer for 20y (since I was 11). Architect/Lead for hundreds of complex web projects.

Ambition: Implement web development environment based on Object-Oriented patterns similar to Graphics User Interface and make it really simple to use.

Open-Source Project I work on, Agile Toolkit (). It grew quickly to become a great alternative to development with conventional frameworks.

I am also an entrepreneur, a CTO, a Consultant, a husband and a proud father. Get in touch with me, I love feedback and project-based work offers!


Jan
9
comment Building dedicated codepad in PHP
some guidelines on putting such an environment together. This question might require extensive answer, but I'd like to hear ideas from someone who have had experience with building sandboxed solutions.
Jan
9
asked Building dedicated codepad in PHP
Jun
18
comment Structuring database for multi-object “activity” and “following” functionalities
Thanks Vitalij, Your answer was the most helpful. I will research graph databases more, but it seems like what I need.
Jun
18
accepted Structuring database for multi-object “activity” and “following” functionalities
May
7
awarded  Yearling
Apr
19
comment Structuring database for multi-object “activity” and “following” functionalities
It is like twitter's firehose filtered by user.
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
Thanks for suggestions. My question is purely data-oriented and have nothing to do with database implementations or tuning. Possibly someone will be able to suggest a better model, so i'll wait.
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
exactly. I've added clarification to my original question to highlight that.
Apr
17
revised Structuring database for multi-object “activity” and “following” functionalities
added 804 characters in body
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
Thanks. I'm already using Agile Toolkit ORM which takes advantage of OOP. agiletoolkit.org/intro/1
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
I am using the ORM, but I need to decide how to structure my data model first.
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
when you have 1000 users and each is following 100 objects then either each objects needs to add "timeline" event into the queue of each user every time or user need to iterate through all 100 objects to collect the updates.
Apr
17
revised Structuring database for multi-object “activity” and “following” functionalities
added 75 characters in body
Apr
17
comment Structuring database for multi-object “activity” and “following” functionalities
i do have activity table and then "object_activity" which joins multiple objects into a single activity. I wouldn't have problem to design the structure, but my design doesn't seem to be very scalable, especially when you need to determine which "activities" i need to show to the "users"
Apr
17
asked Structuring database for multi-object “activity” and “following” functionalities
Apr
9
comment How to set-up a simple subversion workflow
I've found SVN to be more suitable in a closed development teams, but for personal use Git and www.github.com are great. Read documentation and if you are on a mac, github have a great client app.
Apr
8
comment Web application deployment and Dependencies
he said free, so i assumed he wants to share source with others.
Apr
8
answered How often do experienced programmers have trouble getting their code to perform its intended purpose?
Apr
8
answered Web application deployment and Dependencies
Apr
5
awarded  Scholar