vuejs_id's profile picture. Make frontend development great again!

Vue.js Indonesia

@vuejs_id

Make frontend development great again!

ปักหมุด

Para koder indonesia, boleh share ga dulu waktu belajar ngoding yang paling susah apa sih? Tidak ada di pool bisa komentar dibawah yah


Vue.js Indonesia รีโพสต์แล้ว

H3, our universal server in Nuxt 3 is the fastest according to Fastify benchmarks 🚀 github.com/fastify/benchm…

Atinux's tweet image. H3, our universal server in Nuxt 3 is the fastest according to Fastify benchmarks 🚀

github.com/fastify/benchm…

Vue.js Indonesia รีโพสต์แล้ว

Did you know that there are already 1200+ sites using @nuxt_js 3 in production?


Vue.js Indonesia รีโพสต์แล้ว

Cara gak gampang dan gak instant dapet gaji (hampir) 4 digit youtube.com/watch?v=gczDiF…

lwastuargo's tweet card. Gimana sih proses interview software engineer?

youtube.com

YouTube

Gimana sih proses interview software engineer?


Vue.js Indonesia รีโพสต์แล้ว

How I refactor my code So, I have an `AuthService` interface. There are several implementations of this `AuthService`: - `NoAuthService` - `TokenAuthService`. github.com/state-alchemis…

gofrendiasgard's tweet image. How I refactor my code

So, I have an `AuthService` interface.
There are several implementations of this `AuthService`:
- `NoAuthService`
- `TokenAuthService`.
github.com/state-alchemis…

Vue.js Indonesia รีโพสต์แล้ว

One magical thing Vite enables is that because of the unified SSR conventions (e.g. ssr flag in plugin transform hooks), supporting multiple fws in the same SSR runtime becomes much easier (almost for free).


Vue.js Indonesia รีโพสต์แล้ว

#Programming is 1% coding, 99% debugging. It's paramount to understand the fundamentals of #debugging. If you are in #Jakarta, sign up for a forthcoming discussion at bit.ly/DaftarHET5.

AriyaHidayat's tweet image. #Programming is 1% coding, 99% debugging. It's paramount to understand the fundamentals of #debugging. If you are in #Jakarta, sign up for a forthcoming discussion at bit.ly/DaftarHET5.

Vue.js Indonesia รีโพสต์แล้ว

@nuxt_js-session v0.2 out now ✨ Get persistent user sessions, session management API and a session composable with just one line of configuration: github.com/sidebase/nuxt-… Sessions were never so easy, really glad how this turned out! 🤫🔑#nuxt 3 authentication next? 🔑🤫

bracket_john_'s tweet image. ✨ @nuxt_js-session v0.2 out now ✨

Get persistent user sessions, session management API and a session composable with just one line of configuration: github.com/sidebase/nuxt-…

Sessions were never so easy, really glad how this turned out!

🤫🔑#nuxt 3 authentication next? 🔑🤫

Vue.js Indonesia รีโพสต์แล้ว

Yuk kita bahas tentang production issues. Kenapa, apa, dan gimana cara handlenya. Bikin product nggak semanis planning, dan kalau udah live, pasti ada aja masalah di production yang suka bikin hidup lebih "berwarna"


Vue.js Indonesia รีโพสต์แล้ว

In @nuxt_js 3 we'll be able to configure how different routes are rendered. SSR vs. SPA Static (full static or incremental) Redirects (301 or 302) Plus some other handy configurations. v3.nuxtjs.org/guide/concepts…

MichaelThiessen's tweet image. In @nuxt_js 3 we'll be able to configure how different routes are rendered.

SSR vs. SPA
Static (full static or incremental)
Redirects (301 or 302)

Plus some other handy configurations.

v3.nuxtjs.org/guide/concepts…

Vue.js Indonesia รีโพสต์แล้ว

