mperry.github.io mperry.github.io

mperry.github.io

Software Matters!

Static blog generated with JBake

http://mperry.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MPERRY.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 9 reviews
5 star
1
4 star
5
3 star
2
2 star
0
1 star
1

Hey there! Start your review of mperry.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

CONTACTS AT MPERRY.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Software Matters! | mperry.github.io Reviews
<META>
DESCRIPTION
Static blog generated with JBake
<META>
KEYWORDS
1 toggle navigation
2 software matters
3 author
4 archive
5 feed
6 groovy monad combinators
7 mark perry
8 unit
9 flatmap
10 read
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,software matters,author,archive,feed,groovy monad combinators,mark perry,unit,flatmap,read,groovy monads,apply,respectively,class,primary method,argument,result,monad t,functor t,applicative t,groovy applicatives,option,groovy functors
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Software Matters! | mperry.github.io Reviews

https://mperry.github.io

Static blog generated with JBake

INTERNAL PAGES

mperry.github.io mperry.github.io
1

Software Matters! - Groovy Monads

http://mperry.github.io/2014/08/19/groovy-monads.html

In the last two posts, I have discussed how to implement functors and applicatives in Groovy. This post discusses the related topic of monads. Before we start, let’s review the essence of the differences between these three concepts. The primary method for functors, applicatives and monads are. Table 1. Types used for Functor, Applicative and Monad. We deduce that the differences between the classes in the table are:. Functor: apply a function (. To a contextual value using. To a contextual value using.

2

Software Matters! - About

http://mperry.github.io/pages/about.html

This page is about the blog, not the author. This blog contains the thoughts of Mark Perry on the field of software engineering:. History, evolution, current practice and the future. 2014 Mixed with Bootstrap v3.1.1. Baked with JBake v2.3.1.

3

Software Matters! - Groovy Functors

http://mperry.github.io/2014/07/01/groovy-functors.html

Groovy and Java both provide abstractions that allow programmers to transform values within that abstraction. For example, Groovy provides the collect method on Collections and Java 8 provides the map method on the Stream class. This pattern is more widely applicable than these classes, however the simple Java type system prevents this idea from being expressed within Java. If Java allowed this idea to be expressed it might be expressed as:. One might simplify this definition further by removing the type...

4

Software Matters! - Specification Based Testing

http://mperry.github.io/2013/12/09/specification-based-testing.html

There are lots of testing frameworks around for Java and Groovy, mostly around Test Driven Development (TDD) [1]. And Behaviour Driven Development (BDD) [2]. Provides an automated specification testing framework that is well-designed, but a bit clunky to use. This is due to Java’s verbosity when creating functions, although this should be resolved in Java 8. Using Groovy we can use this library immediately using a simple interface provided by the author’s FunctionalGroovy [4]. OK, passed 100 tests. Falsi...

5

Software Matters!

http://mperry.github.io/archive.html

10 - Groovy Monad Combinators. 19 - Groovy Monads. 02 - Groovy Applicatives. 01 - Groovy Functors. 16 - Converting to JBake. 21 - Folds and Unfolds. 03 - Referentially Transparent Input/Output in Groovy. 09 - Specification Based Testing. 28 - Groovy Null Handling Using Bind, Comprehensions and Lift. 12 - Early Software Estimation. 10 - Project Euler in Groovy. 09 - Introduction to Dependent Types. 18 - Software Metrics. 06 - New Leadership Competencies. 26 - The Difficulty of Software Engineering.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

OTHER SITES

mperroniboficial.webnode.com mperroniboficial.webnode.com

MPerroniB

Maite Perroni terá um 2016 fora da TV. Nos últimos meses Maite Perroni tem desfrutado do éxito da telenovela ‘ Antes Muerta Que Lichita’, mas parece que nos próximos meses passará longe dos foros de televisão. Com os ano se converteu em uma das protagonistas favoritas da TV depois de a conhecermos através de Rebelde, Maite. Maite Perroni prepara seu segundo disco que sairá em 2016. CONFIRMADA: Maite Perroni será protagonista de Antes Muerta que Lichita. Maite Perroni entre os 100 rostos mais belos de 2015.

mperrotti.com mperrotti.com

Michael Perrotti

Close and browse old site. You've found my old website. Feel free to browse around my older work, but my new site, mikeperrotti.com. Is still maintained and updated. Continue to mikeperrotti.com. Mike Perrotti is a designer based in New York. 2013 current, Experience Designer at Meetup. 2012 2013, Front end Developer at Createthe Group. 2012, BFA in Graphic Design from University of the Arts. Mobile Web, iOS, Android.

mperrow.com mperrow.com

My Site

This is my site description. A website created by GoDaddy’s Website Builder.

mperry-icons.livejournal.com mperry-icons.livejournal.com

Matthew Icon Community

02 December 2010 @ 12:18 pm. Studio 60- The Christmas Show. Sig banner (for message boards). LJ Header (click for larger). 21 March 2010 @ 03:55 pm. There is a new community for fans of Aaron Sorkins Work. It is called. For those of familiar to. Etc, it is much like those communities. This is a great way to find new friends with mutual interest and it has the benefit of being really fun. Which team will win? Come and play and try to make it yours! 23 September 2008 @ 07:22 pm. 13 September 2008 @ 07:03 pm.

mperry.blogspot.com mperry.blogspot.com

Matt's Blog

Reflections on programming, software engineering and systems design. Sunday, 7 September 2014. White Star Uml first attempt. Having spent a couple of hours looking at White Star UML, I'm very impressed. I've successfully created my first basic Java App. A bit confused on getting the public static void main method defined. The Operation should be called main. The Owner scope should be classifier ( to create a static method). The Void return definition is automatically inferred. Thursday, 13 June 2013.

mperry.github.io mperry.github.io

Software Matters!

In the previous post I discussed how to define monads in Groovy and looked a little at how they differ from functors and applicatives. The payoff for defining monads is not having the methods. Defined for the monad, although this is useful. The key benefit is the many methods derived from these methods that come with the abstraction. In the last two posts, I have discussed how to implement functors and applicatives in Groovy. This post discusses the related topic of monads. Functor: apply a function (.

mperry.net mperry.net

Site not found · DreamHost

Well, this is awkward. The site you're looking for is not here. Is this your site?

mperry.raleighrealestateinfo.com mperry.raleighrealestateinfo.com

The Wilson Realty Group Specializes in Raleigh Real Estate and Homes for sale in Raleigh, Cary North Carolina and surrounding areas of Research Triangle Park

Get a Free Account. Enter your email address and we will send you an email with your password. Search homes for sale in our area. Fort Mill, SC. Fuquay Varina, NC. Holly Springs, NC. Lake Wylie, SC. Raleigh , NC. Rock Hill, SC. Wake Forest, NC. Willow Springs, NC. Wilson Realty Group NC. 8220;I had no thoughts that I was helping launch a rocket to the moon,” quipped Sandman, who had hired Wilson when she was in college to help him and his wife Lisa with their children. But Sandman emphasized that the phe...

mperry1121.wordpress.com mperry1121.wordpress.com

mperry1121 | Just another WordPress.com site

Just another WordPress.com site. October 4, 2011. Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New. On the left (of the admin dashboard. To start a fresh post. Are some suggestions for your first post. You can find new ideas for what to blog about by reading the Daily Post. To your browser. It creates a new blog post for you about any interesting page you read on the web. Make some changes to this page. The Twenty Ten Theme.

mperry1977.deviantart.com mperry1977.deviantart.com

mperry1977 (Matt Perry) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 6 Years. This deviant's full pageview. Last Visit: 78 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Feb 26, 2009.

mperry421.blogspot.com mperry421.blogspot.com

From Green Mountains to the Birthplace of Voodoo

From Green Mountains to the Birthplace of Voodoo. Sunday, April 29, 2012. So I was in New York City for a couple of days before heading out to Alaska. There are a few things I'd like to write about so I figure I'll start at the logical place, the beginning. heads up this will probably be a series of posts. From there I caught a cab and made my way into Brooklyn to stay with my friend. Saturday, August 14, 2010. I'm honestly not really sure what to say. How does one sum up two years? Monday, August 9, 2010.