
asoftwarecraft.com
A Software CraftVoyages in the world of software development
http://www.asoftwarecraft.com/
Voyages in the world of software development
http://www.asoftwarecraft.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.4 seconds
SYTERRA SOFTWARE INC.
MIKE STOCKDALE
204 54●●●●●●STREER
STE●●●LER , AB, T0C 2L2
CA
View this contact
GOOGLE, INC.
GOOGLE TEAM
1600 AMP●●●●●●●● PARKWAY
MOUN●●●●VIEW , CA, 94043
US
View this contact
GOOGLE, INC.
GOOGLE TEAM
1600 AMP●●●●●●●● PARKWAY
MOUN●●●●VIEW , CA, 94043
US
View this contact
15
YEARS
4
MONTHS
21
DAYS
ENOM, INC.
WHOIS : whois.enom.com
REFERRED : http://www.enom.com
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
23
SITE IP
172.217.6.51
LOAD TIME
0.391 sec
SCORE
6.2
A Software Craft | asoftwarecraft.com Reviews
https://asoftwarecraft.com
Voyages in the world of software development
A Software Craft: April 2010
http://www.asoftwarecraft.com/2010_04_01_archive.html
Voyages in the world of software development. Saturday, April 24, 2010. I've been working on and off on the FitNesse code base for several months. As a Windows developer, (maybe the only one contributing to FitNesse? I've found other potential causes, e.g., virus scanning, that might occasionally collide with microtests doing file I/O. So don't. Wednesday, April 7, 2010. It's convenient to use wildcards in the FitNesse path:. Path c: mypath *.dll. Path c: mypath myfixtures.dll. Subscribe to: Posts (Atom).
A Software Craft: July 2011
http://www.asoftwarecraft.com/2011_07_01_archive.html
Voyages in the world of software development. Sunday, July 24, 2011. Command line execution in storytests with fitSharp. A recent question on Stack Overflow asked if there is a command line execution fixture available for fit. Mypath myprogram.exe my arguments. I answered that I didn't know of any but it would be easy to write one. (I put aside any thoughts of why this would be necessary. People use fit. Sharp for all kinds of things that I've never imagined.). Using System.Diagnostics;. But we can go fu...
A Software Craft: December 2009
http://www.asoftwarecraft.com/2009_12_01_archive.html
Voyages in the world of software development. Tuesday, December 22, 2009. Testing code-behind with fitSharp. What do you do about domain logic in ASP.NET code-behind classes? Well, my first reaction to this question was the classic patient-doctor joke: "It hurts when I do this". "Then don't do that". But faced with this less-than-perfect situation in legacy code, is there any way to effectively test it? I wasn't sure, so I decided to try. To write a fit. Now I can write a test page:. A frequently-asked q...
A Software Craft: Starting a FitNesse project with fitSharp
http://www.asoftwarecraft.com/2011/07/starting-fitnesse-project-with-fitsharp.html
Voyages in the world of software development. Saturday, July 9, 2011. Starting a FitNesse project with fitSharp. FitNesse and fitSharp offer so much flexibility that there's many different ways to configure a project, but for the beginner, a common question is: OK, but where do I start? So here's how I set up a sample project. I got fitnesse.jar. From http:/ fitnesse.org. And put it in C: apps fitnesse. I got the latest fitSharp release from http:/ github.com/jediwhale/fitsharp. And clicked the root.
A Software Craft: January 2011
http://www.asoftwarecraft.com/2011_01_01_archive.html
Voyages in the world of software development. Tuesday, January 4, 2011. Customizing the new FitNesse parser. Although the realities of earning a living slowed progress at times, and the challenges of replicating all the quirks of the original parser tested my resolve, we have finally merged the new parser into the main code base. Thanks to a number of beta users, it has been tested on some major FitNesse test suites and the next FitNesse release, coming soon, will use the new parser. Class provides a lot...
TOTAL PAGES IN THIS WEBSITE
18
Crafted Software: OOP & OOD
http://craftedsw.blogspot.com/p/object-oriented-programming.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Some key values and principles of Object-Oriented Design. Cohesion - The cornerstone of OOP. SRP - Single Responsibility Principle. LSP - Liskov Substitution Principle. OCP - Open Closed Principle. A few techniques for a more expressive code. MVC and Multi-tier architecture. One team, one language. A basic ActiveRecord implementation in Java. Subscribe to: Posts (Atom). London, United Kingdom. Customizing fitS...
Crafted Software: March 2015
http://craftedsw.blogspot.com/2015_03_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Friday, 20 March 2015. New Blog @ codurance.com/blog. Quite a few people asked me if I had stopped blogging. The answer is NO. In November 2013, Mashooq Badar and I started Codurance. And since then I only blogged on our company website. Please visit http:/ codurance.com/blog. For my latest blogs. Apologies for taking more than one year to add this message here. Posted by Sandro Mancuso. London, United Kingdom.
Crafted Software: May 2012
http://craftedsw.blogspot.com/2012_05_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Friday, 18 May 2012. Testing multiple properties with single assertion. Every time I was trying to test an object's properties I was neither satisfied writing very verbose tests nor in using some of the out of the box hamcrest matchers. Although using the matchers was a big help, I never managed to make them read the way I wanted. How to use it. Make sure you are using org. Instead of the JUnit one. And author...
Crafted Software: My birthday wish list
http://craftedsw.blogspot.com/2013/07/my-birthday-wish-list.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Tuesday, 30 July 2013. My birthday wish list. Today is my birthday. Yay! And since today is all about me, I will choose what I want as a present. As a developer, here's what I want:. I want developers to be empowered to do whatever they need to do to satisfy the real business needs and delight their customers. I don't want to see developers working with technical. People that think that their role is to define...
Crafted Software: June 2012
http://craftedsw.blogspot.com/2012_06_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Saturday, 9 June 2012. Test-driving Builders with Mockito and Hamcrest. A lot of people asked me in the past if I test getters and setters (properties, attributes, etc). They also asked me if I test my builders. The answer, in my case is it depends. In summary, if these data structures and builders already exist, I wouldn’t bother retrofitting test for them. In the real life, I would be writing on test at a ti...
Crafted Software: Screencast: Testing and Refactoring Legacy Code
http://craftedsw.blogspot.com/2012/12/screencast-testing-and-refactoring.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Tuesday, 18 December 2012. Screencast: Testing and Refactoring Legacy Code. A common question when developers want to make legacy code better is "Where do we start? I also address that explaining the how the approaches for testing and refactoring legacy code are the opposite from each other. Besides a few other things, I also cover the use of code coverage tools to help us testing the code, how often we should...
Crafted Software: November 2013
http://craftedsw.blogspot.com/2013_11_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Thursday, 21 November 2013. Starting a Software Craftsmanship Community. LSCC) from two people to the largest software craftsmanship community in the world, but they are not essential to have a great and healthy community. The good news is that there are a few websites out there that, for an annual subscription, you can have all that. We decided to use Meetup.com. Start with simple meetings. The great thing ab...
Crafted Software: November 2012
http://craftedsw.blogspot.com/2012_11_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Sunday, 11 November 2012. Testing legacy code with Golden Master. As a warm up for SCNA. The Chicago Software Craftsmanship Community. Ran a hands-on coding session where developers, working in pairs, should test and refactor some legacy code. For that they used the Gilded Rose kata. You can find links to versions in java, C# and ruby here. And for clojure here. The Golden Master approach. When you run it for ...
Crafted Software: December 2012
http://craftedsw.blogspot.com/2012_12_01_archive.html
Where how it is done is as important as having it done. Presentations, Interviews and Articles. Tuesday, 18 December 2012. Screencast: Testing and Refactoring Legacy Code. A common question when developers want to make legacy code better is "Where do we start? I also address that explaining the how the approaches for testing and refactoring legacy code are the opposite from each other. Besides a few other things, I also cover the use of code coverage tools to help us testing the code, how often we should...
Mike Stockdale
http://www.syterra.com/MikeStockdale.html
Excellence in cost-effective software development. I am the founder and principal software developer, consultant and coach of Syterra Software. My primary areas of expertise are object-oriented development, agile methods, automated testing and performance tuning in the domain of enterprise application software. I wrote my first program in Fortran, on punch cards. A lot has changed since then!
TOTAL LINKS TO THIS WEBSITE
23
Untitled Document
A Software Business News UK
A Software Business News UK. Software Business News for All Industries. Watch now: The golden age of marketing software – The Next Web. May 18, 2015. The Next Web Watch now: The golden age of marketing softwareThe Next WebScott Brinker, blogger and CTO of ION Interactive, thinks that the split between IT and marketing is completely gone, the two have become inseparable. Marketing has more software…. Read more →. Friends Mourn Software Executive Killed in Amtrak Crash – NBC New York. May 17, 2015. Krebs o...
A Software Company – Mobile and desktop software solutions
Mobile and desktop software solutions. Mobile and Desktop software solutions…. Looking for a simple iPhone view of your schedule for the next seven days? Just want to catch a quick glimpse and move on? Check out our Agenda – 7 Days app! Http:/ agenda7days.asoftwareco.com/.
asoftwarecompany.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
A Software Consultant - The Art Of Software For Entrepreneurial IT Consultants
The Art Of Software For Entrepreneurial IT Consultants. Great Software Consultancy Isn’t About Technology. Hi, my name is Tony Jay and here we show you how to break into consulting, or simply do consulting better. It's not about the technology, it's about you. Join us! Sign up for free and we'll show you how to break into software consultancy, or simply do it better! Enter your email address. October 14, 2013. Get Better At Anything Today. There’s no value in making yourself feel bad for the sake of it.
A Software Craft
Voyages in the world of software development. Friday, April 7, 2017. More Fun with Functions. This is the fourth post in a series. On my journey to learn more about the F# language. I'm choosing some coding exercises from Structure and Interpretation of Computer Programs. And writing each one in both C# and F#. You can follow my progress here and see all my code on github. And its derivative f'. We can find a value x. Where f(x) = 0. By starting with a guess y. And using y - f(y) / f'(y). With the guess ...
asoftwaredeveloper.wordpress.com
asoftwaredeveloper | Just another WordPress.com site
Just another WordPress.com site. Stay updated via RSS. Force browser to get latest javascript file. Set index of drop down by finding specific text / value. Get checked items from check box list. Google Calendar Integration ASP.NET, create / edit / delete events. Post data to a page through code. Force browser to get latest javascript file. Posted: December 4, 2013 in Javascript. Script src="./js/RecurrentAppointment.js? Version=1.0" type="text/javascript" /script. Posted: December 4, 2013 in Asp.net.
Cisdal Publishing
HTML5 JS and JQUERY. A software engineer learns". Tell me and I forget, teach me and I remember, involve me and I learn.
A Software Guy's Blog
A Software Guy's Blog. How to remove execute bit from files in Git. For more information on why this might happen. Asoftwareguy@Intrepid: /Projects/a$ find -executable -type f -exec git update-index - chmod=-x {} ; asoftwareguy@Intrepid: /Projects/a$ find -executable -type f -exec chmod -x {} ; asoftwareguy@Intrepid: /Projects/a$ git status asoftwareguy@Intrepid: /Projects/a$ git commit -m Changing file permissions to remove execute bit asoftwareguy@Intrepid: /Projects/a$ git push. I noticed that so far,...
Asoft☢Warhouse-Latest Airsoft Guns & Information
Asoft☢Warhouse-Latest Airsoft Guns and Information. You will find the latest on new products and special offers that can be found at asoftwarehouse.blogspot.com here. Friday, March 30, 2012. ICS ICAR-MRS Tactical Rifle 01. When I opened the box, my first thoughts were the same as when I first heard about the release of this AEG, It looks weird. For me these rifles are meant to look like classic not modern. The rifle comes with the usual ICS bundle with a bottle of ICS BBs and two metal hi-cap mags. Doing...
A Software House - Welcome
Is an innovative software development company dedicated to producing and servicing quality software products. We specialize in both web development and database applications. Contact us today and let us help you realize your software vision. Create user-defined forms on the fly! Download version coming soon! Customize the user interface of your software! Manage your project's bugs with this Access-driven tool! All registered trademarks are the property of their respective owners.