israel.softwarecraftsmanship.org
Software Craftsmanship in Israel Group
http://israel.softwarecraftsmanship.org/events
Software Craftsmanship in Israel Group. A fresh look at the SW development craft following Code Complete. Part One - Deus ex machina. Meet the god whom all your favorite design principles worship - K.I.S.S, Y.A.G.N.I., D.R.Y. and even the S.O.L.I.D bunch. Part Two - It’s the ecosystem stupid. How to bring your operation under the wings of the almighty god? A cultural anchor in an environment where measuring the things that matter is difficult. Part Three - Trade secrets. Feb 5, 2014, 5:30 pm. If you have...
codesheriff.blogspot.com
The Code Sheriff: First Post
http://codesheriff.blogspot.com/2011/03/first-post.html
Keeping the streets clean of bad development practices. Mar 26, 2011. I'm Yoni Tsafir and I'm a software developer from Israel, currently working at IBM (XIV Storage Systems). Throughout my years as a software developer, I commonly found myself in the position where I'm aspiring to find ways of making myself and my teammates work better and more effectively, applying agile practices such as unit-testing, pair-programming, TDD, continuous integration, and so on. Something else that I have a lot of passion...
codeslut.blogspot.com
<Code/> $lut: Software Craftsmanship
http://codeslut.blogspot.com/2010/02/software-craftsmanship.html
Java, Java EE, code samples, best practices, software design, etc. Thursday, February 18, 2010. Uncle Bob talks about Software Craftsmanship and agile: http:/ java.dzone.com/videos/object-mentors-bob-martin. I couldn't agree more. In my opinion software development should become a closed guild. Anyone can write code, but we should strive to make quality code, and we should make our occupation a respectable one! Ignore the rules, and you’re out ;). We will not ship shit. Well put Bob. A little about me:.
codeslut.blogspot.com
<Code/> $lut: Referencing Spring beans in Properties collections
http://codeslut.blogspot.com/2009/12/referencing-spring-beans-in-properties.html
Java, Java EE, code samples, best practices, software design, etc. Thursday, December 24, 2009. Referencing Spring beans in Properties collections. It is some times desired to reference Spring beans when injecting properties into some bean. The problem is that the props tag doesn’t support references – it supports plain string values only. While trying to resolve such issue I stumbled onto a discussion in the Spring-Source community forums: http:/ forum.springsource.org/showthread.php? Is the same as.
amisail.blogspot.com
Άνθιμος Μισαηλίδης: Οκτωβρίου 2010
http://amisail.blogspot.com/2010_10_01_archive.html
Παρασκευή, 29 Οκτωβρίου 2010. ΑΕΠΠ: Επαναληπτικό Διαγώνισμα 2o. Στα κεφάλαια 6 7 2.4.1. Το Επαναληπτικό Διαγώνισμα που δόθηκε στους μαθητές:. Ημερομηνία διεξαγωγής μαθήματος: 29/10/2010. Αναρτήθηκε από Άνθιμος Μισαηλίδης. Δευτέρα, 25 Οκτωβρίου 2010. Γ' Γυμνασίου: Διαγώνισμα Πληροφορικής 1ης Ενότητας. Με την Τρίτη τάξη του Γυμνασίου. ΕΝΟΤΗΤΑ: 1. Προγραμματισμός. Το Διαγώνισμα που δόθηκε στους μαθητές μετά την 1η Ενότητα:. Αναρτήθηκε από Άνθιμος Μισαηλίδης. Β' Γυμνασίου: Διαγώνισμα Πληροφορικής 1ης Ενότητας.
codeslut.blogspot.com
<Code/> $lut: Value Objects Mapping
http://codeslut.blogspot.com/2009/12/value-objects-mapping.html
Java, Java EE, code samples, best practices, software design, etc. Friday, December 4, 2009. My company decided to break its monolithic build and make our life easier. The main idea was to move from Jini. The main reasons were to introduce loose coupling between our services, adopt open standards, and become cool ;-). Some of you are probably saying right now, “Are you really coupling all these layers”? Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. ...
codeslut.blogspot.com
<Code/> $lut: Feature Flags made easy
http://codeslut.blogspot.com/2011/07/feature-flags-made-easy.html
Java, Java EE, code samples, best practices, software design, etc. Sunday, July 3, 2011. Feature Flags made easy. I recently participated in the ILTechTalk. Week Most of the talks discussed issues like Scalability, Software Quality, Company Culture, and Continues Deployment (CD). Since the talks were hosted at Outbrain. Be replaced by polymorphism. Enough with the abstract talk. Of your code. In some cases the test for activation of the feature may recur in many place in the code, so this approach ca...
codeslut.blogspot.com
<Code/> $lut: Event Horizon
http://codeslut.blogspot.com/2010/02/event-horizon.html
Java, Java EE, code samples, best practices, software design, etc. Friday, February 12, 2010. Keeping track of what’s going on in a large code base is virtually impossible. Even the most skilled developers might miss architecture violations, while performing code reviews for a big chunk of code. In order to solve this I use a powerful tool called Structure-101. First you need a template file (s101headless-template.xml):. Xml version="1.0" encoding="UTF-8"? Headless version="1.0" operations operation ...
codeslut.blogspot.com
<Code/> $lut: July 2011
http://codeslut.blogspot.com/2011_07_01_archive.html
Java, Java EE, code samples, best practices, software design, etc. Sunday, July 3, 2011. Feature Flags made easy. I recently participated in the ILTechTalk. Week Most of the talks discussed issues like Scalability, Software Quality, Company Culture, and Continues Deployment (CD). Since the talks were hosted at Outbrain. Be replaced by polymorphism. Enough with the abstract talk. Of your code. In some cases the test for activation of the feature may recur in many place in the code, so this approach ca...