Posts Tagged with code example

code-example

5 Posts

My First Pico W Web Server

Still in high demand and not the easiest to get hold of, the Pico W is a fantastic microcontroller from the great folks at Raspberry Pi. Here's my adventures of setting up my first webserver and my plans.

- 7 minutes read time

Using the environment agency river level API

As a keen rower in York, our river level can vary dramatically. Therefore I've developed a plugin which pulls the river level from the environment agency and gives the club information on the river level's impact on whether they can row. This is a walkthrough of how this was done step by step and links to see it in action and the end result.

- 3 minutes read time

Converting Jekyll Numbers to Words

Converting numbers into words should be simple right? Especially with something as well supported as Jekyll. Well what looked like a simple feature needed some extra brain power than first thought. But I got there in the end.