Public
Everything on SkillVeris tagged Public — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Study Notes(5)
What Is Microsoft Azure?
An introduction to Microsoft Azure as a public cloud platform, covering its core service models and why organizations adopt it.
Static Assets and the public Folder
How Next.js serves files from the public directory at the site root, and when to use it versus importing assets directly into components.
Access Modifiers in TypeScript (public, private, protected)
Control the visibility of class members with public, private, and protected, and understand that these checks exist only at compile time.
Public Key Infrastructure (PKI)
Learn how Certificate Authorities issue certificates and how the chain of trust binds public keys to real-world identities.
Method Visibility
Learn how Ruby's public, private, and protected keywords control which parts of an object's interface callers can access, and why visibility shapes good API de…