Published onJanuary 4, 2025Ask My Medic | Cancer, radiation, onocologyCancerradiationonocologyWriting this on behalf of a friend of Santanu, who is reachable for seeking cancer related opinions or guidance
Published onDecember 31, 2024koa-router schema validation and swagger api doc generationkoa-routerkoaajvswaggeropenapiJust define json schema within a koa router, which will automatically create a documentation and input validation using the schema
Published onNovember 18, 2024Building RASA Ai for entity extractionAiRASANERBuilding sample NER model with RASA
Published onJune 5, 2020Build Shopping Cart promotion engine with boolean expressionsparser-generatorPEG-parsercompiler-designpromotion-engineBuild a promotions evalution engine based on target and qualifiers defined via an expression language.
Published onMarch 23, 2019Beginners guide to building boolean expression compilerparser-generatorPEG-parsercompiler-designBuilding compiler is a fun, you can start writing a DSL (domain specific language) following this article. Our choice is PEG grammar for this article.