AI can generate a thousand articles a minute. But it can't do your thinking for you. Hashnode is a community of builders, engineers, and tech leaders who blog to sharpen their ideas, share what they've learned, and grow alongside people who care about the craft.
Your blog is your reputation — start building it.
1h ago · 6 min read · Issue Description Following a Data Pump full export/import migration from Oracle 12c SE non-CDB to Oracle 19c SE2 CDB, the Fast Recovery Area (FRA) on /b0 grew to 1.6 TB against a 600 GB source databa
Join discussion
2h ago · 1 min read · Over the past weeks, BridgeXAPI publicly introduced BXRuntime Terminal through a series of technical publications focused on execution observability, liquidity lifecycle intelligence and programmable
Join discussion4h ago · 3 min read · Be honest with yourself for a second about how the ChatGPT era has really gone. You found it, asked it a question, read the thorough and genuinely useful answer, and then went off and spent the next 2
Join discussion
6h ago · 16 min read · tldr: White box testing means designing tests by reading the source: which branches execute, which paths get covered, which conditions get evaluated. Five structural coverage techniques (statement, br
Join discussion
6h ago · 8 min read · Took a long break from writing. Didn't plan to, just happened. But I'm back, and I figured what better way to return than tearing apart something I actually built. I wanted a real project to learn Spr
Join discussion
8h ago · 13 min read · Executive Summary A post-exploitation backdoor for Linux called PamDOORa surfaced on a Russian cybercrime forum in May 2026, offered at \(1,600 — later dropped to \)900. The tool embeds itself inside
Join discussion
Hey, I’m Ahmer — a Software Engineering student & full-stack dev sharing projects, dev logs, and lessons from the code trenches.
2 posts this monthAPEX, ORDS & the Oracle Database
1 post this monthNotes on cybersecurity, Linux hardening, and incident response, written by a practitioner, not a marketer.
2 posts this monthHey, I’m Ahmer — a Software Engineering student & full-stack dev sharing projects, dev logs, and lessons from the code trenches.
2 posts this monthAPEX, ORDS & the Oracle Database
1 post this monthNotes on cybersecurity, Linux hardening, and incident response, written by a practitioner, not a marketer.
2 posts this monthExcellent article, Jessica! You explained the importance of accurate medical image annotation in healthcare AI very clearly and professionally. The way you connected data quality with real-world medical outcomes highlights how critical precision is in AI-driven diagnostics and patient care. As healthcare AI continues to evolve, high-quality annotation will truly become the foundation for reliable and ethical AI systems. Looking forward to reading more of your insights on medical imaging and AI innovation!
I began learning C++ at university, but I never quite got comfortable with it before losing interest.
You have an impressive mix of product management, AI, and technical expertise with strong real-world impact. Your experience in B2C product growth and user-focused innovation will definitely stand out to recruiters.
Solid step-by-step. One operational note from running Tempo at scale: cardinality on span attributes is the silent killer. We had to pull high-cardinality fields like raw prompt text out of attribute labels and into a separate ClickHouse column with sampling. Query latency dropped from 8s to 200ms. Worth thinking about retention policy early.
This resonates. We caught a cross-tenant prompt injection in our document extraction pipeline where a customer's PDF contained text instructing the agent to summarize other data. The agent didn't fall for it, but we added explicit input boundary instructions in our system prompt and run prompt-injection regression tests in CI now. The data exfiltration risk is real even when the LLM doesn't act on the injection.
Treating prompts like code is the right framing. We added a CI hook with Promptfoo that blocks any merge where regression-test scores drop more than 5%. The hardest part wasn't writing the eval set, it was getting the team to maintain it as prompts evolved. Curious if your catalog covers the silent-degradation case where prompts pass eval but drift in real-world distribution.
CAD Exam Preparation Guide 2026 – How to Prepare for the ServiceNow Certified Application Developer - ServiceNow Training and Certification Preparing for the ServiceNow Certified Application Developer
Great study guide for anyone preparing for the ServiceNow Certified Application Developer exam. The tips on practice tests, revision, and un...
Thanks for this detailed overview, wasn't aware of this certification, i'll check it out!