Basics n8n - low / no code tool for workflow automation e.g. i put in the chat “what is 2 added to 3?” it clearly showed that it interacted with the calculator tool to give the answer in...
Agentic AI
LLM
Exploring Top Models and Transformers “ollama” - helps us run llm on our machine directly. uses llama.cpp underneath we can see the different models available by here - https://ollama.com/sea...
Personal Finance
Budget know and track where to spend how much these apps can connect to bank accounts, give reminders and suggestions, etc 50:30:20 rule - this is not rigid. 50% on needs, 30% on wants and ...
Iceberg
Introduction rdbms are good for oltp workloads, not olap workloads involving aggregate queries on a large number of records components of an olap system - storage, file format, table format, ...
Observability
Introduction earlier, we had “monoliths”, so they had to be developed using “waterfall model” now “microservices” are developed using “ci cd”, so each module can be deployed and maintained in...
Airbyte
Overview why airbyte - do not have to reinvent the wheel to move data between multiple “sources” and “destinations” it gives a unified view of our integrations to help us debug issues, for mo...
React
React Introduction when writing react, we write functions called “components” these components return “jsx” which looks like html this jsx can contain either regular html elements or other ...
Airflow
Introduction we typically use apache airflow for organization - set the order of tasks, make sure the next task starts after the previous one is completed successfully and control the schedulin...
Kubernetes Advanced
Helm Getting Started docker desktop directly has an option to enable kubernetes. this starts a single node kubernetes cluster when the docker desktop app is started point kubectl to the righ...
DBT
DBT Introduction initial architecture was to load the transformed data into warehouses using etl the recent addition of cloud data warehouses led to promotion of elt - blast the data into the...