Automate Your Daily News Digest Summarize with Gemini and Get Daily Email Updates
I wanted to read summary of news daily and built an automation with google gemini, google apps script, gmail. And it's free!
I wanted to read summary of news daily and built an automation with google gemini, google apps script, gmail. And it's free!
Günlük haber özetlerini okumak istiyordum ve Google Gemini, Google Apps Script ve Gmail ile bir otomasyon oluşturdum. Ve bu tamamen ücretsiz!
I have 2 different projects, running them using docker compose. I needed to connect from project1.django to project2.postgres. Here is how I did it...
In the world of web development, FastAPI stands out as a powerful and efficient Python web framework. When building complex applications, it's essential to organize and manage data effectively. SQLAlchemy provides a robust Object-Relational Mapping (ORM) system, while Alembic handles database migrations. In this beginner-friendly guide, we'll explore how to create models using SQLAlchemy and perform migrations using Alembic with an SQLite database in FastAPI.
We will be building an AI Story Generator with FastAPI, Raw SQL, and Ollama