soniacodes.wordpress.com
A Tour of Go #69 Exercise: Web Crawler | Sonia Codes
https://soniacodes.wordpress.com/2011/10/09/a-tour-of-go-69-exercise-web-crawler
Communication diagrams for Go →. A Tour of Go #69 Exercise: Web Crawler. October 9, 2011. I can’t resist. The difficulty level of the exercise is similar to much of what I’ve posted on this blog and I just want to talk about it. For any of you who don’t regularly follow the Go Blog. I’m talking about the final exercise, #69, of the recently published A Tour of Go. To attempt the exercises, especially #69, the subject of my post here. M[u] { m[u] = true c2(u, depth-1, fetcher, m) } } return }. There are o...
michael-a-nelson.blogspot.com
Michael Nelson - Something driven development: Outside-in development on Ubuntu
http://michael-a-nelson.blogspot.com/2009/05/outside-in-development-on-ubuntu.html
Michael Nelson - Something driven development. Software development thoughts and musings around Python, Ruby and other tools. Wednesday, May 20, 2009. Outside-in development on Ubuntu. For over 6 months now I've been working on launchpad.net. Collaborative development for open source software - using Python (Zope). It's been an unreal experience seeing various testing strategies on such a large code-base, but the two things I miss the most while developing on launchpad are:. Something similar to rspactor.
sentiments.wordpress.com
My Sentiments | Just some thoughts as I learn what is so fascinating to many people about communicating this way | Page 2
https://sentiments.wordpress.com/page/2
Found this in the drafts…no idea what it was for. August 21, 2008. Posted by jennifer in Uncategorized. Everybody knows. Well we all think we know, but we don’t really understand. Not really. You see those things, those tests, were introduced so fast. Of course you would want to know. How could you stand not having a clue? It doesn’t hurt. No side effects. They said. Who is. Tick tock tick tock tick tock….it will stop I know. One day. This day? So I found this in the drafts, I have no idea why I wrote it...
sentiments.wordpress.com
Failure to educate | My Sentiments
https://sentiments.wordpress.com/2008/09/08/failure-to-educate
September 8, 2008. Posted by jennifer in Uncategorized. No comments yet — be the first. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Notify me of new comments via email.
sentiments.wordpress.com
March | 2007 | My Sentiments
https://sentiments.wordpress.com/2007/03
March 17, 2007. Posted by jennifer in Family times. We spent most of our time at the farm, the beautiful beaches (Hyams Beach is so white- C&L there was NO seaweed this time just white sand and sparkling water plus a dolphin and penguin), playing at the park in Huskisson and walking to different lookouts. Very peaceful and laid back. March 7, 2007. Posted by jennifer in Uncategorized. 1 comment so far. Matty starts preschool soon. Scary! I love my boys so much. A wife and mother of two lovely boys and a ...
micknelson.wordpress.com
A walk-through charming an existing wsgi application | Something-driven development
https://micknelson.wordpress.com/2014/06/25/a-walk-through-charming-an-existing-wsgi-application
Software development thoughts around Ubuntu, Python, Golang and other tools. A walk-through charming an existing wsgi application. After recently writing the re-usable wsgi-app role. For juju charms, I wanted to see how easy it would be to apply this to an existing service. I chose the existing ubuntu-reviews service. Because it’s open-source and something that we’ll probably need to deploy with juju soon (albeit only the functionality for reviewing newer click applications). A/metadata.yaml b/metada...
micknelson.wordpress.com
Using Apache2’s mod_proxy to transition traffic | Something-driven development
https://micknelson.wordpress.com/2015/07/17/using-apache2s-mod_proxy-to-transition-traffic
Software development thoughts around Ubuntu, Python, Golang and other tools. Using Apache2’s mod proxy to transition traffic. I was recently in the situation of wanting to transition traffic gradually from an old deployment to a new deployment. It’s a large production system, so rather than just switching the DNS entries to point at the new deployment, I wanted to be able to shift the traffic over in a couple of controlled steps. July 17, 2015 at 6:37 am. Laquo; Creating a Mir Snap in the cloud. Create c...
micknelson.wordpress.com
Reusable ansible roles for Juju charms | Something-driven development
https://micknelson.wordpress.com/2014/06/10/reusable-ansible-roles-for-juju-charms
Software development thoughts around Ubuntu, Python, Golang and other tools. Reusable ansible roles for Juju charms. I’ve been writing Juju charms. To automate the deployment of a few different services at work, which all happen to be wsgi applications… some Django apps, others with other frameworks. I’ve been using the ansible support for writing charms. Which makes charm authoring simpler, but even then, essentially each wsgi service charm needs to do the same thing:. Install any package dependencies.
michael-a-nelson.blogspot.com
Michael Nelson - Something driven development: Mocking in Python just got easier
http://michael-a-nelson.blogspot.com/2008/10/mocking-in-python-just-got-easier.html
Michael Nelson - Something driven development. Software development thoughts and musings around Python, Ruby and other tools. Tuesday, October 14, 2008. Mocking in Python just got easier. Voidspace just released Mock 0.4.0. An update to the excellent Mock library which brings a few conveniences and easier patching of module and class-level attributes. This makes tests using mocks easier to read, for example inside a test case:. SelfassertEquals(my mock.my method.call args,. Goodbye',),{'hello': False}).