Vue

[ follow ]
Js-naked-day
2 hours ago
Vue

JS Naked Day

JS Naked Day: The web should work without JavaScript
Vue.js Feed
1 week ago
Vue

Server Components Keep Getting Better

Server components in Nuxt are components that run only on the server, useful for heavy dependencies not needed on the client. [ more ]
Medium
1 week ago
Vue

Token to Tooling: Generating VS Code Snippets from Design Tokens

Design tokens store key UI elements for design systems and are used to generate consistent themes. Theme generators create themes based on design tokens. [ more ]
Vuejobs
1 week ago
Vue

Front-end Engineer (Vue 3) at TROOP

TROOP is a group meeting planning and travel management platform focused on facilitating in-person meetings for companies.
TROOP aims to help companies save on travel costs, time, and carbon emissions while fostering stronger relationships through shared experiences. [ more ]
Medium
2 weeks ago
Vue

OpenSource to InnerSource: Why Enterprises are Adopting this Strategy

Component-based software is easier to read, understand, and maintain.
Reusing components from other teams in an InnerSource ecosystem can enhance flexibility and efficiency. [ more ]
Vue.js Feed
2 weeks ago
Vue

VitePress 1.0: It's Official

VitePress is versatile for creating technical documentation, blogs, portfolios, and marketing sites.
VitePress offers a developer-friendly experience with instant server updates, Markdown extensions, and Vue integration. [ more ]
Vuejobs
2 weeks ago
Vue

Senior Vue.js Developer at JoinBrands

Experienced Senior Front-End Javascript/Vue.js Developer sought by JoinBrands.com.
Requirements include proficiency in Vue.js 3, HTML5, SCSS, and specific tools like Axios, Tailwind, Yarn, Vite, and Cypress. [ more ]
Vue.js Feed
2 weeks ago
Vue

Vite-Vue-MD: Import .md file as Vue.js Components

This Vite plugin allows importing Markdown files as Vue components for Vue 2 & 3.
It supports rendering Vue.js code blocks inline with a simple 'demo' tag. [ more ]
Medium
2 weeks ago
Vue

Implementing the API Gateway Pattern in a Microservices Based Application with Node.js

Microservices offer scalability, flexibility, agility.
API Gateway is crucial for managing microservices communication, enhancing security, performance. [ more ]
Medium
2 weeks ago
Vue

Implementing Feature Toggling in 2024

Feature flags offer a flexible way to manage and deploy features without altering code directly.
Feature toggles can be categorized into release toggles, experiment toggles (A/B testing), and ops toggles for different purposes. [ more ]
Vuejobs
2 weeks ago
Vue

Front End Developer at Foreplay

Opportunity to join a fast-growing advertising platform used by major marketing teams and agencies.
Seeking a primary front-end developer with specific expertise and a focus on quality work. [ more ]
Medium
3 weeks ago
Vue

The Architecture of a Modern Frontend Design System

Design systems based on React components simplify development.
Structuring components meaningfully improves composability and reusability.
Building applications as a collection of components enhances shareability and reusability. [ more ]
Vuejobs
3 weeks ago
Vue

Rapid vuejs development on Restful json api at utilizecore

Vue.js Developer needed for contract role in NYC
Skills in Vue.js, restfuljs API, and web markup required [ more ]
Raymondcamden
3 weeks ago
Vue

Automating Blog Post Headers with Firefly Services

Building a Node.js utility for generating images with Adobe's Firefly API is efficient.
The CLI design allows passing prompts to generate headers with specific size adjustments. [ more ]
Raymondcamden
4 weeks ago
Vue

Automate Generative Image APIs with Firefly Services

The launch of Firefly Services at Adobe Summit is a significant development in API offerings, making APIs easier to use.
Quick basics of Firefly APIs include authentication with client ID and secret, uploading resources to API endpoint, and receiving results via cloud storage URL. [ more ]
Raymondcamden
1 month ago
Vue

Using PDF Content with Google Gemini

Google announced Gemini 1.5, latest powerful language model with open AI Studio access, recent API access.
Combining PDF content with prompts for Gemini API usage is achievable; PDF extraction using Adobe's API detailed. [ more ]
Vue.js Feed
1 month ago
Vue

