React For Entities And Business Logic
React for Entities and Business Logic Introduction Object models have been a cornerstone of software development for decades, providing a foundation for writing business logic in various programm...
React for Entities and Business Logic Introduction Object models have been a cornerstone of software development for decades, providing a foundation for writing business logic in various programm...
A Universal Knowledge Graph Schema I’ll keep this one short. There have been a bunch of controversies around wikipedia and it’s lack of viewpoint diversity and undue influence of state level actor...
Transpilers in the Emerging Agentic Era As we transition from the Large Language Model (LLM) era to the agentic era, anticipated to unfold in 2025, a new architectural framework is taking shape. I...
A Comparison of different approaches to accelerating Python ML code Performance bottlenecks in Python have led to several innovative solutions: Triton, PyTorch, Mojo, CuPy, and Taichi. Each of the...
Compressing Wikidata Using DuckDB Wikidata publishes a 40GB blob called latest-truthy.nt.bz2 every two days. This is the largest publicly available human knowledge base as a graph. For someone int...
Towards Explainable AI Large language models consume vast amounts of training data and spit out billions of parameters that have hard to pin down meanings. Embeddings in a higher dimensional space...
Mojo Lists vs Python Lists Mojo seeks to provide a familar programming model to python programmers, while allowing them the option of using more performant low level constructs. The stdlib is simi...
Tutorial for using django + fquery fquery is primarily a graph query engine. It can also be thought of as an explicit query plan for declarative query languages such as SQL or opencypher. In that ...
Satisfiability Modulo Theory and Python If you’ve heard about z3 you probably know what SMT is already. If not, this piece of open source technology can solve equations, come up with counter exam...
py2many 0.2.1 py2many version 0.2.1 is out! Recent improvements 231 tests in 7 languages pass. As in generated code is human readable, compiles, runs and produces the same output as python3. ...