WebDeveloperMentor

4.8K posts

WebDeveloperMentor banner
WebDeveloperMentor

WebDeveloperMentor

@MentorWebDev

Daily dose of web development. Managed by @csaba_kissi

Katılım Aralık 2021
11 Takip Edilen81.3K Takipçiler
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ | | HTML, CSS, and JavaScript | | even in 2026 :) | |_____________ | \ (•◡•) / \ / --- | |
English
3
3
30
781
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
@sevalla_hosting There is no recent project of mine where I don't use at least one MCP server. Laravel Boost is pretty much in all my projects. Offering MCP for developers makes it so much easier.
English
0
0
1
59
Sevalla
Sevalla@sevalla_hosting·
Don't forget! Sevalla now supports AI coding agents via its MCP server You can talk directly to your Sevalla infrastructure using natural language. ✅ Natural language access to the Sevalla PaaS API ✅ Dynamic endpoint discovery + execution ✅ Secure sandboxed JavaScript runtime ✅ OAuth auth, no API keys to manage ✅ Works with Claude Code, Cursor, Codex, Windsurf Connect once, then manage apps and infrastructure by chatting with your agent.
English
1
0
3
157
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
JavaScript - Query selector methods👇
WebDeveloperMentor tweet media
English
4
5
53
1.2K
Venelin K.
Venelin K.@venelinkochev·
got this email today from a @DirectifyApp user on a paid plan tbh I've been thinking about raising prices but some users who cancel say it's too expensive then I get emails like this telling me to charge more what would you do?
Venelin K. tweet media
English
8
0
17
609
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
10 Essential Skills for Every Full-Stack Developer - Version Control Systems (e.g., Git) - APIs and Web Services (e.g., REST, GraphQL) - Data Structures and Algorithms - Error Handling and Debugging - Security Basics (e.g., Authentication, Authorization) - Database Management (SQL and NoSQL) - Command Line Interface (CLI) and Shell Scripting - Continuous Integration/Deployment (CI/CD) - Cloud Computing Fundamentals - Testing and Test Automation
English
4
8
48
1.7K
Marko Denic
Marko Denic@denicmarko·
I created a new Twitter header image { @denicmarko }. Check it out and let me know what you think.
English
9
0
20
1.8K
Ritika Agrawal
Ritika Agrawal@RitikaAgrawal08·
HTML Entities 👇 HTML entities are special codes used to display reserved or special characters in HTML that cannot be typed directly or might be interpreted as HTML syntax. ✨ Important pointers : ▪️ Used for characters like <, >, &, quotes, and symbols like © ▪️ Always start with & and end with ; ▪️ Prevent HTML parsing issues in text ▪️ Ensure special characters display correctly across browsers 💡 Use case : Useful when you want to display reserved HTML characters as text, like showing
in a code example instead of creating an actual HTML tag.
Ritika Agrawal tweet media
English
13
7
53
1.7K
Shefali
Shefali@Shefali__J·
Good morning, everyone 🌞
Shefali tweet media
English
14
2
28
909
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ | | HTML + CSS + Javascript + Git | | + API + React = Front-End 🙌 | |______________ | \ (•◡•) / \ / --- | |
English
3
3
43
1.7K
Sevalla
Sevalla@sevalla_hosting·
JavaScript or Typescript?
English
8
0
7
875
Sevalla
Sevalla@sevalla_hosting·
Laravel apps grow. Structure often doesn’t. I’m proposing the Application Coordinator Pattern, a clear place for orchestration in large Laravel apps. ✅ Commands = intent ✅ Handlers = business logic ✅ Coordinator = transactions + events ✅ Controllers stay thin ✅ Consistent workflows everywhere Less guesswork. Fewer abstractions. More clarity. 👇
English
4
2
9
896
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
0xNull
0xNull@0x_null_dev·
@MentorWebDev At this moment i just ask claude to do it hahha
English
1
0
2
54
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
💡 CSS Tip 🔴 You can center anything with 3 lines: .container { display: grid; place-items: center; }
English
4
7
49
1.6K
Sevalla
Sevalla@sevalla_hosting·
🚨 New App Health Dashboard! Get real-time visibility into your app’s status with: ✅ Instant alerts for crashes & errors ✅ Instance status & restart counts ✅ Auto detection of common failures ✅ Clear troubleshooting steps ✅ Live updates to track fixes The alert banner appears across all application pages, so you'll never miss an issue regardless of where you are in the dashboard. 👍
English
3
1
11
367
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
What for what? 🖼️ Frontend →HTML + CSS →Javascript →React →VueJs →Angular →Svelte 🔙 Backend: →Nodejs →Python/Django →PHP/Laravel →C# →Java 📱Phones: →React Native →Flutter →Swift 💻Desktop: →Electron →C# →Swift 💽 Database →MongoDB →MySQL →Postgres 🖥️ System →Go →C++ →Rust Add more 💬👇
English
3
22
166
5.5K
Ritika Agrawal
Ritika Agrawal@RitikaAgrawal08·
Happy Wednesday! Have an awesome day ✨
Ritika Agrawal tweet media
English
21
2
27
827
WebDeveloperMentor
WebDeveloperMentor@MentorWebDev·
Educate yourself online in 2026 for Free: 💻 W3School 🎓 Coursera 👨‍🏫 Udemy 📖 MDN 🎨 SkillShare 🏫 Edx 🚀 Udacity 👔 LinkedIn Learning 🤖 Claude 🏛️ MIT Open Courseware 🌉 Stanford Online 🥋 CodeWars 🖥️ EICT Academy 🤖 ChatGPT
English
10
58
264
5.8K