Ryan's Avatar

Ryan

@codingwithryan.com.bsky.social

Developer Advocate who likes Python, web dev, Anvil and cool communities. Blog → http://codingwithryan.com/blog

31 Followers  |  359 Following  |  48 Posts  |  Joined: 21.10.2024  |  1.7441

Latest posts by codingwithryan.com on Bluesky

Just when I thought I was perfecting my brew….

06.08.2025 11:39 — 👍 1    🔁 0    💬 0    📌 0

This is a very cool idea and a great way for people to try out rails without installing anything.

05.08.2025 14:39 — 👍 4    🔁 1    💬 1    📌 0
Ocarina of Time is Cozy
YouTube video by N64 at Nite 🌙 Ocarina of Time is Cozy

This has been getting me through writing Postgres queries today

youtu.be/Y3_PIWalInY?...

04.08.2025 16:25 — 👍 1    🔁 0    💬 0    📌 0

Congrats Sy!

04.08.2025 16:10 — 👍 1    🔁 0    💬 0    📌 0

"Does anyone have a discount for NordVPN?"

04.08.2025 14:04 — 👍 2    🔁 0    💬 0    📌 0

The S in MCP stands for security

02.08.2025 05:29 — 👍 521    🔁 93    💬 18    📌 6

I am once again in awe of DBAs

31.07.2025 22:31 — 👍 0    🔁 0    💬 0    📌 0

This kind of goes back to the analogy of using a calculator. It makes things faster but you still need to know how to use it and roughly what it's doing.

29.07.2025 18:19 — 👍 1    🔁 0    💬 1    📌 0

I get that AI can be useful but does every app need to be AI?

29.07.2025 18:09 — 👍 0    🔁 0    💬 0    📌 0

Yeah, and suddenly the traffic’s a nightmare.

Does each copy also contain a @sheepfilms.bsky.social?

29.07.2025 12:26 — 👍 0    🔁 0    💬 0    📌 0

you wait ages for a bus, and then...

29.07.2025 10:57 — 👍 1    🔁 0    💬 1    📌 0
Preview
Words  |  Technical Writing  |  Google for Developers

> We researched documentation extensively, and it turns out that the best sentences in the world consist primarily of words.

I do like to see humour in docs and tutorials
developers.google.com/tech-writing...

28.07.2025 19:04 — 👍 0    🔁 0    💬 0    📌 0
GitHub - anvil-works/saas-template: SaaS Template - Built with Anvil SaaS Template - Built with Anvil. Contribute to anvil-works/saas-template development by creating an account on GitHub.

Had a call with a user of my SaaS template earlier today. Some useful feedback but, more than anything, it was great to talk to someone who is building on top of something I built.

github.com/anvil-works/...

24.07.2025 15:58 — 👍 0    🔁 0    💬 0    📌 0

Say what you want about AI but it's great for regex

23.07.2025 20:59 — 👍 0    🔁 0    💬 0    📌 0
Preview
8 Tips for Writing Great Software Development Tutorials Good tutorials increase user engagement, user retention and reduce support queries. So, what makes a successful tutorial?

You’ve spent countless hours building a software development tool, open source project or an API and it’s time to write a tutorial for users. ✍

Good tutorials increase user engagement, user retention and reduce support queries. So, what makes a successful tutorial?

medium.com/@codingwithr...

23.07.2025 09:16 — 👍 0    🔁 0    💬 0    📌 0
Preview
How many times does this client code call the server? FWIW here’s some code we put in our startup module when we really want to know what server calls are occuring. It’s monkey patching, super gross, and should NOT be used in production, but can be reall...

This is such a lovely post on the @anvil.works forum - everyone helping each other and sharing knowledge. The community really is one of my favourite parts of working at Anvil.

anvil.works/forum/t/how-...

21.07.2025 13:36 — 👍 0    🔁 0    💬 0    📌 0

This is perfect.

I would like to believe the original thread is some stupid “all publicity is good publicity” marketing trick, rather than someone being silly enough to vibe code with prod DB access. It hurts a little to think it’s the latter

20.07.2025 23:50 — 👍 1    🔁 0    💬 0    📌 0

🧑‍🍳🤌

20.07.2025 23:38 — 👍 0    🔁 0    💬 0    📌 0

Git revert has once again proved its worth while working on a sunday evening

20.07.2025 20:25 — 👍 0    🔁 0    💬 0    📌 0

This really is a fantastic talk!

I love Scott's story, the emotion, the empathy, the humour ("Old timey") and, most importantly, the message.

17.07.2025 21:06 — 👍 1    🔁 0    💬 0    📌 0
Post image

Great talks at @owasplondon.bsky.social tonight. I've heard of pushing secrets to @github.com but never even considered someone copying and pasting them into an LLM

17.07.2025 20:46 — 👍 1    🔁 1    💬 0    📌 0
Preview
What makes Anvil so easy to learn? How long does it take to “learn” Anvil? Let’s take a look.

One of Anvil's strengths - it's easy to learn! 🎓

Read more about why in my latest blog post:
anvil.works/blog/anvils-...

17.07.2025 15:12 — 👍 2    🔁 1    💬 0    📌 0

AI coding assistants are great but turning the autocomplete setting to slow is key

17.07.2025 12:39 — 👍 0    🔁 0    💬 0    📌 0

AI autocomplete when I'm trying to write can be incredibly useful but also incredibly distracting. If only AI could sense when I'm in a flow state and not disturb me.

15.07.2025 11:59 — 👍 0    🔁 0    💬 0    📌 0

It will be interesting to see whether Google's AI Overviews is the final straw that gets their monopoly broken up

14.07.2025 12:38 — 👍 0    🔁 0    💬 0    📌 0
How I build software quickly Know how good your code needs to be for the task at hand. Start with a rough draft. Try to soften requirements if you can. Don't get distracted. Make small changes. Practice specific skills.

Worth a read from @evanhahn.com

> I’ve sometimes written business logic first, which I later discarded once the UI came into play, because I miscalculated how it would be used... It’s easier to make the right API decisions when I start with how it will be used.

evanhahn.com/how-i-build-...

14.07.2025 10:35 — 👍 1    🔁 0    💬 0    📌 0
Preview
Djecrety Djecrety is a Django secret key generator. This is a web tool to generate SECRET_KEY and also have a Django package that does this simply with a command.

I love incredibly specific dev websites

djecrety.ir

04.07.2025 17:08 — 👍 0    🔁 0    💬 0    📌 0

"Don't keep opening up new construction sites when you haven't closed the current ones." - This is such good advice when working on coding projects

02.07.2025 20:58 — 👍 0    🔁 0    💬 0    📌 0

Developer advocacy isn't just about writing posts and giving talks. It's about listening to developers.

02.07.2025 12:55 — 👍 1    🔁 0    💬 0    📌 0

> Clean, modern, well-structured projects gave much better results than legacy code with unclear patterns.

This is where I've noticed it falter most

19.06.2025 12:42 — 👍 1    🔁 0    💬 0    📌 0

@codingwithryan.com is following 20 prominent accounts