Page Not Found
Page not found. Your pixels are in another canvas.
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Page not found. Your pixels are in another canvas.
Published a blog post on medium about how ASTs (Abstract Syntax Trees) can be used to make deterministic edits to source code with LLMs.
Published a blog post on medium about an agent orchestration mechanism that I developed
Presented a tech session on how video works, as part of AI-Enginering group at Folio3. The session was targeted towards building an understanding of what im...
Presented a tech session at NED on the LangChain framework. The session mainly focused on Chains and briefly touched how vector databases can make help deal...
Presented a tech session at FAST-NUCES on the fundamentals of neural networks. The session was focused on building an intuitive understanding of why and how...
Presented a tech session on unit testing, when I was part of JS-Enginering group at Folio3.
Enable core dump Ensure that they are enabled. Run the following command. If the reply is not unlimited, the core dumps are disabled or limited. $ ul...
Code Style Always remember that code interpretability and maintainability trumps everything else. Please conform to the Google C++ Style Guide. Avoid ...
Installation Install Docker Engine and Docker Compose from the official site.
Tutorial Tutorial on How to Use Git and Github from Udacity. The tutorial is free. Learn about Git at GitHub Guides GitHub Flow. Git Ha...
Learn Golang Learn Golang from the official tutorial site: Tour of Go.
Here we document the computer setup steps and software development standards adopted in our projects.
Thumbdrive Get thumbdrive device path $ lsblk
Apache Kafka Apache Kafka is a publish/subscribe messaging system Also known as a distributed commit log Each commit can be time-stamped Messages ar...
Container orchestration system: automates container deployment, scaling, networking, storage, and scheduling. node: A worker machine in the Kubernetes c...
Proxy Need to set proxy for Linux apt if we use apt behind a corporate proxy, e.g., http://10.0.0.0:8080/. Hence, create a apt.conf file at /etc/apt/ such...
A generic microservices architecture is as follows: Each function or feature is encapsulated in a Docker container. The Docker...
Tensorflow-GPU in Docker with Nvidia
Code style and linting Please conform to the Google Python Style Guide. A good code formatter is autopep8. autopep8 automatically formats Python code to...
Every machine learning project must produce a saved model as its final deliverable.
IDE VSCode is suggested as the standard IDE. VSCode is open source and free. It can be downloaded from its official website.
Build To build this website on localhost $ bundle exec jekyll serve --watch --incremental
Python, Deepfake, VirtualCam, OpenCV, Docker
Python, GTP, IELTS, Essay
Python, LLMs, bash, Groq, PyPi
Python, React, LLMs, Docker, WebSockets