lesson
Adding and removing entriesInteractive Vue.js Resume BuilderAdd and remove resume entries dynamically by learning how to work with arrays in Vue.js. Learn about conditional rendering with the v-if directive.
lesson
Improving the code structureInteractive Vue.js Resume BuilderCreate Vue.js single file components and learn about slots, props, and custom events.
lesson
Editing the resume contentInteractive Vue.js Resume BuilderMake the resume content editable by learning the v-model and the v-on directive, methods, and how to handle events in Vue.js.
lesson
Component state and rendering data from itInteractive Vue.js Resume BuilderHow to render data from component state. Learn about Vue.js directives, and reactive rendering.
lesson
Basic markup and stylingInteractive Vue.js Resume BuilderAdd basic markup and styling to the resume app. Learn about scoped styling in Vue.js.
lesson
Project setup for building a Vue.js resumeInteractive Vue.js Resume BuilderHow to setup a Vue.js project. Use create-vue to generate a new project. Learn about folder and file structure in Vue.js.
lesson
Why you should learn Vue.jsInteractive Vue.js Resume BuilderGet an overview about Vue.js and learn about why Vue is a progressive framework, the different APIs, and the virual DOM.
lesson
Course introduction to "Build a Vue.js Resume"Interactive Vue.js Resume BuilderCourse introduction to "Build a Vue.js Resume". Prerequisites, course content, and a look at the final product.
lesson
Closures inside loopsAdvanced JavaScript UnleashedExplanation of the problem of closures inside loops and how to fix it
lesson
PostgreSQL RangesFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLThe power of PostgreSQL ranges
lesson
ConclusionAdvanced JavaScript UnleashedFinal thoughts and advice regarding how to continue the exciting journey of learning JavaScript