lesson
React Server ComponentComplete Guide to QwikReact Server Component. In this lesson you will understand the difference from Server Component and Client Component.
lesson
HydrationComplete Guide to QwikOverview of the hydration. In this lesson you will understand the difference from Hydration and Island architecture/Partial Hydration.
lesson
Frontend architecturesComplete Guide to QwikOverview of the frontend architectures. In this lesson you will understand the difference from Client Side Rendering and Multi Page Application.
lesson
TypeScriptComplete Guide to QwikOverview of TypeScript. TypeScript introduced types into an untyped language like Javascript to ensure code consistency.
lesson
IntroductionComplete Guide to QwikIntroduction to the frontend development. Now, the responsibility of creating good or bad applications depends on you because the means available are all there.
lesson
ForewordComplete Guide to QwikWhy 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.
lesson
Where to take it from hereInteractive Vue.js Resume BuilderExplore the documentation further and try it out in this app.
lesson
Save the resume configurationInteractive Vue.js Resume BuilderSave the resume configuration by learning about Vue.js lifecycle hooks, localStorage, and JavaScript Blob objects.
lesson
Export resume as PDFInteractive Vue.js Resume BuilderAdd an export as PDF functionality to the resume builder. Integrate the jsPdf library into your app.
lesson
Configuring the photoInteractive Vue.js Resume BuilderConfigure the photo of the resume builder. Learn how to upload an image as a data url and toggle visibility.
lesson
Make styling configurableInteractive Vue.js Resume BuilderMake styling configurable with Vue.js class and style binding. Create a color input component, a select component, and more.
lesson
Toggling edit modeInteractive Vue.js Resume BuilderCreate a Vue.js toggle switch component and toggle the edit mode in the resume builder app.