18 articles

📰 Dev.to · Debbie O'Brien

Articles from Dev.to · Debbie O'Brien · 18 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10147) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Setting up Cypress
Dev.to · Debbie O'Brien 5y ago
Setting up Cypress
Cypress is a great way of testing your frontend application with end to end tests and it is so nice t...
Securing your Hasura graphQL endpoint
Dev.to · Debbie O'Brien 5y ago
Securing your Hasura graphQL endpoint
Hasura is a great way for storing data and you can create your own endpoint in a matter of minutes wi...
Getting data from Hasura onto your Nuxt.js app
Dev.to · Debbie O'Brien 5y ago
Getting data from Hasura onto your Nuxt.js app
Hasura is a great way for storing data and is really easy to setup. I normally don't use the words ea...
Adding a PWA in Nuxt.js
Dev.to · Debbie O'Brien 5y ago
Adding a PWA in Nuxt.js
Most people don't realise how easy it really is to add a PWA with Nuxt.js. Progressive Web Apps (PWA)...
Page and Layout Transitions in Nuxt.js
Dev.to · Debbie O'Brien 5y ago
Page and Layout Transitions in Nuxt.js
With Nuxt.js it is really easy to add transitions between your pages. You can create transitions for...
ignoring your files with Nuxt.js
Dev.to · Debbie O'Brien 5y ago
ignoring your files with Nuxt.js
In Nuxt.js there are 3 different ways to ignore files during the build phase. This is great for stati...
Creating an error page in Nuxt.js
Dev.to · Debbie O'Brien 5y ago
Creating an error page in Nuxt.js
An error page is the page you see when you arrive at a page that can't be found. These are typically...
Styling your active classes in Nuxt.js
Dev.to · Debbie O'Brien 5y ago
Styling your active classes in Nuxt.js
Nuxt.js, which uses vue-router, can easily tell what route you are on and therefore can add a class t...
Configure the Nuxt.js server to see your site on your mobile
Dev.to · Debbie O'Brien 5y ago
Configure the Nuxt.js server to see your site on your mobile
Sometimes you want to test out your site on your actual mobile device or tablet and not just in the d...
Show a message when your user is offline with $nuxt.isOffline
Dev.to · Debbie O'Brien 5y ago
Show a message when your user is offline with $nuxt.isOffline
Did you know that $nuxt.isOffline can be used to show your users content based on if they are online...
The Nuxt Loading Progress Bar
Dev.to · Debbie O'Brien 5y ago
The Nuxt Loading Progress Bar
Nuxt.js automatically gives you a loading progress bar component which is shown between routes. Did y...
Let's Analyze your webpack bundles with Nuxt
Dev.to · Debbie O'Brien 5y ago
Let's Analyze your webpack bundles with Nuxt
It is really important to know what you are shipping to production. As we add so many third party lib...
SEO in Nuxt.js with the Head Property
Dev.to · Debbie O'Brien 5y ago
SEO in Nuxt.js with the Head Property
There are 3 ways to add a title and meta description to your Nuxt.js application which is extremely u...
Modern Build in Nuxt.js
Dev.to · Debbie O'Brien 5y ago
Modern Build in Nuxt.js
The modern property in Nuxt.js allows you to serve both modern bundles to modern browsers and legacy...