Nigel Chapman (Web Dev)
@eukras.bsky.social
7 followers 17 following 9 posts
I'm a full stack web dev from Melbourne Australia: Python/PHP, JS/TS, UI/UX, and all related concerns. My other channel is @chapman.wiki, where I do a little Christian problem-solving.
Posts Media Videos Starter Packs
Sources:

- The Danvers Statement: cbmw.org/about/the-da...

- Biblical Basis of Egalitarianism: margmowczko.com/biblical-cas...
It's interesting to chart out what parts of the Bible different credal statements or articles tend to emphasise. Here's the Danvers Statement (1987, left) on Complementarianism, and @margmowczko.bsky.social's 'The Biblical Basis of Egalitarianism in 500 Words' (2022, right). #Christian #Theology
I've been making a demo/visualiser for Refspy (a Bible reference indexer in Python), and pasting in random Wikipedia articles. It's a good test. They often mix together modern English (2 Cor 7:21-22, 24), archaic English (2 Cor. vii. 21-22, 24), and modern European (2 Cor 7,21-22.24) formats.
Memo: Questions for IT interviews:

1. What work have you done here that you are proud of?

2. What's your budget for professional development?

3. Who here is paid to advocate for the user's interests, and how much power do they have?
I think, maybe 90% of the time, I'd rather have the tailwind @apply statement than the entirety of Figma. Interactive prototyping, but stable and without the double-handling.
I've been redoing my personal homepage in Django (partly to learn Django), and trying a few ways of putting single-page JS/TS apps onto specific paths.

Changing `build.assetsDir` to 'static' in `vite.config.js` then adding the dist/static dir to STATICFILES_DIRS seems the least laborious so far.
Bad UI: the Ubuntu 'Characters' app. Hit Win, type 'char', <CR>, <Ctrl-F>, type 'sect' to locate section char or (if used before) click '§' [popup appears], click 'Copy Character', click 'X' to close popup, close app.

Good UI: the Ubuntu search bar. Hit <Win>, type 'sect', hit <CR>.
I've split my Bluesky account into two channels. Please refollow if you're more interested in...

@eukras.bsky.social (this one) -- Web dev and other tech interests. Python, Typescript, Neovim, UX.

@chapman.wiki -- My writing on interesting Christian problems: conspiracism, polarisation, sexuality.
There are so few memorable heuristic acronyms for #software #testing. I think I'm settling on FUDDLE: Think about the product's Features; Users; Data; Dependencies; Lifecyle; and Environment.