35 articles

📰 Dev.to · Alex

Articles from Dev.to · Alex · 35 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10261) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
How I Built a Serverless, Privacy-First Analytics Tool on the Cloudflare Stack
Dev.to · Alex 5mo ago
How I Built a Serverless, Privacy-First Analytics Tool on the Cloudflare Stack
I've always been frustrated by the state of web analytics. You're either stuck with a complex,...
Deploying Flask-based Microservices on AWS with ECS Service Connect
Dev.to · Alex 1y ago
Deploying Flask-based Microservices on AWS with ECS Service Connect
The playlist is broken into six parts: An introduction to ECS Service Connect and the various AWS...
Surprising benefit of GraphQL for long-term maintainability
Dev.to · Alex 1y ago
Surprising benefit of GraphQL for long-term maintainability
When it comes to Frontend-Backend communication, there are few options: REST OpenAPI GraphQL. At...
Interop Between Code and No-Code: Using 3D Echart to Visualize Data in Your Project
Dev.to · Alex 1y ago
Interop Between Code and No-Code: Using 3D Echart to Visualize Data in Your Project
Introduction Most of no-code platforms will provide you with atomic-level components, like...
Reusing TailwindCSS styles
Dev.to · Alex 1y ago
Reusing TailwindCSS styles
TailwindCSS got very popular, but one big disadvantage - bunch of inline classes clutter the...
Why we ditched GraphQL for tRPC
Dev.to · Alex 3y ago
Why we ditched GraphQL for tRPC
While we normally use GraphQL to get data from the server to the client, tRPC provides a simpler, more streamlined experience for our developers, helping us mak
JSON, Search and Pydantic for Data Serialization with Redis Cloud
Dev.to · Alex 3y ago
JSON, Search and Pydantic for Data Serialization with Redis Cloud
Setup Python Requirements The Python packages required are the...