| bio | website | ontraindevelopment.blogspot.c… |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | 3 hours ago | |
| stats | profile views | 22 |
At day I work as an ABAP developer in civil service.
At night I am developing a web-based MMORPG using HTML5 Javascript for the client, Java for the server and MongoDB as database backend. You can follow my progress on my development blog.
|
May 14 |
comment |
If a fluent coder disregards good practices, doesn't his fluency work against him? When his code is cryptic and overengineered, then he is not highly skilled. A programmer who is truly high-skilled writes code which is easy to understand and is just as complex as it needs to be. |
|
May 14 |
revised |
Use of file processing system like NTFS for file system of Operating System added 46 characters in body |
|
May 14 |
answered | Use of file processing system like NTFS for file system of Operating System |
|
May 14 |
comment |
Why do people consider Python a weak language? You don't "switch" to another programming language. Programming languages are tools. Use the best tool you have available for each job. For some jobs it's Python, for other it's Java, for others it's C. |
|
May 10 |
comment |
Exclude the zero in the given data in Haskell Programming questions should be asked on stackoverflow.com |
|
May 10 |
comment |
How should I behave as a developer in a project that's headed for failure? @ichaelT: Agreed. Buy it, place it prominently on your desk, and whenever a manager looks into your direction, hold it up and point at it :) |
|
May 10 |
comment |
How should I behave as a developer in a project that's headed for failure? Definitely don't slack. When the project really fails, blame will have to be distributed. When that happens you better can prove that you did everything you could to ensure the project success and all accusations that you were not giving 100% are completely false. |
|
May 9 |
comment |
Running entire frontend of a system on a flatfile cache Shouldn't a sufficiently well-configured reverse-proxy be able to do this automatically for you, maybe even in-memory for even lower response time? |
|
May 3 |
comment |
GSOC along with an internship @RhysW I think user2282344 might be referring to "Google Summer of Code" |
|
Apr 26 |
answered | To open source or sell? How to choose? How to proceed? |
|
Apr 26 |
comment |
Is there a way to use a higher level language in a competition that only has C, C++ and Java by default? Oracle Java comes with Rhino, a Javascript engine you can call from Java. But there are other Java VMs which lack it. You should ask for a clarification which Java implementation they actually have on the competition. |
|
Apr 16 |
comment |
Is a lambda expression something more than an anonymous inner class with a single method? When a language is turing-complete, every added feature could theoretically be described as "syntactic sugar". |
|
Apr 10 |
comment |
Open source licenses (specifically GPL) & gamemaker's source format @Tangental - so when I click on "build" in Visual Studio, the resulting binary isn't copyrighted either, because it was computer-generated by the compiler? |
|
Apr 9 |
comment |
Silverlight support from Microsoft @LinMa That depends on what you are trying to do. Choose the right tool for each job. |
|
Apr 8 |
comment |
Where to put Administrative Features A secure system doesn't become less secure by making it easy to find. An insecure system doesn't become more secure by making it hard to find. See security through obscurity. |
|
Apr 5 |
comment |
How do I get my first job at a freelancing website? When someone can't make a website by hand, they should not pretend to be a freelance programmer. |
|
Apr 4 |
comment |
Why do books say, “the compiler allocates space for variables in memory”? That's not what this question is about. |
|
Apr 4 |
comment |
Is it acceptable for child classes to “break” parent class functionality? All functionality inherited by the base class should work as it should be expected. That's part of the principle of least surprise and important for integration with other components which are designed for working with the base class. |
|
Apr 4 |
answered | Does open sourcing your work help you? |
|
Apr 1 |
comment |
Changing the license in a fork from GPL to GPL compatible? @TheLQ: GPL-compatible means that the license doesn't forbid anything the GPL allows, so you can relicense it as GPL. But that doesn't necessarily means that it also works in the other direction. |