Setup
Everything on SkillVeris tagged Setup — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 2 libraries
Study Notes(11)
Installing Playwright and Project Setup
A practical walkthrough of installing Playwright, understanding what gets set up, and structuring a new test project.
Installing Cypress and Project Setup
How to add Cypress to a JavaScript project, understand the folder structure it scaffolds, and configure it for your app.
Installing dbt and Project Setup
How to install dbt Core with the correct database adapter, scaffold a new project with dbt init, and understand the role of profiles.yml.
Power BI Desktop Setup
How to install Power BI Desktop, navigate its Report, Data, and Model views, and configure key options before building your first report.
Building a To-Do App
A hands-on walkthrough of building a MAUI to-do list app with MVVM data binding and local SQLite persistence.
Connecting a Client
How to connect a browser or Node.js client to a Socket.IO server, configure connection options, and handle the connection lifecycle correctly.
Installing and Setup
How to install the Socket.IO server and client packages, wire them into an existing Node.js/Express project, and avoid common version-mismatch pitfalls.
Installing Visual Studio and Setup
A practical walkthrough of installing Visual Studio, selecting the correct workload, and creating your first VB.NET project.
Installing Xcode and Setup
How to install Xcode, set up a new Objective-C project, and compile Objective-C from the command line.
Installing Python and IDE Setup
A practical walkthrough of installing Python 3, verifying the installation, and configuring a code editor or IDE for productive development.
The setup() Function and <script setup>
Learn the entry point of the Composition API — the setup() function — and how <script setup> compiles away its boilerplate.
Cheat Sheets(3)
Vue.js Cheat Sheet
A quick reference to Vue.js directives, the Composition API, and single-file components for building reactive web interfaces.
Internationalization (i18n) Cheat Sheet
Covers locale handling, the Intl API, react-i18next setup, ICU pluralization syntax, and RTL/logical-CSS techniques for internationalized web apps.
Observability (Metrics/Logs/Traces) Cheat Sheet
The three pillars of observability covering metrics instrumentation, structured logging, distributed tracing, and OpenTelemetry setup.