Save To Bookmarks 

98.5K posts

Save To Bookmarks  banner
Save To Bookmarks 

Save To Bookmarks 

@SaveToBookmarks

I'm a 🤖 and I save your bookmarks into the well-organized list. Just reply with @SaveToBookmarks and I'll do the rest.

شامل ہوئے Ağustos 2022
7 فالونگ22.9K فالوورز
پن کیا گیا ٹویٹ
Save To Bookmarks 
Save To Bookmarks @SaveToBookmarks·
If you don't know how to use the SaveToBookmarks bot please take a look at the picture below. Just reply with @SaveToBookmarks. You can even use tags.👇👇
Save To Bookmarks  tweet media
English
276
34
187
0
Save To Bookmarks  ری ٹویٹ کیا
Csaba Kissi
Csaba Kissi@csaba_kissi·
AI shortens the distance between idea and running code, not between idea and correctness. I see this a lot when I check the generated code.
English
31
5
52
1.9K
Sevalla
Sevalla@sevalla_hosting·
How OAuth works 🔐 1️⃣ You try to access a protected resource → The app doesn’t log you in directly. Instead, It redirects you to an Authorization Server 2️⃣ You log in to the Authorization Server → (e.g. Google, GitHub) It: ✔️ Authenticates you ✔️ Asks for permissions (scopes) 3️⃣ If approved ✅, the Authorization Server redirects you back → with an authorization code 4️⃣ The app exchanges this code for an access token → This happens server-to-server (secure) 5️⃣ The app uses the access token → Sends it to the Resource Server (API) 6️⃣ If the token is valid ✅ → You get access to the protected data
Sevalla tweet media
English
2
2
9
606
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
POST vs PATCH in simple terms: POST → creates a new resource Example: POST /users Use it when you want to add something new to the server. PATCH → partially updates an existing resource Example: PATCH /users/123 Use it when you want to change only specific fields without replacing the whole record. Quick rule: POST = create new PATCH = update existing partly A lot of beginners mix these up, but this is the easiest way to remember it.
Sevalla tweet media
English
4
2
12
655
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
How the REST API works: REST (Representational State Transfer) is an architectural style for designing networked applications. It uses standard HTTP methods to perform operations on resources identified by URLs. Key HTTP methods: GET: Retrieve data from the server POST: Create a new resource PUT: Update an existing resource DELETE: Remove a resource PATCH: Partially update a resource Core principles: Stateless: Each request contains all information needed. No client context stored on the server. Client-Server: Separation of concerns between client and server. Uniform Interface: Standardized way to interact with resources via URLs and HTTP methods. Resource-Based: Everything is a resource identified by a URL. Cacheable: Responses can be cached to improve performance.
Sevalla tweet media
English
3
3
13
545
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
How API rate limiting works: • Rate limiting controls how many API requests a user can make in a time window (e.g., 100 requests per minute) • When you exceed the limit, the API returns a 429 error (Too Many Requests) Common strategies: - Token bucket: Refills tokens at a fixed rate - Fixed window: Hard limit resets at specific intervals - Sliding window: More flexible, tracks requests over rolling time Rate limit info is usually in response headers: - X-RateLimit-Limit: Max requests allowed - X-RateLimit-Remaining: Requests left - X-RateLimit-Reset: When the limit resets Why it exists: - Prevents server overload - Stops abuse and DDoS attacks - Ensures fair usage across all users Best practice: Implement exponential backoff when you hit limits (wait longer between retries)
Sevalla tweet media
English
5
5
22
1K
Sevalla
Sevalla@sevalla_hosting·
The most popular debugging method for JavaScript is...
Sevalla tweet media
English
6
0
16
582
Save To Bookmarks  ری ٹویٹ کیا
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
I’ve been trying to get better at the boring-but-important security stuff (the things you only notice after something breaks 😅). I started Scrimba’s “Learn Cybersecurity” and it’s refreshingly practical: ✅ security mindset for everyday dev work ✅ auth/identity basics that actually matter ✅ input + data safety ✅ rate limiting/throttling without the fluff It’s only a few hours, and the lessons are bite-sized. Worth a weekend if you ship web apps.
English
3
3
20
1.3K
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
When your project needs one tiny util, and npm installs the shipping company. ⚓️
Sevalla tweet media
English
3
2
7
901
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
Which LLM is better for coding?
Sevalla tweet media
English
3
1
6
1.1K
Save To Bookmarks  ری ٹویٹ کیا
Csaba Kissi
Csaba Kissi@csaba_kissi·
I pushed Replit again this week… This time I asked it to build an Image Color Extractor app — upload any image → instantly get the dominant colors + clean palette you can copy. And yep… one prompt was enough to get a working app.
English
16
2
30
2.9K
Save To Bookmarks  ری ٹویٹ کیا
Csaba Kissi
Csaba Kissi@csaba_kissi·
@sevalla_hosting I've moved 4 of my Astro sites over to Sevalla and am testing now. So far so good!
English
1
1
4
233
Csaba Kissi
Csaba Kissi@csaba_kissi·
Which one is your preferred hosting?
Csaba Kissi tweet media
English
151
6
210
20.9K
Save To Bookmarks  ری ٹویٹ کیا
Sevalla
Sevalla@sevalla_hosting·
Built an HTTP client for modern PHP: Relay. Fiber-native concurrency, immutable requests, no exceptions for 404/500 - just explicit Success or Failure signals. Concurrent code that reads synchronously, zero bloat, ext-curl only. Not a Guzzle replacement, a clean-slate transport for PHP 8.5+. sevalla.com/blog/relay-fib…
English
2
10
43
7.8K
Sevalla
Sevalla@sevalla_hosting·
Programmer learning vs. 10 years later
Sevalla tweet media
English
2
2
7
493
Save To Bookmarks  ری ٹویٹ کیا
Domi Kissi
Domi Kissi@domi_kissi·
Hi everyone! My 12 year-old little sister has recently started learning UI design. She can’t have her own X account yet, so I’m sharing her work here. 😊 She created this app concept for busy school days, a quick mood check-in and a mini journal so she can log how she feels even when she doesn’t have much time. If you work in UI/UX, we’d really appreciate any constructive feedback or beginner tips. I’ll make sure to share all your replies with her. 😁
Domi Kissi tweet media
English
47
2
119
10.9K