Alex Plescan

Recent content in Home on Alex Plescan
https://alexplescan.com/posts/ (RSS)
visit blog
Rebuilding this site
21 Sept 2024 | original ↗

I first made this site back in 2016, and since then it hasn’t had any substantial updates to its design or overall structure. Here we are now in 2024, and I find myself to be a developer with a blog that doesn’t have a dark theme.

Okay, I really like WezTerm
10 Aug 2024 | original ↗

A guide to configuring WezTerm using its Lua API. Focuses on appearance, keybindings, multiplexing, workspace navigation, and status bar (powerline) setup.

GNU Parallel, where have you been all my life?
20 Aug 2023 | original ↗

How to use GNU Parallel to gather stats on long-running flaky tests by running them many times and capturing their results.

Timeseries with PostgreSQL
15 Jul 2023 | original ↗

How to use set-returning functions in PostgreSQL to generate simple timeseries data

Easy SVG sparklines
8 Jul 2023 | original ↗

Using SVG to easily create sparkline charts, and rendering them on the server side with Elixir and Phoenix

Using Declarative Shadow DOM to embed HTML emails on a web page
19 Mar 2023 | original ↗

How I used the Declarative Shadow DOM to embed HTML emails on a web page without breaking its CSS styles

Selling SaaS on Gumroad
22 Dec 2022 | original ↗

My experience with using Gumroad to sell subscription based software

PDF: The Conjoined Triangles of Success
27 Nov 2022 | original ↗

A downloadable PDF of Silicon Valley's Conjoined Triangles of Success poster

Deploying Metabase to Fly.io
2 Aug 2022 | original ↗

Guide on how to deploy Metabase to Fly.io in minutes

The “.x” Files
17 Apr 2022 | original ↗

A quick, zero-dependency way to manage private files in a git repository

Xcode 8 managed signing: adding new device UUIDs to a provisioning profile
11 Jun 2017 | original ↗

How to add new device UUIDs to a provisioning profile while using Xcode 8 managed signing

Emojify your Wi-Fi (Netgear R6300 edition)
16 Aug 2016 | original ↗

After reading Brian Jordan’s post Emojify your Wi-Fi where he adds emoji to his Wi-Fi SSID, I decided to blatantly rip him off I got inspired to do the same on my Netgear R6300 router.

How to use the San Francisco Mono typeface before macOS Sierra is released
14 Jun 2016 | original ↗

Apple’s new San Francisco Mono typeface comes bundled in with the latest Xcode 8 beta, and it’s beautiful! If you’re impatient like me and want to use San Francisco Mono in your other apps before macOS Sierra is released, you can grab its otf files from the Xcode 8 Beta app package and install them manually:

Disabling App Transport Security in your development environment
13 Jun 2016 | original ↗

iOS 9 introduced App Transport Security, which by default forces apps to communicate over HTTPS instead of HTTP. This is a great default for production apps, but it can get in the way of connecting to development servers which are less likely to be configured with a HTTPS connection, especially when running on your local machine.

Swift: A nicer way to tell if your app is running in Debug mode
3 May 2016 | original ↗

Often while working on an iOS app there’s functionality that you want exposed only when the app is running in a Debug build configuration. Previously I would use build environment variables and preprocessor macros to determine this, but thanks to the great answer on this Stack Overflow question I now use a runtime check to tell whether the app is...

Development environment config overrides in Jekyll
28 Mar 2016 | original ↗

While building this website using Jekyll I found that there were a few places where I needed to override config variables when the site is running in a development environment. Some examples of dev only overrides I wanted to do are:

Setting up SwiftLint on Travis CI
3 Mar 2016 | original ↗

SwiftLint is a great tool for enforcing code conventions in your Swift projects.

↑ these items are from RSS. Visit the blog itself at https://alexplescan.com/posts/ to find other articles and to appreciate the author's digital home.