Discover and read the best of Twitter Threads about #vuejs

Most recents (13)

⚡️ #GPT4 est là depuis moins de 24 h et les applications captivantes se multiplient !

Je les liste dans ce thread au fur et à mesure de mes découvertes !

⬇️⬇️
🚨 Évidemment, commençons par l'annonce d'@OpenAI et leur démo vidéo captivante !

🔥 Les essais percutants de @Yeca, orienté #SEO bien sûr ! #SEOEnAction
Que vous pouvez retrouver dans ce thread :
Read 24 tweets
🔥 ¿Sabías que #HTML tiene una etiqueta especial llamada `template`?

Te sonará si has trabajado con #vuejs. Pero no te preocupes si no la conoces, te lo explico aquÍ abajo.

[ HILO ] ⇣ template tag in html5
La etiqueta `template` de #HTML te permite tener contenido oculto en tu documento HTML. Es como una guarida secreta* para tu contenido.

⚠️ *¹ No lo uses para como sistema seguro para ocultar contenido.
Y... ¿para qué? Tal vez te sirva para mejorar el #rendimiento de tu #web.
El contenido de la etiqueta no se añade a la página hasta que tú se lo indiques. (Sí, con #JavaScript)
Read 12 tweets
Vamos con una selección de #ofertas laborales para developers, de la mano de nuestra plataforma de empleo @JobRun_Dev.

¿Será alguno el trabajo de vuestros sueños? 👀 Image
📲 Desarrollador #Android 📲
· Empresa: @Hiberus.
· Rango salarial: 22.000€ - 60.000€.
· Modalidad: Remoto.
jobrun.dev/empresas/hiber…
🍏 Desarrollador #iOS 🍏
· Empresa: @Hiberus.
· Rango salarial: 22.000€ - 60.000€.
· Modalidad: Remoto.
jobrun.dev/empresas/hiber…
Read 6 tweets
6 core elements of every bundler

Content Creator: @jerry__chang

#webdevelopment #frontenddev #javascript #Reactjs #vuejs #nextjs #remix

1/n
1/n

Bundling isn’t really a new concept.

Many folks have been doing it since Browserify.

These bundlers offer:

1. Bundling system
2. Options for the ability to optimize and other build time modifications
2/n

Here are common elements shared between all the different bundlers.
Read 12 tweets
Are you a #JavaScript #developer looking for ways to improve from day to day? You’ve come to the right place! Bury yourself in encryption, testing, closures and many more talks from #JS experts all over the world.

blog.meetupfeed.io/7-javascript-m…

#programming
The Art of Writing Secrets - Encryption for JavaScript Developers via @WomenWhoCode @jischr
Jen Schreiber is a Senior #SoftwareEngineer . In this talk, she introduces you to encryption in JavaScript- all you need to know.
meetupfeed.io/talk/the-art-o…
#JavaScript Tests in #Node, the Browser, and CI via @rob_rich
Watch as Rob live-codes sync tests, async with callbacks, promise-based tests, and async/await tests. He crafts tests in Node, tests in the Browser, and unit tests that run from CI.
meetupfeed.io/talk/java-scri…
Read 9 tweets
Here's a complete roadmap of topics to master VueJS

A Thread 🧵

#vue #vuejs #100DaysOfCode #webdevelopment #webdev #programming #coding #javascript #HTML #HTML5 #CSS3 #CSS #programming
1⃣ Prerequisite
- #HTML / #CSS Basics
- Basic #Javascript Concepts ✌️
2⃣ Vue Basics
- What is Vue
- Component Basics (Template, script, data, methods)
- Handling User Inputs
- Conditionals and Loops
- Computed properties and watchers
- Class Bindings (CSS Classes) 😀
Read 11 tweets
¿Quieres saber cómo está el mercado de talento #tech en Latinoamérica? (incluyendo salarios)

@getonbrd lanzó su reporte anual con datos de:

23,000+ trabajos
900,000+ aplicaciones
250,000+ professionales

❤️ RT

👇🏽 HILO
🥷🏽 ¿Cuáles son los skills más solicitados por las empresas?

En programación en general:

💛 #JavaScript de primero (obvio Boby)

2️⃣ #CSS, #Git y #React peleándose el segundo lugar

🇺🇸 "English" en un sólido tercer lugar. Image
👩🏽‍🎨 En Diseño / #UX

El primer lugar es una pelea a cuchillo entre @figmadesign y @Adobe

Seguido de #UIDesign, #wireframes y @sketch

Y por supuesto Inglés. Image
Read 13 tweets
VUE components communication: How parent and child component communicate using props. How to use prop validators.

#VUE #100DaysOfCode #DevCommunityIN #DevCommunity #Props #vuejs
👇🧵
github.com/ashumsd7/VUE-P…
This repo is all about : How to use dynamic props in vue js.

#VUE #100DaysOfCode #DevCommunityIN #DEVCommunity #Props #vuejs

github.com/ashumsd7/VUE-P…
This repo is all about how child sends custom event as $emit and inform parent to change data. parent receives ) and update the data and DOM changes automatically. Thanks VUE reactivity.
#VUE #100DaysOfCode #DevCommunityIN #DEVCommunity #Props #vuejs