📣 We have a date 📣 Mastering Nuxt 3, the official course for learning in-depth @nuxt_js 3, releases on 25 October! Ready to start building your own, real-world 🚀 Nuxt 3 app? 🗓️ Save the date in your calendar and grab the huge early bird discount! masteringnuxt.com/nuxt3

MasteringNuxt's tweet image. 📣 We have a date 📣 

Mastering Nuxt 3, the official course for learning in-depth @nuxt_js 3, releases on 25 October! 

Ready to start building your own, real-world 🚀 Nuxt 3 app?

🗓️ Save the date in your calendar and grab the huge early bird discount!

masteringnuxt.com/nuxt3

Vue.js Indonesia รีโพสต์แล้ว

One of my favorite slides from the #PracticalA11y course. ♥️ #HTML

SaraSoueidan's tweet image. One of my favorite slides from the #PracticalA11y course. 

♥️ #HTML

Vue.js Indonesia รีโพสต์แล้ว

Nuxt News episode 1 presented by Full Stack Jack 💚 youtu.be/DlfCN-GwCiA

nuxt_js's tweet image. Nuxt News episode 1 presented by Full Stack Jack 💚

youtu.be/DlfCN-GwCiA

Vue.js Indonesia รีโพสต์แล้ว

Belajar composition API di Vue.js Composition API di Vue.js itu berasa sedikit aneh. Codingnya memang lebih pendek, tapi value/object yang di expose tidak dibungkus apa-apa. Kalau masih pemula, mending pakai option-based API dulu saja.

gofrendiasgard's tweet image. Belajar composition API di Vue.js

Composition API di Vue.js itu berasa sedikit aneh. 

Codingnya memang lebih pendek, tapi value/object yang di expose tidak dibungkus apa-apa.
Kalau masih pemula, mending pakai option-based API dulu saja.

Vue.js Indonesia รีโพสต์แล้ว

I'll to introduce you to the new Nuxt module that I recently created that should help you build more secure Nuxt applications, no matter if you build a simple blog or a complex e-commerce site. { author: @jacobandrewsky } #DEVCommunity #VueJS dev.to/jacobandrewsky…


Vue.js Indonesia รีโพสต์แล้ว

In less than 14 minutes, you can learn how to reduce the bundle size of your Angular Application, including: 🌳 what tree-shaking is 👝 the structure of production bundles 👩‍💻 how to use code splitting and find suboptimal imports youtube.com/watch?v=19T3O7…

angular's tweet card. Optimize the bundle size of an Angular application

youtube.com

YouTube

Optimize the bundle size of an Angular application


Vue.js Indonesia รีโพสต์แล้ว

CSS tip! 💡🌈 Animating text on hover using background-clip and conic-gradients! CodePen: codepen.io/pokecoder/pen/…


Vue.js Indonesia รีโพสต์แล้ว

🥲 Margin Bottom vs 😋 Margin Top When using margins, try to only make an effect on the element that you put the margin to. It will be so much easier to maintain.

th_clarence's tweet image. 🥲 Margin Bottom vs 😋 Margin Top

When using margins, try to only make an effect on the element that you put the margin to. It will be so much easier to maintain.

Vue.js Indonesia รีโพสต์แล้ว

No matter how many times I use it, I always have to look up how v-model works when I need it. It just won't stay in my brain.


Vue.js Indonesia รีโพสต์แล้ว

Should I start a weekly coding twitch? Have you got any recommendations for setting it up? *Really* thinking about it, I want to show I’m coding @nodejs, @fastifyjs & @platformatic in the open.


Vue.js Indonesia รีโพสต์แล้ว

VueCesium offers a Vue 3 component for 3D geospatial visualizations like 3D globes and maps 🌎️ - madewithvuejs.com/vuecesium

MadeWithVueJS's tweet image. VueCesium offers a Vue 3 component for 3D geospatial visualizations like 3D globes and maps 🌎️ - madewithvuejs.com/vuecesium

Loading...

Something went wrong.


Something went wrong.