Vue School Free Weekend: How to fit 1100+ lessons of free Vue.js...

The Free Weekend event offers 48 hours of free access to over 1100 lessons in Vue.js.
Participants can kickstart their learning with a free course, 'Vue.js 3 Fundamentals with the Composition API,' before the event. [ more ]
Vuejobs
1 month ago
Vue

Senior Full Stack Developer (Vue3/Nuxt) at Start.me

Passionate team based in The Netherlands empowering individuals and teams with start page solution.
Seeking a full stack developer proficient in Vue3, Nuxt3, UX/UI design, REST APIs, English fluency, and other programming languages. [ more ]
Vuejobs
1 month ago
Vue

Frontend Engineer | Nuxt3 | Generative Art Marketplace at KodaDot - Generative Art Marketplace

KodaDot - Generative Art Marketplace is looking for a Frontend Engineer | Nuxt3 | Generative Art Marketplace
Vuejobs
1 month ago
Vue

Senior Vue.js Frontend Developer (basic Spanish required) at Atomic Pixels

Proven experience in vue.js v3.
Emphasis on being disruptive and getting things done. [ more ]
Vue.js Feed
1 month ago
Vue

Vue.js Nation 2024: How to create 3D experiences using Vue with TresJS

TresJS is a custom render API for creating 3D scenes in Vue.
TresJS was created to address issues like maintaining wrappers for 3GS, creating a lightweight solution for Vue, and improving the developer experience for 3D development in Vue. [ more ]
web-development
Raymondcamden
1 month ago
Vue

Alpine.js Workshop this Friday

Last minute free online workshop on Alpine.js at 4 PM CST this Friday.
Invited by Ontario Tech University Google Developer Student Club. [ more ]
Raymondcamden
1 month ago
Vue

Converting a Vue 2 App to Alpine.js

Building simple text game inspired by A Dark Room
Switching from Vue.js to Alpine.js for simpler web pages [ more ]
Vuejobs
1 month ago
Vue

Frontend Developer at Heiland GmbH

Focus on software development in animal health industry
Opportunity to work with modern web technologies and practices [ more ]
Raymondcamden
2 months ago
Vue

Adding a Guestbook to Your Jamstack Site (Yes, Seriously)

Guestbooks can still be a fun addition to websites, like the one built using Webmentions and Perl CGI.
Using Google Sheets for data storage and retrieval, along with tools like Pipedream, can create a simple guestbook setup. [ more ]
moreweb-development
Vuejobs
1 month ago
Vue

Frontend Developer (Vue.js) at Convox

Convox simplifies cloud infrastructure management
Convox is hiring a frontend developer with Vue.js or React experience for a remote position [ more ]
Raymondcamden
1 month ago
Vue

Links For You

Web Share API is a good candidate for progressive enhancement and web components.
Tutorial on setting up a Node server with TypeScript is easy to understand and quick to test. [ more ]
Vuejobs
1 month ago
Vue

Mid level Frontend Developer at Vue School

BitterBrains empowers developers through learning platforms and events.
They are hiring a remote mid-level frontend developer with specific skills. [ more ]
Vue.js Feed
1 month ago
Vue

Vue School Free Weekend Announced: 23-24 March 2024

Access over 1100 premium video lessons for free during Vue School's 48-hour Free Weekend.
Courses cater to both beginners and seasoned Vue.js developers, offering a wide range of topics and advanced project challenges. [ more ]
Raymondcamden
1 month ago
Vue

Responding to HTML Changes in a Web Component

MutationObserver is used to recognize and respond to changes in DOM elements in web components.
Web components allow for encapsulated functionality within custom HTML elements. [ more ]
Vue.js Examples
1 month ago
Vue

A Vue 3 component for creating tabbed interfaces easily

Reusable Vue.js component for tabbed interfaces
Promotes code reusability and maintainability [ more ]
Vue.js Examples
1 month ago
Vue

Folio-Magazine: Crafting Captivating Portfolios with Nuxt 3

Folio-Magazine utilizes Tailwind CSS for easy styling and customization.
The project includes a built-in color mode for seamless theme switching. [ more ]
Vuejobs
1 month ago
Vue

