Learning Log
41 subscribers
42 photos
3 videos
3 files
30 links
Documenting my learning journey.
A2SVian.
Sharing my Projects
Download Telegram
Frontend 👉 UX
UX >> UI

=> learn UX
Was confused about this.

Transfer Protcol Vs API design Style

1. Api design styles(REST, GraphQL etc....)
Describe the architectural pattern - how two programs logically communicate.

E.g:
Request–Response design new? 👉 REST, SOAP
Remote Procedure Call (RPC) design new? 👉 gRPC, classic RPC

2. Transfer Protocols(Http, ftp, SMTP,.. Etc)
Define the actual wire-level communication between two programs in network - the rules, formats, and status codes

E.g:
HTTP 👉 request/response with methods (GET, POST) and status codes (200 OK, 404 Not Found)
It is like when one program say 200 OK, the other program understood like it works.

So REST is one of API design style, HTTP is one of a transfer protocol.
REST defines how APIs work generally , HTTP defines how data is sent actuality so two programs communicate - just like a language
👍2
Learning Log
Was confused about this. Transfer Protcol Vs API design Style 1. Api design styles(REST, GraphQL etc....) Describe the architectural pattern - how two programs logically communicate. E.g: Request–Response design new? 👉 REST, SOAP Remote Procedure Call…
And yeah, MCP is a new protocol for AI agents to use external tools. It standardizes how AI connects to apps and services instead of building custom integrations for each one.
E.g. connecting an agent to Gmail.
🔥2
Junior in the AI era?
Learn language + core concepts. it pays off.
Designing UI with AI is becoming standardized.

Google open-sourced DESIGN.md - a standard file that tells AI agents how your UI should look (colors, fonts, spacing, components, etc.).

The repo defines the structure for how the DESIGN.md file organize.

Repo: [link]
If Google, apple, Vercel design the github 😕
🔥1
Treating Agent Output Like Compiler Output

We don’t review compiler output - not because it’s perfect, but because we built systems (tests, specs, monitoring) to trust it.

AI-generated code needs the same....... Then wt? 🤔

Read 6min: [blog]
1
FC: Barcelona 🔥
This media is not supported in your browser
VIEW IN TELEGRAM
ChatGpt gave me a live clock - didn't expect that😁
Forwarded from JavaScript
😮 html-to-text 10.0: Advanced HTML to Text Converter

Uses a variety of techniques to convert even complex HTML into plain text (but with some formatting, such as for tables). v10 brings the project up to modern standards.

KillyMXI
Please open Telegram to view this post
VIEW IN TELEGRAM