Matthew Podwysocki's Blog
Architect, Develop, Inspire...
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Agile
ALT.NET
AOP
ASP.NET
Axum
C#
Clojure
Concurrency
Conferences
DBC
DDD
DLR
Domain Specific Languages
DSLs
Dynamic Language Runtime
Erlang
Event-based Programming
F#
Frameworks
Functional Programming
Haskell
HPC
JavaScript
JSConf
LINQ
Microsoft
MongoDB
Mono
NOSQL
Object Oriented Programming
Off Topic
OOP
Reactive Framework
Ruby
Rx
Spec#
TDD/BDD
Tools
User Groups
Visual Studio
Web Development
Sponsors
advertise here
News
Subscribe in a reader
Follow me on Twitter
View my Facebook
View my LinkedIn Profile
Disclaimer
The views expressed on this weblog are mine and do not necessarily reflect the views of my employer.
All postings are provided "AS IS" with no warranties, and confer no rights.
Badges
Navigation
Home
Blogs
Archives
June 2010 (2)
May 2010 (6)
April 2010 (7)
March 2010 (9)
February 2010 (10)
January 2010 (5)
December 2009 (2)
November 2009 (7)
October 2009 (6)
September 2009 (7)
August 2009 (7)
July 2009 (3)
June 2009 (8)
May 2009 (10)
April 2009 (10)
March 2009 (11)
February 2009 (6)
January 2009 (9)
December 2008 (6)
November 2008 (8)
October 2008 (13)
September 2008 (11)
August 2008 (9)
July 2008 (8)
June 2008 (10)
May 2008 (13)
April 2008 (23)
March 2008 (26)
February 2008 (24)
January 2008 (5)
Blogs I Follow
Jeremy Miller
Dave Laribee
Greg Young
ScottGu
Scott Hanselman's ComputerZen.com
Haacked
IUnknown
Coding Horror
Mailing Lists
altdotnet
DomainDrivenDesign
Refactoring
CLI DEV
Behavior Driven Development
Test Driven Development
User Groups
DC ALT.NET
Philly ALT.NET
Pittsburgh ALT.NET
CapArea.NET
RockNUG
CMAP
Washington DC XP Users Group
NoVA Ruby User Group (NoVARUG)
February 2010 - Posts
1
Comments
Introduction to the Reactive Extensions for JavaScript – Creating Observers
by
podwysocki
Looking back to the previous post, we covered how we create observable sequences, the producers of our data. We have quite a number of ways of creating these outside of events which we covered earlier. Now that we have these observable sequences, now...
Filed under:
JavaScript
,
Event-based Programming
,
Reactive Framework
,
JSConf
3
Comments
Introduction to the Reactive Extensions for JavaScript – Creating Observables
by
podwysocki
In the previous post , we covered a little about the Reactive Framework (Rx) for JavaScript. Since that time we’ve learned that Jeffrey Van Gogh will be attending the upcoming JSConf 2010 and hoping to bring along some Reactive Extensions for JavaScript...
Filed under:
JavaScript
,
Event-based Programming
,
JSConf
,
Rx
8
Comments
Introduction to the Reactive Extensions to JavaScript
by
podwysocki
Readers of my blog probably know that I’m a bit into functional programming languages (F#, Erlang, Clojure, Haskell, etc) among other topics, but what you may not know is that I’m a huge JavaScript fan as well. Since I began in the industry (professionally...
Filed under:
JavaScript
,
Event-based Programming
,
Reactive Framework
,
JSConf
2
Comments
[ANN] DC ALT.NET: 2/24 - Getting the Right System with George Dinwiddie
by
podwysocki
The next DC ALT.NET meeting is taking place on 2/24/2010 from 7-9PM. Stay tuned to the mailing list for more information as it becomes available. In this meeting, once again we have George Dinwiddie, to give a talk on talk in the language of the business...
Filed under:
ALT.NET
,
User Groups
,
Agile
2
Comments
The F# PowerPack Released on CodePlex
by
podwysocki
As announced yesterday , the new February 2010 release of F# is out. For those using Visual Studio 2008 and Mono, you can pick up the download here . This release is much more of a stabilization release instead of adding a lot of features including improvements...
Filed under:
F#
0
Comments
Upcoming Release of F# 2.0
by
podwysocki
As you may have noticed with the recent release of the Visual Studio 2010 Release Candidate , that we are getting closer and closer to the first official release of the F# language. Shortly, there will be the standard zip/MSI file provided to those who...
Filed under:
F#
3
Comments
F# and the Dynamic Lookup Operator ala C#
by
podwysocki
In the previous post , we covered various scenarios around how we’d make the syntax around using the MongoDB C# Driver a little nicer and less stringy. And before that we looked at using and abusing these so called dynamic lookup operators . In the F#...
Filed under:
C#
,
F#
,
DLR
4
Comments
Exploring MongoDB with F#
by
podwysocki
If you’ve been following me on Twitter , I’ve been digging a bit into MongoDB . When I was involved with the planning of NoSQLEast this past year, I sat down and used it in anger and was quite pleased with the results. Using it with a language which allows...
Filed under:
F#
,
NOSQL
,
MongoDB
,
LINQ
5
Comments
Using and Abusing the F# Dynamic Lookup Operator
by
podwysocki
Lately, I’ve been playing with such things as MongoDB using F# to rapidly prototype ideas. With that, I’ve tried to rid myself of magic strings by using the F# dynamic lookup operator. I’ll cover exactly what I’m doing in the next post when using MongoDB...
Filed under:
F#
0
Comments
A Kick in the Monads – Writer Edition
by
podwysocki
In the past couple of Monads posts, we’ve talked briefly about the State and Reader Monads and their potential uses and misuses. Before this series completes, I have a few more to cover including the Writer, Continuation and eventually Observable monad...
Filed under:
F#
,
Functional Programming
,
Haskell
More Posts