What's in an ORM, aka DB::Xoos
Using an ORM makes your code look a little cleaner. Today we can take a look at Xoos, an ORM aimed at making your life simpler, your code cleaner, and … »
Using an ORM makes your code look a little cleaner. Today we can take a look at Xoos, an ORM aimed at making your life simpler, your code cleaner, and … »
This year at PTS we picked up where we left off last year, talking about the build system, dependency chains, and walking to the next food spot. Last year we … »
Let's build a website. Websites are easy to build. There are dozens of frameworks out there to use, perl has Mojo and Catalyst as its major frameworks and … »
Channels and supplies are perl6's way of implementing the Oberserver pattern. There's some significant differences behind the scenes of the two but both can be used … »
This is an article about Green Green is a module I wrote with the intention of replacing the well loved prove command in favor of something that can parallel test … »