Development
Everything on SkillVeris tagged Development — collected across the glossary, study notes, blog, and cheat sheets.
15 resources across 1 library
Study Notes(15)
Silverlight Common Pitfalls
A field guide to the mistakes developers repeatedly make when building Silverlight applications, covering data binding, threading, and deployment traps.
What Is Postman?
An introduction to Postman as an API platform for building, testing, and documenting HTTP APIs, and why it has become the standard tool for API development.
The Apex Development Environment
A tour of the tools used to write, test, and deploy Apex code, from VS Code and Salesforce CLI to Developer Console, sandboxes, and scratch orgs.
Installing D and DUB
Step-by-step guide to installing a D compiler (DMD, LDC, or GDC) and DUB, D's package and build manager, on any platform.
Dart for Server-Side Development
Building and deploying backend services in Dart using dart:io and the shelf framework, from routing to native executable deployment.
Lua in Game Development
How Lua's lightweight, embeddable design made it the standard scripting layer for game engines, from Roblox and LOVE2D to World of Warcraft addons.
F# and Web Development
F# builds web applications through plain ASP.NET Core, the functional Giraffe framework, the higher-level Saturn DSL, and Fable-compiled frontends that share d…
Wasm in Game Development
How game engines compile C++/Rust codebases to WebAssembly to ship performant games that run directly in a browser tab.
Test-Driven Development Explained
Learn what TDD actually is, how the write-test-first workflow changes design and confidence, and where it fits alongside other testing practices.
Introduction to Web Development
A beginner-friendly overview of what web development is, the roles involved, and how modern websites are built.
Setting Up a Web Development Environment
A practical guide to installing the editor, browser, and tools needed to start writing HTML and CSS.
Common Web Development Pitfalls
The most frequent HTML and CSS mistakes beginners make, why they cause problems, and how to fix them.
Test-Driven Development
Learn the Red-Green-Refactor cycle that drives code design by writing tests before implementation.
What Is Android Development?
An overview of building apps for Android: the platform, the tools, and how modern Android development has shifted from imperative XML layouts to declarative Ko…
What Is iOS Development?
An overview of what building apps for Apple's iOS platform involves, from the toolchain and languages to the App Store distribution pipeline.