Darong Mean
darongmean.bsky.social
Darong Mean
@darongmean.bsky.social
Backend-focused full stack developer l Clojure, Go

https://darongmean.com/
https://paypager.com/
https://clearchunks.com/
Reposted by Darong Mean
It Doesn’t Need to Be a Chatbot

A more organic, incremental approach to integrating AI into existing products

towardsdatascience.com/it-doesnt-ne...
It Doesn’t Need to Be a Chatbot | Towards Data Science
A more organic, incremental approach to integrating AI into existing products
towardsdatascience.com
November 10, 2025 at 5:51 AM
Shopify merchants: Customers abandoning carts due to "Do Not Honor" declines?

Find out why it happens, who to contact, and how to recover. paypager.com/blog/fix-cre...
Fix Credit Card Do Not Honor Declines: A Merchant Guide
Learn why the credit card "do not honor" decline happens, how banks cause it, and how Shopify merchants can recover abandoned carts from it.
paypager.com
September 9, 2025 at 7:28 PM
I asked Claude for a word with 2 `r`s. It gave me the word "mirror".

🤦‍♂️

Hallucinations like this are common but avoidable. Here’s how MCP enables LLMs to utilize real tools, thereby avoiding common mistakes.

darongmean.com/posts/how-to...
How to solve hallucinations in LLM
Model Context Protocol (MCP) transforms LLMs from standalone probabilistic generators into orchestrators of external tools.
darongmean.com
June 14, 2025 at 1:08 AM
New website launch today!

(I spent too much of my vacation time on this 😅 )

thulite.io does the heavy work of SEO. I managed to get a good score on PageSpeed. But the optimization process is challenging to say the least.

darongmean.com
March 25, 2025 at 1:48 PM
How to debug errors?

I turn to GenAI tools nowadays. I tried a prompt shared by Ted Werbl and it turned out to be very useful.

More details are available at darongmean.com/posts/genai-...
GenAI Tips: How to debug errors
How to debug errors with the help of GenAI like Cursor/Windsurf/CoPilot etc…
darongmean.com
February 23, 2025 at 6:54 PM
I wrote a UserScript to select multiple posts in Meta Business Suite.

More details are available at darongmean.com/posts/mass-d...
How to mass delete posts in Meta Business Suite
How to select multiple posts in Meta Business Suite and delete them in bulk.
darongmean.com
February 23, 2025 at 4:59 PM
I love building tools to automate things but I don't usually write posts about them.

In this economic situation, it doesn't help me to have a CV that stands out. Not to mention that the interview process is being spammed by AI.

I guess I need to write more 🤷
February 23, 2025 at 1:58 PM
Reposted by Darong Mean
Here's another refactoring move

When code parses an external input to make some calculations, things can get confusing

✂️ Split Phase Refactoring

The idea is to separate:
1️⃣ Parsing the input into a useful data structure
2️⃣ Using the structure to clarify the calculation
November 7, 2024 at 12:46 PM