Senior Frontend Developer at Vue School

BitterBrains offers popular learning platforms like Vue School and Mastering Nuxt, organizes Vue.js events, and launched the Official Vue.js Certification program.
They are hiring a senior frontend developer to work on projects involving Vue 2, Nuxt 2, Vue 3, Composition API, Nuxt 3 SSR, and more, with a focus on performance optimization and migration. [ more ]
Vue.js Examples
1 month ago
Vue

A Pokemon game built with Vue and Tailwind CSS

Players can engage in simulated battles with chosen Pokemon characters.
PokeGames offers mini-games to test players' knowledge and familiarity with Pokemon characters. [ more ]
blog.bitsrc.io
1 month ago
Vue

Understanding The Difference Between Pub/Sub and Signals in JavaScript

Event Driven Architecture is based on events and message exchanges for processing.
Pub/Sub pattern in event-driven architectures allows components to communicate without direct interaction. [ more ]
Medium
1 month ago
Vue

3 Ways to Build and Release Components

Ripple directly supports Bit components and their default configuration.You can customize the build and release configurations by modifying your dev environment's build pipeline.
Vue.js Feed
1 month ago
Vue

Evan You announces latest news about Vue.js and Vite - Vue.js...

Vue 3 improves performance
Addressing misconceptions about Vue.js [ more ]
Vuejobs
1 month ago
Vue

Senior Frontend Developer (m/f/d) at KoRo

Exciting opportunity to work on innovative e-commerce projects at KoRo
Focus on collaboration, knowledge-sharing, and creativity in a cross-functional agile team [ more ]
Medium
1 month ago
Vue

Composable Software Architectures are Trending: Here's Why

Transition from monolithic to composable architectures improves scalability and maintainability
Modular monoliths offer a middle ground between traditional monoliths and microservices [ more ]
Vue.js Examples
1 month ago
Vue

A Color Wheel Picker for Vue

Color Wheel simplifies color combinations.
Color Wheel Picker aids in choosing harmonious color schemes. [ more ]
Vue.js Feed
1 month ago
Vue

Zod and Query String Variables in Nuxt

Zod ensures predictable valid data from query string
Zod helps ignore useless query string data [ more ]
Raymondcamden
1 month ago
Vue

TIL - submit() versus requestSubmit()

Using requestSubmit() method helps in enforcing form field validation that is skipped when using submit().
requestSubmit() method ensures that submit handlers attached to the form are triggered, unlike submit() which ignores them. [ more ]
Vue.js Examples
1 month ago
Vue

An audio player for Vue 3 based on Vuetify 3

Supports Vue 3 and Vuetify 3
Customizable color buttons and Dark mode support [ more ]
Vuejobs
1 month ago
Vue

Senior Full-stack Engineer - Vue.js/Nuxt at Slides With Friends

Slides With Friends offers an interactive platform for group presentations and team building.
They are seeking to hire a software engineer with experience in VueJS and a strong background in writing clean and reliable code. [ more ]
InfoQ
1 month ago
Vue

Vue 3.4 Released, Minimizes Reactive Computations, Speeds up Template Parsing

Vue 3.4 features a new faster template parser and more efficient reactivity system.
The new template parser in Vue 3.4 is twice as fast due to a state-machine tokenizer. [ more ]
Vue.js Examples
1 month ago
Vue

WiQuizz - A game generator powered by Nuxt content and SPARQL queries from Wikidata

WiQuizz allows users to generate games using Nuxt content and SPARQL queries from Wikidata.
Users can create quizzes easily with different templates and customize games using Vue.js logic. [ more ]
Vue.js Examples
1 month ago
Vue

Palette Pilot - A Vue App that helps you extract the most relevant colors from an image

Open source project for color extraction from images
Palette Pilot's features include color comparison, visualizing combinations, and exporting to TailwindCSS. [ more ]
Rubyflow
1 month ago
Vue

Upcoming March 2024 Montreal.rb Talk "Frontend Ruby with Glimmer DSL for Web"

Glimmer DSL for Web enhances productivity and reduces maintenance costs
Predicted to be a significant Ruby investment in 2024 [ more ]
Vue.js Examples
1 month ago
Vue

One time passcode Input for Vue

