ChrisProchris.tech·Sep 12, 2023Leveraging ChatGPT API for Enhanced LeonardoAI Prompts: A Web ProjectI'm thrilled to delve into the specifics of my recent web application, a platform that synergizes the capabilities of LeonardoAI and ChatGPT. The central objective of this project is to offer users an optimized environment where they can transform si...Discuss·10 likesleonardo.ai
Seun Ibrahimdevrona.hashnode.dev·Sep 7, 2023How to Create Engaging Nuxt 3 Web Apps with Prerender and SSRIntroduction Creating an optimal web application involves a multitude of factors, from performance and user experience to search engine optimization (SEO). Nuxt 3 comes to the rescue with its built-in features designed to address these aspects effect...DiscussNuxt
Aaron K Saundersaaronksaunders.hashnode.dev·Aug 31, 2023Build A Full-Stack Typescript Application with Nuxt and tRPCtRpc - Move Fast and Break Nothing. End-to-end typesafe APIs made easy. Experience the full power of TypeScript inference to boost productivity for your NUXT full-stack application. This blog is a companion to the video walkthrough of getting a Nuxt...DiscussNuxt
Mohsen Vazirimohsenv.hashnode.dev·Aug 22, 2023Developer experience with nuxt 3 — Vue Amsterdam Conference 2022 — Tenth TalkDaniel Roe — Core team member at Nuxt.js Hello, dear readers! I’m back with another insightful piece, this time focusing on the developer experience in Nuxt 3, as presented by Daniel Roe, a core team member of Nuxt. Daniel also did a live coding sess...DiscussNuxt
Ali Razaaliraza944.hashnode.dev·Aug 20, 2023AWS-Amplify Integration with NUXT 3.0AWS-Amplify is a library that helps front-end developers connect with AWS services without any cloud expertise required. In this post, I will go through the step-by-step integration of the AWS-Amplify with Nuxt3 and some of the issues I have faced. ...DiscussAWS
Jay Bharadiajaybharadia.hashnode.dev·Aug 19, 2023Nuxt 3 & Brotli Compression: A Deep Dive into Hydration Mismatch Solutions🧠 Understanding Hydration Mismatch Hydration mismatch occurs when there's a discrepancy between the initial HTML sent by the server and the client-rendered content. During server-side rendering, Nuxt sends a pre-rendered HTML along with JavaScript...Discuss·48 readsNuxt
Umar Adejohstradoxcodes.hashnode.dev·Aug 14, 2023Sending Emails with NuxtSending emails is a requirement for many web applications, and even static websites. Most websites contain a Contact Us form, and a lot of implementations I have come across use the HTML anchor tag's mailto href attribute to send these emails. I find...Discuss·93 readsNuxt
Texas TolandProblog.texastoland.com·Aug 1, 2023What the Fu** Stack #1Explore new features in VS Code, alternatives to GitHub Copilot, Vue Nuxt updates, and Dan Abramov's departure from Meta in this web development roundup. VS Code Profiles For years I've been frustrated by rearranging my editor layout every time I cl...Discuss·135 readsFull Stack TypeScript#learning-in-public
Parvez Ahmedultrapro.hashnode.dev·Jul 26, 2023The Features That Make Vue DifferentVue is a JavaScript framework that is quickly gaining popularity. It is known for its declarative programming model, component-based architecture, and virtual DOM. In this blog post, we will explore the features that make Vue different from other Jav...Discuss·10 likesvue
Vantol Bennettvantol.hashnode.dev·Jul 21, 2023Nuxt 3 Server Routes API (Advanced)Advanced Server Routes in Nuxt 3 In order to understand how to create advanced server routes in Nuxt 3 we must first understand the basics of server routes. Check out my previous post on Server Routes to get a better understanding of the basics. The ...Discuss·2 likesnuxt3