veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

294
active users

#fullStack

4 posts4 participants3 posts today

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.

🚀 Oh, look! Another groundbreaking pattern that promises to secure your data as effectively as a paper umbrella in a hurricane. 🏖️ Spoiler alert: it's just another buzzword-filled guide on how not to spill your latte on your laptop while juggling those "fullstack" applications. 😂
kilpi.vercel.app/blog/2025-03- #datasecurity #buzzword #busters #fullstack #development #techhumor #cybersecurity #HackerNews #ngated

Kilpi - The modern authorization framework for TypeScriptKilpi - The modern authorization framework for TypeScriptKilpi is an modern open-source authorization framework for TypeScript applications.

How to Build a Web App from Scratch in 2025: A Comprehensive Guide

tuvoc.com/blog/how-to-build-we

Learn how to build a web app from scratch in 2025 with this comprehensive guide. From choosing the right tech stack to deployment, we cover every step to help you create a successful web application.

#WebDevelopment
#WebApp
#Tech2025
#AppDevelopment
#FullStack
#Coding
#SoftwareDevelopment
#Programming
#StartupTech
#Frontend
#Backend

Seit langem mal wieder Webgedöns gebaut. Bin da seit Ewigkeiten raus gewesen, weil bei mir sonst Echtzeit usw. Frage mich aber jetzt, welches Zeug in der Web-Community geraucht wird? Nicht nur die JavaScript/Typescript Dependency-Hölle sondern generell dieses Async-Gebrabbel, der ganze serverless Quatsch oder dieser PWA-Schwachsinn. Das Zeug sollte vielleicht länger als drei Minuten wartbar sein? Ihr stellt diese Angriffsflächen as a Service so ins Netz? Ernsthaft?

#frontend and #fullstack devs: Be optimistic about API calls. Research has shown that as little as 100ms of delay is the time it takes for a user to go from perceiving they did something to perceiving they are waiting on something. And 250ms is enough for them to be upset about it.

I've seen too many instances where the UI doesn't update til the API call returns or a #signalr event comes back. If you can anticipate a response, let the UI assume it will succeed for the best UX that feels "magic"

Tinkering with the Conform library with Remix/React Router v7, it was not obvious to me how to return a proper HTTP status code like 422 Unprocessable Content for invalid form data.

This worked:

if (submission.status !== "success") {
return data(submission.reply(), { status: 422 });
}

Took some detours to figure out:

- just returning submission.reply() gives you "200 OK", which is not OK
- json() is deprecated so use data() instead
- trying Zod with data() but without Conform got to a weird place with types

Hello Fediverse! I recently gave my dev portfolio a facelift and would love if you could take a look.

I'm a Front-End focused web developer in Toronto looking for remote jobs in the US & Canada. Willing to physically relocate for the right position.

bsik.net

bsik.netBrian Siklinski - Front-End Web DeveloperFront-End Web Developer experienced in building responsive websites and applications with JavaScript, TypeScript, React, Node, WordPress, PHP, Laravel, CSS, Git.