
blog.petegoo.com
PeteGooBlog about code, frameworks, patterns, being a developer and general stuff. Possibly .net biased.
http://blog.petegoo.com/
Blog about code, frameworks, patterns, being a developer and general stuff. Possibly .net biased.
http://blog.petegoo.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
22
SITE IP
151.101.53.147
LOAD TIME
0.159 sec
SCORE
6.2
PeteGoo | blog.petegoo.com Reviews
https://blog.petegoo.com
Blog about code, frameworks, patterns, being a developer and general stuff. Possibly .net biased.
Tips and tricks for integrating GitHub + TeamCity – PeteGoo
http://blog.petegoo.com/2015/03/14/teamcity-github
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. Tips and tricks for integrating GitHub TeamCity. For a while now I’ve been using the GitHub TeamCity Slack combination and I though it would be useful to write down the various tactics and tools for getting the most out of this pretty common configuration of tools. This post will concentrate on getting the most out of TeamCity GitHub. In my experience the best thing ...
Slides from 'Devops for the .Net developer' – PeteGoo
http://blog.petegoo.com/2015/03/15/devops-talk
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. Slides from 'Devops for the .Net developer'. On February 19th I gave a talk at the Auckland.Net meetup. I think it was pretty well received. Below are the slides from that talk. 10 Deploys Per Day: Dev and Ops Cooperation at Flickr. Graphite Client (perf counters over statsd). Slides from 'Devops for the .Net developer'. March 15, 2015. Using the Minimal Mistakes.
Moved blog to GitHub Pages and Jekyll – PeteGoo
http://blog.petegoo.com/2014/04/27/moved-blog-to-jekyll
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. Moved blog to GitHub Pages and Jekyll. Like most of the bloggers on the internet these days I’ve moved my blog off wordpress and onto GitHub pages using Jekyll. There was a fairly large amount of Yak Shaving. This is a good tutorial. Follow the Jekyll migrations site. For instructions on exporting the Wordpress XML. (The Wordpress plugin didn’t work for me). Working&...
TeamCity Slack Build Notifier – PeteGoo
http://blog.petegoo.com/2014/07/13/teamcity-slack-build-notifier
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. TeamCity Slack Build Notifier. We have become immense fans of Slack. Ok, so once you have Slack up and running, you turn to integrations with other systems that are going to maximise on the true ChatOps. Experience. There are already integrations with JIRA, New Relic, GitHub, Twitter and just about every other thing you can think of. For TeamCity, the only thing is i...
Using JSON.Net to eval json into a dynamic variable in C# – PeteGoo
http://blog.petegoo.com/archive/2009/10/27/using-json.net-to-eval-json-into-a-dynamic-variable-in.aspx
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. Using JSON.Net to eval json into a dynamic variable in C#. So I thought this would be possible and finally decided to give it a shot in 2010 Beta 2. It turns a bunch of JSON into an ExpandoObject. Needs cleaning up but not too bad. Line1 = "child line 1". Line2 = "child line 2". Line3 = "child line 3". City = "child city". Line1 = "children 1 line 1". AreEqual(testOb...
TOTAL PAGES IN THIS WEBSITE
8
Deployment | Kiwi.NET
https://stefsewell.com/category/deployment
The journey of a software architect. The case of the Fiddler heisenbug. June 18, 2014. There is a presentation I give to our graduates during their first week with us, the second slide is:. The services architecture for the product I work on follows the Command Query Responsibility Separation approach which I’ve talked about before. To stop a WCF Data Services request, secured using Windows Authentication, requiring authentication on every call – you need to set the PreAuthenticate. The first task was to...
Kerberos | Kiwi.NET
https://stefsewell.com/category/security/kerberos
The journey of a software architect. The case of the Fiddler heisenbug. June 18, 2014. There is a presentation I give to our graduates during their first week with us, the second slide is:. The services architecture for the product I work on follows the Command Query Responsibility Separation approach which I’ve talked about before. To stop a WCF Data Services request, secured using Windows Authentication, requiring authentication on every call – you need to set the PreAuthenticate. The first task was to...
TechEd | Kiwi.NET
https://stefsewell.com/category/teched
The journey of a software architect. DEV306: PowerShell Scripts Available. September 1, 2010. Thanks to everyone who attended the sessions at TechEd New Zealand. The PowerShell deployment files demonstrated are now available from http:/ public.me.com/stefsewell. Have a look in the TechEd2010/DEV306-WindowsServerAppFabric folder, it contains a simple VS2010 project showing how to call PowerShell from C#. It also contains the PowerShell scripts that deploy, validate and remove a simple WCF service. The wor...
WCF | Kiwi.NET
https://stefsewell.com/category/net/wcf
The journey of a software architect. The case of the Fiddler heisenbug. June 18, 2014. There is a presentation I give to our graduates during their first week with us, the second slide is:. The services architecture for the product I work on follows the Command Query Responsibility Separation approach which I’ve talked about before. To stop a WCF Data Services request, secured using Windows Authentication, requiring authentication on every call – you need to set the PreAuthenticate. The first task was to...
.NET | Kiwi.NET
https://stefsewell.com/category/net
The journey of a software architect. The case of the Fiddler heisenbug. June 18, 2014. There is a presentation I give to our graduates during their first week with us, the second slide is:. The services architecture for the product I work on follows the Command Query Responsibility Separation approach which I’ve talked about before. To stop a WCF Data Services request, secured using Windows Authentication, requiring authentication on every call – you need to set the PreAuthenticate. The first task was to...
Workflow | Kiwi.NET
https://stefsewell.com/category/net/workflow
The journey of a software architect. Workflow Services and MSMQ Revisited. April 20, 2012. I’ recently dusted off a WCF sample I’d written and blogged about a year or two ago. During the process of getting it to work again, I discovered the blog posting is incorrect so I’m reposting with corrections and additional explanation. Tom Hollander published a great set of posts on this topic which I needed. Of the services demos. The second part was getting the configuration correct. Public class TimeEntry {.
2010 | Kiwi.NET
https://stefsewell.com/category/teched/2010
The journey of a software architect. DEV306: PowerShell Scripts Available. September 1, 2010. Thanks to everyone who attended the sessions at TechEd New Zealand. The PowerShell deployment files demonstrated are now available from http:/ public.me.com/stefsewell. Have a look in the TechEd2010/DEV306-WindowsServerAppFabric folder, it contains a simple VS2010 project showing how to call PowerShell from C#. It also contains the PowerShell scripts that deploy, validate and remove a simple WCF service. The wor...
PeteGoo (Peter Goodman) · GitHub
https://github.com/petegoo
Auckland, New Zealand. X67;ithub@petegoo.com. Http:/ blog.petegoo.com. Aug 18, 2010. Posts build notifications to Slack. An HTTP push messaging library with oData and Linq subscriptions for server side filtering of reactive events. Investigation into an Nhibernate OData query only service. A Windows Workflow Foundation email approval sample from the blog entry http:/ blog.petegoo.com/index.php/2010/08/22/workflow-4-email-approval-sample/. 79 contributions in the last year. To refresh your session.
TOTAL LINKS TO THIS WEBSITE
22
Blog Pete & Rob | The latest from PeteAndRob.com
Blog Pete and Rob. Drinking Re-Mastered & Houdini 360. August 17, 2014. We re-mastered the all time classic “Pete and Rob ‘Drinking'”. And we added “Houdini” to the Playmobil 360 Experience. Vimeo Channel, Happy Birthday. July 27, 2014. We are on Vimeo now! Check out our channel! Additionally we re-mastered the all time classic “ Happy Birthday with Pete and Rob! New Adventure: Pete & Rob versus Cubebot. May 25, 2014. Pete and Rob versus Cubebot. Pete and Rob versus Cubebot. Pete and Rob Favorites.
Lambda Monkey
Thoughts, stories and ideas. Page 1 of 1. The Tale of the Slave. Can you define slavery? Robert Nozick suggested that it might not be so easy: Consider the following sequence of cases, which we shall call the Tale ». PFPL Chapter 4: Type Judgements. Chapter 4 plunges us straight into type judgements, and they take a bit of explaining if you haven't seen them before. The goal of this chapter ». PFPL Chapter 4: Static and Dynamic Processing. Page 1 of 1. Proudly published with Ghost.
petecerqua | Pete Cerqua is the author of The 90-Second Fitness Solution | Best Workouts, Health and Fitness for Men and Women
Petecerqua Pete Cerqua is the author of The 90-Second Fitness Solution. Best Workouts, Health and Fitness for Men and Women. Skip to primary content. Skip to secondary content. Five Reasons to do a Cleanse. May 8, 2014. It’s one of those things you hear about all the time Do a cleanse. Your body will thank you! But, really, how will your body thank you and why are cleanses such a good idea? Here are five reasons your body will love you:. Who couldn’t use a boost of juice in the body? March 10, 2013.
Pete Cruickshank
blog.petedaviesphotography.co.uk
Blog - www.petedaviesphotography.co.uk
Hello, I'm Pete. Whats in my Kit Bag? Hello, I'm Pete. Whats in my Kit Bag? June 29, 2016 Blog. PORTRAIT PHOTOGRAPHER OF THE YEAR 2016/17 Very excited to return from an Awards Ceremony in London where I won the coveted National Portrait Photograp . June 21, 2016 Blog. Finally after a long wait our new Canon camera bodies have arrived (just in time for the torrential rain to start! Can you tell I am slightly excited . May 26, 2016 Blog. Hackpen White Horse - Tiny Planet. April 28, 2016 Blog. Professor Rob...
PeteGoo
A developer living in Auckland building software using all sorts of bits and pieces I find along the way. Originally from Northern Ireland. Getting Packer to work for Windows on AWS. Getting a Packer build to work with the AWS EBS builder is pretty easy. Getting it to work for Windows can be a serie. Slides from my talk at codemania. Speaking at codemania.io was one of the scariest and most awesome experiences of my career to date.The concept of the. Slides from 'Devops for the .Net developer'.
Pete Gordon's Musings
Saturday, September 4, 2010. Electronic Cigarette and Open Source? I just saw a banner add for Electronic Cigarette, the geek in me became curious. so I found this video about it on youtube.com. posted by. http:/ www.youtube.com/user/isgodreligious. I may freak'in be crazy, but it got me thinking about an open source e-cigarette and as always on the Internet we are never alone in our ideas. Http:/ www.e-cigarette-forum.com/forum/diy-e-liquid/33710-open-source-liquid.html. Wednesday, October 7, 2009.
nuts & milk
A photoblog of sorts. At Conran Design Group. Posted 1 month ago. Cool dude #cool (at บิ๊กซี คลอง2). Posted 3 months ago. Thailand #temple #chiangrai #songkarn (at Wat Phra Kaew, Chiang Rai). Posted 4 months ago. Shadow life #london #heathrow #silhouette #airportphotography (at Heathrow Terminal 2 : The Queen’s Terminal). Posted 4 months ago. Mid-flight #london #bookshopphotography #beards #foyles (at Foyles). Posted 4 months ago. Posted 4 months ago. Posted 4 months ago. Posted 4 months ago.
Pete Langlois Photography
Tuesday, August 17, 2010. Well the next two weekends are shaping up to be great ones. Two airshows one at Westfield. And one at Pease. Thunderbirds will be performing at Westfield and the Blue Angels will be performing at Pease. Full line ups are posted on the individual websites above. Here are a couple of shots from past airshows. Tuesday, May 19, 2009. Great Deal on SanDisk 16GB Extreme III Class 6 SDHC. SanDisk 16GB Extreme III SDHC. Tuesday, May 27, 2008. Sunday, February 17, 2008. I asked the suppo...
Pete Levin Films
Saturday, January 7, 2017. Directing and Producing partners Leah McKissock and Adam Blake Carver make up La Di Da Films. And have recently created a great niche for themselves with stop motion food animation! Here are four Scooby-Doo spots that I helped them with. Now I'm getting hungry for some mummy dogs. Wednesday, November 30, 2016. Greatest Party Story Ever: Amanda Cerny's "Hot Pursuit". Tomorrow night at 11pm on MTV: Greatest Party Story Ever! My greatest party story! Watch it on @MTV DEC 1st 😈😂.
Blog | The Running Corps Blog
Coaching and Training Programs. Christian Cushing-murray: Long May You Run . at Sub-5 Minute Pace. 7 months, 3 weeks ago. GUEST BLOGGER: CHRISTIAN CUSHING-MURRAY. Double Road Race - Have I Lost My Mind? 7 months, 3 weeks ago. Bearfoot Running: A natural way to run through nature. 7 months, 3 weeks ago. Are Older Runners an Embarrassment to the Sport? Guest Blogger: Christian Cushing-murray. Posted by: Pete Magill. The Secret to Running Faster? Page 1 of 2. Double Road Race - Have I Lost My Mind?
SOCIAL ENGAGEMENT