Page 4


Platform Pixels – Beta 5
• 3 min read

Start playing Beta 5 Now!
Continue Reading »

Platform Pixels – Beta 4
• 2 min read

Start playing Beta 4 Now!
Continue Reading »

Pros and Cons of Procedural Level Generation
• 5 min read

Over the past few months I've been working on a 2D platformer game called Platform Pixels as a side project. A large part of making a game like this is designing and creating levels. I started off doing this by hand, but quickly realized that it was taking more time than I wanted.
Continue Reading »

Platform Pixels – Beta 3
• 2 min read

Beta 3 Access: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »

Platform Pixels – Beta 2
• 2 min read

Beta 2 Access: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »

Platform Pixels – Beta 1
• 4 min read

Beta 1 Access: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »

Platform Pixels – Update 1
• 5 min read

Summary: join the Android Beta and follow @PlatformPixels for updates
Continue Reading »

Generators in Go
• 1 min read

While Go does not have an official construct for generators, it is possible to use channels to achieve the same effect. Below is a function called count that generates numbers from 0 to n.
Continue Reading »

🚜 A Simple Web Scraper in Go
• 8 min read

In my previous job at Sendwithus, we'd been having trouble writing performant concurrent systems in Python. After many attempts, we came to the conclusion that Python just wasn't suitable for some of our high throughput tasks, so we started experimenting with Go as a potential replacement.
Continue Reading »

Build a Blog Email Subscription Service Using Zapier and Sendwithus
• 8 min read

There are many different ways to get notified of new posts for you favourite blogs. For example, you could subscribe via RSS or follow a Twitter account (if there is one). There is also the good ol' fashioned way – email subscriptions.
Continue Reading »