mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.3K
active users

#frontend

68 posts53 participants6 posts today

👨‍💻 What does it take to be a Full-Stack Developer?

From crafting slick user interfaces to building powerful backend systems — a full-stack dev does it all! 💻✨

🔤 Front-end: HTML, CSS, JavaScript
🧠 Back-end: Node.js, Python, PHP & more
🗄️ Databases: SQL, NoSQL
⚙️ Tools: Git, APIs, Deployment skills

Would you be ready to build from start to finish? 💪

Read more: knockinglive.com/what-programm

Just learnt a really big lesson in NextJS - not every component has to be set to the fancy factory components.

Like for example, I had a simple URL shortener app. Initially, I had set <Link />, pointing to the https://url/shortcode.

The consequences of this was that the link kept getting preloaded, and the buttons incremented on every page reload.

<a /> fixed this.

Hallo #Westfalen! 👋

Wenn ihr Interesse an der #Frontend-Entwicklung habt, habe ich zwei (ganz uneigennützige 😎) Tipps für euch:

👉 Morgen, Dienstag, 15. April, stelle ich euch #NextJS beim tech&talk-Meetup in #Dortmund vor: meetup.com/codecentric-dortmun

👉 Am Mittwoch (16.4.) diskutieren wir auf der #Java User Group #Münster über #HTMX und JavaScript-Lösungen für moderne Webanwendungen: meetup.com/java-usergroup-muns

Würde mich freuen, euch zu sehen 😊

The more I make something using AlpineJS, the more I like it.

Sometimes you don't need to figure it out with Vue. You only need some AlpineJS magic and that's it, no need to spin up a whole Vue framework on the page.

Add that to Livewire and Filament PHP and you're all set to create small utilities without hacking your way into the frontend.