Calling
Everything on SkillVeris tagged Calling — collected across the glossary, study notes, blog, and cheat sheets.
17 resources across 2 libraries
Study Notes(16)
Calling PowerShell from Batch
Learn how to invoke PowerShell commands and scripts from a batch file, pass parameters, capture output, and manage execution policy and security implications.
Teams Phone and Calling Basics
An introduction to Teams Phone System, PSTN connectivity options, and core calling features that turn Teams into a full PBX replacement.
HttpClient and Calling APIs
Learn how to configure and use HttpClient in Blazor Server and WebAssembly to call REST APIs safely and efficiently.
PowerShell and REST APIs
Use Invoke-RestMethod and Invoke-WebRequest to consume, authenticate against, and automate workflows around HTTP REST APIs.
HTTP and Custom Connectors
Call external REST APIs from Power Automate using the HTTP action and build reusable custom connectors with authentication and defined schemas.
Subroutines and Functions
Structuring reusable Fortran code with SUBROUTINEs, FUNCTIONs, INTENT, and pass-by-reference arguments.
Calling Python and C from Julia
How PyCall.jl/PythonCall.jl let Julia call Python libraries directly, and how Julia's built-in ccall lets you call C and Fortran functions with zero overhead.
Functions in Lua
Learn how to define and call Lua functions, treat them as first-class values, use colon syntax for methods, and understand local vs global function scope.
F# and .NET Interop
F# runs on .NET and can freely call into C# libraries and the Base Class Library, and be consumed from C# projects — understanding the interop rules is essenti…
Functions in Haskell
How to define, call, curry, and locally scope functions in Haskell, including lambdas and where/let bindings.
Subroutines in Perl
Understand how to define and call Perl subroutines, pass arguments via @_, return values, and use references for pass-by-reference semantics.
Procedures and Calling Conventions
Learn how assembly functions are called, how arguments and return values are passed, and how the stack frame is built and torn down.
async/await Basics in Swift
Learn how Swift's async/await syntax replaces completion-handler callbacks with linear, readable asynchronous code, and how to call async functions safely.
Terraform Modules Explained
Modules are Terraform's mechanism for packaging and reusing configuration. This topic explains what a module is, root vs. child modules, and how module calls c…
Inheritance in Ruby
See how Ruby classes extend one another with single inheritance, how `super` calls parent implementations, and how method resolution order determines which met…
Functions in Bash
Learn how to define reusable Bash functions, pass arguments and return values, manage variable scope with local, and organize larger scripts around them.