Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20240415012459537_GiorgioBoa_CompleteGuidetoQwik.png

lesson

IntroductionComplete Guide to Qwik

Introduction to the frontend development. Now, the responsibility of creating good or bad applications depends on you because the means available are all there.

https://s3.amazonaws.com/assets.fullstack.io/n/20240415012459537_GiorgioBoa_CompleteGuidetoQwik.png

lesson

ForewordComplete Guide to Qwik

Why is there a need for another framework? the current approach is not producing fast sites, and this problem will not disappear by waiting for a faster CPU.

https://image.mux.com/8Mj2yQIonq8ZKYWOEx5QVTu9LCoQh00wyUDAxmZcows8/thumbnail.png?time=0

lesson

Where to take it from hereInteractive Vue.js Resume Builder

Explore the documentation further and try it out in this app.

https://image.mux.com/v02eFfzNWqTNTp8g02s01102kYhdZqowbR2Q3F2hJ25AM2o/thumbnail.png?time=0

lesson

Save the resume configurationInteractive Vue.js Resume Builder

Save the resume configuration by learning about Vue.js lifecycle hooks, localStorage, and JavaScript Blob objects.

https://image.mux.com/qYwDIb12lHJ7ZkV5NbCQKa00FsMA6aGWUEvb01WHuI8Qk/thumbnail.png?time=0

lesson

Export resume as PDFInteractive Vue.js Resume Builder

Add an export as PDF functionality to the resume builder. Integrate the jsPdf library into your app.

https://image.mux.com/Aod02eYd4qjD01Ji01pCBH00za01x0041urYEnPbsKLN02pLbQ/thumbnail.png?time=0

lesson

Configuring the photoInteractive Vue.js Resume Builder

Configure the photo of the resume builder. Learn how to upload an image as a data url and toggle visibility.

https://image.mux.com/3WPW20254FsnOwMEx1sg2iPAIfgoLj02v02M002dHBpzy2c/thumbnail.png?time=0

lesson

Make styling configurableInteractive Vue.js Resume Builder

Make styling configurable with Vue.js class and style binding. Create a color input component, a select component, and more.

https://image.mux.com/00T0102sYSRA2FEZFDUd2qJmGSX63WgmvY1Km94iVctg3Q/thumbnail.png?time=0

lesson

Toggling edit modeInteractive Vue.js Resume Builder

Create a Vue.js toggle switch component and toggle the edit mode in the resume builder app.

https://image.mux.com/K2B702Ve3SM6IV2Yb6BWnIhfz18hY4kqFoJ2RiTnt02jE/thumbnail.png?time=0

lesson

Adding and removing entriesInteractive Vue.js Resume Builder

Add and remove resume entries dynamically by learning how to work with arrays in Vue.js. Learn about conditional rendering with the v-if directive.

https://image.mux.com/Zhg2ZhTV00SPt2KWe2gi3QvDV010227G6wufxvCglfKlqU/thumbnail.png?time=0

lesson

Improving the code structureInteractive Vue.js Resume Builder

Create Vue.js single file components and learn about slots, props, and custom events.

https://image.mux.com/DqOoHhDlgWaankak02WtfwAkkv00YDI8o1UxIk4btm7Bg/thumbnail.png?time=0

lesson

Editing the resume contentInteractive Vue.js Resume Builder

Make the resume content editable by learning the v-model and the v-on directive, methods, and how to handle events in Vue.js.

https://image.mux.com/b9sEaugKQ4qL02D01NMOOYKviA008fNS02FE02U6Kx00B1i02U/thumbnail.png?time=0

lesson

Component state and rendering data from itInteractive Vue.js Resume Builder

How to render data from component state. Learn about Vue.js directives, and reactive rendering.