github.com/ashumsd7/VUE-C…
Read 4 tweets
Vue JS Learning Resources

Part 6: Vue.JS Best Practices and Tips (...continued)

Here is a list of references to learn Vue JS. #vuejs #AlwaysLearning

🧵Thread👇
Optimize the Performance of a Vue App
school.geekwall.in/p/HkAo15Lzr/op…
An introduction to dynamic list rendering in Vue.js
school.geekwall.in/p/ByjPN_ugr/li…
Read 6 tweets
They create @Android, They need to make it usable by most people. To achieve this, they need apps for anything you can think of. Where do you get so many apps? Free courses on Android 😁. Also let us make AOSP and pay @Apple to have Gapps on iOS 💪🏽 The story of Google/Alphabet
"#Php sucks" "IKR". But I don't wanna learn other languages. #Javasript looks like it was created by aliens. What do we do? Create a framework give it a cool name like #Laravel. And how do I make bucks from it? Easy people will pay to learn and #laracon events and #LaravelNova
"Hey you what's your name" I am yu and I feel like #reactjs and #angularjs can do better and provide better view layer manipulation. That's it #VueJS ⭐.
Revenue? Conferences and courses on @VueMastery 😉
Read 4 tweets
A Vue.js project, just like any other piece of code, can get messy with time. Here's a short list of some common ways to deal with it, showing different options that often get discussed on chat.vuejs.org. This #vuejs best practice thread is inspired by @m9hmood.
Before we start, remember that verbosity is not necessarily a bad thing, it can help you and the others to see what's going on in the code. Don't try to abstract the boilerplate just because. Do so when you're sure it doesn't provide you an advantage in particular case.
Remember also that there's no clear set of ultimate best practices. Some of them are widely used across the community, some others are more of a matter of individual preferences. Stick to those that you personally feel make sense to you or can prove right in the long run.
Read 22 tweets
Atendendo a vários pedidos (do @raph_almeida) tá aqui
1RT uma dica sobre desenvolvimento web e carreira, talvez alguns causos...

(bem genérico assim terei assunto 😂)

#nodejs #php #functional #vuejs #devLife #devaTip

(Este bilhete é verdade.)
1. Eu tive muitas dificuldades em entender TDD, a prática era com a realidade.
Até que entendi onde estava o erro.

Não se trata de escrever testes, mas de escrever código testável.
Programação Funcional me ajudou d+, bem como injeção de dependências.
2. Prefiro livros sobre linguagens de programação ou arquitetura do que de frameworks, libs e afins

A chance de defasagem é muito alto, sem contar que muitos são uma "documentação guiada".
Read 28 tweets
I’m currently working on the best rich-text editor for @vuejs. 🤓Here are some features:

🦉 Based on @ProseMirror
💪 Renderless (full control over markup & styling)
💆‍♂️ Modular (you decide which blocks are allowed)
🤯 Extendable (add new blocks as vue components)
@vuejs @ProseMirror I've been looking for the perfect editor for @heyscrumpy for months. Unfortunately, the world of Vue.js lacks some »enterprise« components. 😣 For React, Slate.js is probably the best choice – it's an amazing and powerful framework for building text editors.
@vuejs @ProseMirror @heyscrumpy So this is my try to make a similar experience for Vue. 😊 There is no need to reinvent the wheel – that's why I chose Prosemirror, because there is an incredibly powerful plugin system that allows you to render everything through #vuejs.
Read 10 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!