CSChris Sinchris-seaton.co.uk·Sep 10, 2023 · 1 min readThe Demise of Google OptimiseA few months ago, Google announced that its free A/B testing service would be shut down at the end of September. Obviously, this wasn't the most popular decision, but there wasn't much end users could do other than migrate to another service, such as...00
CSChris Sinchris-seaton.co.uk·Sep 5, 2023 · 1 min readStreamlining the execution of Python scriptsIn recent months, I've been dabbling in a bit of Python. It's easy to get to grips with, and the syntax is clean. Closely following a variety of tutorials, I'd simply write some code in hello-world.py, then execute it like so: chris@chris-book:~$ pyt...00
CSChris Sinchris-seaton.co.uk·Aug 21, 2023 · 1 min readThe Six Advantages of Cloud ComputingThis is a bit less developer-centric than my usual posts, but since I'm currently looking towards taking my AWS Solutions Architect Associate exam later in the year (or early 2024), I wanted to take a refresher in the basics. Below are the six advant...00
CSChris Sinchris-seaton.co.uk·Aug 20, 2023 · 1 min readWildcard searching in the terminalWhile I often reach for * when searching for files in the terminal, I just discovered that the ? symbol represents a single character. Secondly, in a similar manner to regex, you can also specify a subset of characters by placing them in []. chris@ch...00
CSChris Sinchris-seaton.co.uk·Aug 1, 2023 · 1 min readStyling checkbox coloursWhile watching the recent Tailwind Connect recording, I discovered a new utility class named accent-lime-400 . I'd never seen this one, but after some digging, I think it's pretty cool and helps make UIs more consistent with the brand theming. You ca...00