196 reputation
110
bio website omerkatz.com
location Israel
age 23
visits member for 2 years, 8 months
seen Mar 17 at 18:06
stats profile views 50

My name is Omer Katz and I am a very passionate software developer who specializes in ALM & SCM practices. I'm also an Agile & Lean enthusiast and practitioner.

I am only 23, therefor I have only started working in the industry in 2010 but I have been programming since I was 11 and I have never stopped being passionate about it. I have a vast knowledge when it comes to planning, designing, developing & delivering software.

My greatest passion is finding new ways to make the developers' lives easier and let them focus on what they know to do best, software development.


Sep
19
comment Why NoSQL over SQL?
@muistooshort: Still, it will be to slow comparing to neo4j's capeability to iterate 1 milion graph nodes in one second.
Sep
18
comment How fast should a version number increment?
You forgot build number. 2.3.5.1025
Jun
28
comment Simple method for reliably detecting code in text?
Why are you posting this here? Doesn't this question belong to some meta? If you are asking for an implementation examples maybe it fits to stackoverflow better.
May
19
comment Portfolio and NDA
What does since two years mean here? You've worked on it two years ago or have you been working on it for two years?
Apr
6
comment An event that raises itself - is it too complicated?
You might want to consider using IAsyncResult, BeginXXX and EndXXX. This is unmaintainable due to the fact that it doesn't adhere the idioms that are common in C#.
Dec
30
comment I still can't figure out how to program?
If you want I have open source projects that needs help. It will surely teach you something.
Nov
19
comment Website templates for programmers
I am not inexperienced. I've been programming for 11 years now, I just know what I am good at and what I am not. I can create a really nice blog with django in about 2 hours of work so I wouldn't mind doing it if it allows me to say "yes I can program".
Nov
18
comment Website templates for programmers
I would really prefer to implement my own blog. It's absurd that a programmer won;t showcase his own work by creating something as an example.
Nov
18
comment Website templates for programmers
I know HTML and CSS. I am just not good enough or creative enough graphically to create visually satisfying GUI. I just don't have that kind of sense.
Oct
31
comment Are XAML UI designers common today?
thanks for the comment about it's future.
Oct
6
comment What are common mistakes in coding?
I think that to the novice programmer, the first code snippet is much clearer. It is more readable that way, the other code needs explaination.
Oct
6
comment When does a “scripter” become a “programmer”?
and what about perl? or any other interpeted language that is advandced enough?
Oct
5
comment How long do programmers generally stay in industry?
+1 but not completely true. I prefer managmant because of the salary and status and the ability to change things to the best. I am a good programmer and enjoy it but I hope to be a CTO someday.
Jul
8
comment What should every programmer know?
No but it's much more fun to work on :)
Jul
8
comment What should every programmer know?
While funny, very unrelated.
Jul
8
comment What should every programmer know about web development?
Read about the Principle of least astonishment in "Principle of least astonishment" and "User-Friendly Programming".