Event driven architectures help in tacking asynchronous workflows. This post introduces 5 of the most frequently used patterns which are used when designing Event Driven …
REDIS Scripting – a quick intro
Lua scripting can be used to increase the speed of REDIS operations as opposed to coding the operations in the language of your application. What …
REDIS – Datatypes and commands
The REDIS command line is a powerful tool to prototype and even perform operations in production. Since the REDIS command line is very user friendly …
ODML – Running LLMs on Android
Large Language models are built by training them on a very large corpus of data. They are typically based in deep-learning neural networks such as …
Scaling models using Data parallelism with DTensor
Datasets are getting larger and models likewise. From a few millions today’s models are trained on billions of parameters. Traditionally parallelism was achieved by splitting …
Machine Learning on Android
Android provides you with two approaches to use on device Machine Learning in your apps.1)ML Kit2)Android’s Custom ML stack In terms of advantages latency is …
Common design patterns used in Backend development
A design pattern is a tried and tested way to orchestrate one or more components or modules to achieve an objective. Design patterns offer many …
Performance considerations in Application logging
Logging is an important part of an application’s architecture. And logging if used incorrectly can hamper the performance of your application. Let’s look at a …
- Page 1 of 2
- 1
- 2