One-time passcode Input.
Accessible & unstyled.
Based on the React version by guilhermerodz.
Vue.js Feed
1 month ago
Vue

Vuestic-admin

Free and beautiful Admin Template utilizing Vue 3, Vite, Pinia, and Tailwind CSS.
Efficient, responsive, fast-loading admin interfaces with Vue 3, Vite, and Vuestic UI library. [ more ]
Medium
2 months ago
Vue

Getting Started with a Vue.js App in 2024

Creating Vue Composables for blog components is done through Bit commands.
The process involves creating a blog hook, a blog list wrapper component, and a blog app using Vue.js. [ more ]
Medium
2 months ago
Vue

5 Essentials for Modern Frontend Architecture

Frontend architecture has evolved to address complexities with design systems based on component libraries.
Design systems go beyond component libraries, encompassing a design language and independent component development. [ more ]
www.islingtongazette.co.uk
2 months ago
Vue

'I felt like a queen!' - Cinema rolls out first reclining leather seats

Film lovers at Vue Islington Cinema can now enjoy fully reclining Italian leather seats.
Revamped Vue Islington Cinema includes spacious seats with fold-away trays and cup holders. [ more ]
Vue.js Feed
2 months ago
Vue

7 New Features in Nuxt 3.9

Debug hydration errors in production
New useRequestHeader composable
Customizing layout fallbacks [ more ]
Vue.js Examples
2 months ago
Vue

A Vue.js app designed to help users manage and track their projects effectively

Comprehensive Vue.js Project Tracker
Key Features: Project Management, Filtering, UI Enhancements [ more ]
Vue.js Examples
2 months ago
Vue

Vue.js component for building interactive and customizable schedules

Easily visualize events on a timeline with adjustable scales
Customizable styling for consistent design and aesthetic appeal
Seamless functionality across different screen sizes [ more ]
Vue.js Examples
2 months ago
Vue

A realtime chat website using Vue.js and Supabase

Realtime chat functionality can be implemented using Vue.js and Supabase. [ more ]
Medium
2 months ago
Vue

Micro frontends: Shell vs. Micro Apps

The idea behind the Shell app is pretty straightforward.First, we need to decompose the frontend into more manageable pieces.
Vue.js Examples
2 months ago
Vue

A real-time chat application built with Vue.js and Firebase

Real-Time Chat
User Authentication [ more ]
The JetBrains Blog
2 months ago
Vue

PyCharm 2024.1 EAP 5: Enhanced Support for GitHub Actions, Updates for the HTTP Client, and More | The PyCharm Blog

PyCharm 2024.1 EAP 5 is available for download with new features and enhancements.
Enhanced support for GitHub Actions, including autocompletion for context-specific syntax, and branding feature for action.yml. [ more ]
Vuejobs
2 months ago
Vue

Lead Software Engineer - Frontend at 86-2174553

Allocate aims to make investing in private technology-focused alternatives more accessible.
They provide a turnkey digital platform that allows investors to find, invest, and track opportunities. [ more ]
Medium
2 months ago
Vue

Application Shell for React Micro Frontends

The app shell or 'platform' serves as the entry point of the application and uses the Harmony Platform to integrate various components.
Aspects in the Harmony Platform are frontends or 'services' that provide cross-cutting functionality and can be integrated into the platform. [ more ]
Vue.js Examples
2 months ago
Vue

An open-source project dedicated to GIS tools for maritime insights

Geoglify is an open-source project focused on exploring maritime data and statistics.
It offers tools and resources for analyzing shipping routes, studying maritime traffic patterns, and investigating environmental impacts. [ more ]
Vue.js Feed
2 months ago
Vue

Vue's New Rendering Strategy (Vapor), Innovation vs Maintenance

Vue's Vapor mode can improve performance and has a smaller bundle size compared to Solid and React.
Vapor mode may not always be the best choice and it is important to benchmark different strategies for your application. [ more ]
Vue.js Examples
2 months ago
Vue

Page-Speed.dev: Simplifying Web Performance Sharing

Page-speed.dev aims to simplify the process of sharing web performance results
The platform provides a user-friendly solution for viewing and sharing web performance metrics [ more ]
[ Load more ]