social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#fullstack

2 posts2 participants0 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.

#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"

Angular vs. Vue: A Comprehensive Guide to Selecting Your Ideal Framework

techbullion.com/angular-vs-vue

Compare Angular and Vue in this comprehensive guide to find the ideal framework for your project. Discover key differences in performance, scalability, and ease of use to make an informed decision.

#Angular
#VueJS
#WebDevelopment
#JavaScript
#FrontendDevelopment
#UIUX
#Coding
#SoftwareDevelopment
#TechComparison
#Frameworks
#ModernWeb
#FullStack
#DevCommunity
#Programming
#TechTrends

Top 8 Reasons Why ReactJS is the Top Choice for Developers

letmagazine.com/top-8-reasons-

Discover the top 8 reasons why ReactJS remains the top choice for developers. From component-based architecture to high performance and strong community support, React simplifies modern web development.

#ReactJS
#WebDevelopment
#JavaScript
#FrontendDevelopment
#UIUX
#DeveloperTools
#ReactComponents
#ModernWeb
#TechTrends
#Coding
#SoftwareDevelopment
#FullStack
#ReactNative
#Programming
#OpenSource

🚀 Why Full Stack Development is the Career of the Future 🌐

Full Stack Development offers versatility, high demand, and endless opportunities. With skills in both front-end and back-end, full-stack developers are shaping the future of tech. Whether you’re problem-solving or innovating, this career path is full of growth potential!

🔗 [Link to the full article] bipluxuryapts.com/why-full-sta

I built a working full stack #purescript #haskell web app.

and now I have gotten to the point in the building of that app where I say, “how can I now take this project and strip out all of the domain-specific types and instances and have #lambdabuffers generate them programmatically so I just have to write one very descriptive schema to build a huge array of different apps for different domains?”

mlabs-haskell.github.io/lambda

mlabs-haskell.github.io/lambda

mlabs-haskell.github.ioLambdaBuffers to Haskell - Lambda Buffers documentation