aymanace2049.hashnode.dev grep for documents, image, codeProviding context to LLMs is more important than ever. It is not just what you provide (just text), but also how which makes Agentic coding either a wasteful and costly run vs cheap and fast. Found a 13h ago·2 min read
aymanace2049.hashnode.devdbt: Bringing Software Engineering to Data PipelinesIntroduction Data pipelines are often an afterthought in organizations. They lack the rigor we apply to application code: Brittle: A single schema change upstream breaks everything downstream UnveFeb 3·7 min read
aymanace2049.hashnode.devLLM BenchmarksWith all the models coming, the field of benchmarks and evals are used as a north light to showcase the progress of newly released models. I have created a benchmark aggregator to get all the major benchmarks under one roof. China vs AI Deepseek in ...Feb 1·3 min read
aymanace2049.hashnode.devTanstack is All You Need!We know React is a lightweight powerful runtime. There are a plethora of libraries that are present that alleviate React to make it dead-simple in making beautiful apps. Want to make amazing animations, you have Framer Motion. Want to make and edit v...Apr 27, 2025·4 min read
aymanace2049.hashnode.devSnapshot testingPreface: Why Unit test fails We have been writing unit test for UI without actually thinking the environment they run in. We assume that it will catch issues before they surface to customers, but sadly there needs to be a lot of introspection if the ...Apr 27, 2025·10 min read