I've been looking into the job market, and it's tough out there.
Freelance Vue & Nuxt projects are nearly nonexistent in Germany right now, and it seems like the whole industry is in a bit of a slowdown. Let's keep our fingers crossed that things pick up soon.
Meanwhile, I've got some great content for you in this issue to keep the learning going!
Join the Nuxt Nation online conference for the latest updates on Nuxt, with live panels, Q&As, and insights from Evan You, Sebastien Chopin, Anthony Fu, and others, covering topics from Nuxt 4 and VoidZero to Nuxt Auth and Nuxt UI. Then, dive into Vue.js Forge for hands-on coding sessions with Vue experts.
👉🏻 In this tutorial, you learn how to create a modern single-page application using Django as the backend, Vue as the frontend, and GraphQL as the API manipulation language that connects them together.
You should put a link at the top of each page that takes users straight to the main part of the page. This helps users skip parts of the page that are repeated many times.
It's usually done at the top of App.vueApp.vue, since it's the first thing people notice on your pages:
1<ul class="skip-links">2 <li>3 <a href="#main" ref="skipLink" class="skip-link">4 Skip to main content5 </a>6 </li>7</ul>
To hide the link unless it is focused, you can add the following style:
When a user switches routes, bring focus back to the skip link. Focus on the skip link's template ref can be achieved by calling focus on the skip link's template ref (assuming usage of vue-routervue-router):
👉🏻 Unit tests can serve as living documentation within the code itself, explaining how code behaves, staying in sync with code changes, and covering edge cases.
Saturday, January 10, 2026 Bob Weir is gone . # Today's song: Playing in the Band . # What's happening with ICE is like January 6 four years later with billions of dollars behind it and many months of planning and studying history for prior art. # As I listened to the mayor of Minneapolis speak I thought he was going say "get the fuck out of Minneapolis" but of course he couldn't say that and then he said it. # I'm doing little demos of stuff I'm working on in WordLand, here's a narrated demo that shows how instant updates are going. As often the recording level is too low, so turn up the volume if you want to hear the comments. A productive Saturday session. # John Johnston , a longtime friend of UserLand and my newer products, asks how WordLand connects with FeedLand. Two ways. 1. FeedLand has an API, still working on it, but it will be public. 2. FeedLand has an outbound websockets interface , which is already public,...
评论
发表评论