CS360 Engineering Blog

Insights, updates, and technical deep dives from the CS360 engineering team.

Latest Posts

FHIR: The Future of Healthcare Interoperability

Healthcare data interoperability has been broken for decades. Fragmented systems, proprietary formats, and legacy standards mean billions in wasted spending, duplicated tests, and medical errors.

LangGraph Agents Are Token-Bound Systems

AI agents are increasingly built as stateful systems that reason across multiple steps rather than producing a single response. Frameworks like LangGraph formalize this behavior by modeling agents as graphs of nodes operating over shared state.

Writing Optimized Entity Framework LINQ Queries

Entity Framework can generate inefficient SQL when you’re not careful with LINQ expressions. This guide focuses on writing optimized queries by following core principles that prevent common performance problems.

Empowering QA Engineers: Integrating Security Testing into Your Daily Workflow

As a junior cybersecurity engineer, I’ve spent a lot of time reviewing bug reports, running scans, and working alongside development and QA teams during vulnerability assessments. One pattern I’ve noticed repeatedly: QA engineers often uncover security issues long before a dedicated security review ever happens - sometimes without realizing they’re doing security testing.

LangGraph: A Framework for Building Deterministic, Stateful LLM Applications

Large Language Models have forced software engineers to rethink how computation, reasoning and workflows are designed. While early LLM applications focused heavily on prompt engineering and conversational interfaces, real-world systems quickly exposed the limitations of treating LLMs as stateless text generators.

Built on Trust: Our Core Engineering Principles

At Caresmartz360, we build software that powers home care agencies. Our code doesn’t just process data; it supports caregivers, manages critical health schedules, and ensures people receive the care they need. That responsibility shapes how we engineer our systems.