International Debt Analysis – Exploring PostgreSQL

1. Introduction This analysis explores a sample international debt dataset using PostgreSQL. The goal is to understand the structure of the data, assess data quality, and generate insights about global debt distribution. The dataset contains information on countries, debt indicators, and debt value. It also includes missing values that must be handled carefully during analysis,…

Read More

Embracing Signal-Based Forms in Angular: The Future of Reactive Form Management

What if the next generation of Angular forms could be simpler, more reactive, and more powerful? Signal-based forms bring a transformative approach to how developers manage reactive forms in Angular, addressing common pain points with increased clarity and efficiency. Unlike traditional reactive forms, signals introduce a new level of automatic reactivity by leveraging Angular’s reactive…

Read More

How I created a research agent with langflow

IntroductionHey! In this article I’m going to share with you my process of how I created a research agent with ‘langflow’. This project is hosted on: sci-ai.streamlit.app Outline Setting up Langflow and dotenv libraries: from langgraph.graph import StateGraph, START, END from langgraph.graph.message import add_messages from langchain.chat_models import init_chat_model Enter fullscreen mode Exit fullscreen mode Langflow…

Read More

Testing Automated Publishing to dev.to

This is a test article to verify that our automated publishing system for dev.to is working correctly. What We’re Testing ✅ Markdown parsing from articles-en/ directory ✅ Front matter extraction ✅ GitHub Actions workflow trigger ✅ dev.to API integration How It Works File Detection: GitHub Actions detects changes to .md files in articles-en/ Script Execution:…

Read More

The Complete Beginner’s Guide to LangChain: Why Every Developer Needs This Framework in 2025(PART 1)

Table of Contents The Rise of LLMs: From Science Fiction to Reality Understanding Large Language Models: The Building Blocks The Problem: Why Building LLM Apps is Challenging Enter LangChain: The Framework That Changes Everything The Evolution of LangChain: From Chains to LCEL The LangChain Ecosystem: A Complete Platform Why LangChain Dominates Other Frameworks A World…

Read More

Bangun “OpenAI Versi Internal” dengan Dedicated AI Cluster

Pernah kepikiran nggak sih, gimana kalau perusahaan pengen adopsi LLM tapi was-was soal data privacy? Wajar banget. Banyak perusahaan (apalagi di bidang finance, health, atau pemerintahan) yang mikir: “Kalau request ke API publik (OpenAI, Gemini, Anthropic, dll), aman nggak data kita? Jangan-jangan kepakai buat training lagi?” Walaupun vendor besar klaim data aman, tetap saja ada…

Read More