Phobthum (@phumtob) 's Twitter Profile
Phobthum

@phumtob

ID: 747453761841291265

calendar_today27-06-2016 15:37:18

162 Tweet

28 Followers

426 Following

Phobthum (@phumtob) 's Twitter Profile Photo

I’ve just been accepted into Alchemy University! 🎓 After days of FOMO, I’ve finally claimed my Alchemy University early access NFT. Can’t wait to learn tons of new web3 stuff. The applications are still open, you should definitely join: university.alchemy.com/?a=223d0b8cc4

Phobthum (@phumtob) 's Twitter Profile Photo

Just discovered Dora's new text-to-website AI tool, Dora AI. It can generate a 3D site for SpaceX with just one prompt! 👉Join the waitlist now: dora.run/ai_launch/MILP…. 🚀Excited for #GenerativeAI #MadeInDora #AItools #webdesign #DoraAI

Alex Xu (@alexxubyte) 's Twitter Profile Photo

Top 3 API Gateway Use Cases. API gateway sits between the clients and services, providing API communications between them. 1. API gateway helps build an ecosystem. The users can leverage an API gateway to access a wider set of tools. The partners in the ecosystem collaborate

Nikki Siapno (@nikkisiapno) 's Twitter Profile Photo

What makes an API RESTful? Representational State Transfer (REST) is an architectural style that is commonly used for web-based APIs alongside HTTP as the transport protocol. Key concepts: 🔸Stateless: The server shouldn’t need to store any information about a user between

Saurabh Dashora (@progressivecod2) 's Twitter Profile Photo

I asked 121+ software developers this question and 5 methods came out on top. “How to improve the performance of your API?” [1] Caching The idea of caching is simple. Store frequently accessed data in a cache so that you can access it faster when needed. If there’s a cache

Piriya ⚡Self Hosted Person 🔑 (@piriya) 's Twitter Profile Photo

เมื่อเงินกลายเป็นสิ่งที่ถูกสร้างขึ้นมาจากหนี้ โลกก็กลับหัวกลับหางเป็นธรรมดา #FiatWorld

Nikki Siapno (@nikkisiapno) 's Twitter Profile Photo

How does SQL execution order work, and why is it so important? A SQL query executes its statements in the following order: 1. FROM / JOIN 2. WHERE 3. GROUP BY 4. HAVING 5. SELECT 6. DISTINCT 7. ORDER BY 8. LIMIT / OFFSET 𝗧𝗵𝗲 𝘁𝗲𝗰𝗵𝗻𝗶𝗾𝘂𝗲𝘀 𝘆𝗼𝘂 𝗶𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁

Foeman (@foemantft) 's Twitter Profile Photo

I'll say my part here In set 9.0, game 11, I got griefed by the 32nd player by playing Kayle, he doesn't care anything just hold what unit that kayle use (and he lost to krug btw) and he also do the same for griefing me on game 12 and I got 10th reddit.com/r/CompetitiveT…

I'll say my part here
In set 9.0, game 11, I got griefed by the 32nd player by playing Kayle, he doesn't care anything just hold what unit that kayle use (and he lost to krug btw) and he also do the same for griefing me on game 12 and I got 10th

reddit.com/r/CompetitiveT…
Dr Milan Milanović (@milan_milanovic) 's Twitter Profile Photo

𝗨𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱𝗶𝗻𝗴 𝗥𝗘𝗦𝗧 𝗛𝗲𝗮𝗱𝗲𝗿𝘀 The Hypertext Transfer Protocol (HTTP) header is a component of HTTP and transmits extra data during HTTP requests and responses. The server uses the HTTP header and the browser to share metadata about the document and the data

𝗨𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱𝗶𝗻𝗴 𝗥𝗘𝗦𝗧 𝗛𝗲𝗮𝗱𝗲𝗿𝘀

The Hypertext Transfer Protocol (HTTP) header is a component of HTTP and transmits extra data during HTTP requests and responses. The server uses the HTTP header and the browser to share metadata about the document and the data
Alex Xu (@alexxubyte) 's Twitter Profile Photo

HTTPS, SSL Handshake, and Data Encryption Explained to Kids. HTTPS: Safeguards your data from eavesdroppers and breaches. Understand how encryption and digital certificates create an impregnable shield. SSL Handshake: Behind the Scenes — Witness the cryptographic protocols

HTTPS, SSL Handshake, and Data Encryption Explained to Kids. 
 
HTTPS: Safeguards your data from eavesdroppers and breaches. Understand how encryption and digital certificates create an impregnable shield. 
 
SSL Handshake: Behind the Scenes — Witness the cryptographic protocols
Nikki Siapno (@nikkisiapno) 's Twitter Profile Photo

API Gateway vs Load Balancer — What's the Difference? An API Gateway acts as a single entry point for clients, handling request routing, composition, and protocol translation. It simplifies client interactions with microservices and offers features like rate limiting,

Dr Milan Milanović (@milan_milanovic) 's Twitter Profile Photo

𝗚𝗶𝘁 𝗠𝗲𝗿𝗴𝗲 𝘃𝘀 𝗥𝗲𝗯𝗮𝘀𝗲 One of the most powerful Git features is branching. Yet, while working with it, we must integrate changes from one branch into another, and the way to do this can be different. We have two ways to do it: 𝟭. 𝗠𝗲𝗿𝗴𝗲 When you merge

𝗚𝗶𝘁 𝗠𝗲𝗿𝗴𝗲 𝘃𝘀 𝗥𝗲𝗯𝗮𝘀𝗲

One of the most powerful Git features is branching. Yet, while working with it, we must integrate changes from one branch into another, and the way to do this can be different. 

We have two ways to do it:

𝟭. 𝗠𝗲𝗿𝗴𝗲

When you merge
Nikki Siapno (@nikkisiapno) 's Twitter Profile Photo

OAuth 2.0 Explained. OAuth 2.0 is an authorization framework that enables applications to access a user’s data on another service (like Facebook or GitHub) without sharing the user’s password. It’s essentially a digital handshake between the app, service, and user, with