Tutorials Logic, IN info@tutorialslogic.com

Search Command Center

Jump straight into tutorials, interview prep, tools, compilers, and career workflows.

Found 47 results for "functions"
Showing 1-15 of 47

All Results

Every matching page, sorted by relevance.

C++ Functions, Parameters, Overloads, and Defaults
Design C++ functions with clear contracts, efficient parameter passing, unambiguous overloads, and default arguments declared in one place.
https://www.tutorialslogic.com/c-plus-plus/functions
Tutorial
CSS Functions calc, min, max, clamp
CSS functions let values respond to the page instead of staying fixed. They can calculate sizes, choose safe limits, read custom properties, create colors, load assets, and.
https://www.tutorialslogic.com/css/css-functions
Tutorial
Golang Functions: Parameters, Return Values, Variadic and Closures
Write Golang Functions with typed parameters, multiple return values, named returns, variadic arguments, anonymous functions, and closures.
https://www.tutorialslogic.com/golang/functions
Tutorial
JavaScript Functions Arrow, Callback, Higher Order
Functions are callable values with lexical scope, parameters, return contracts, receiver behavior, closure state, and synchronous, asynchronous, or generator execution forms.
https://www.tutorialslogic.com/javascript/functions
Tutorial
MySQL Functions String, Date, Aggregate Functions
Learn MySQL functions for formatting strings, dates, numbers, aggregates, conditional logic, and query-time calculations.
https://www.tutorialslogic.com/my-sql/functions
Tutorial
PHP Functions: Parameters, Returns, Closures, and Side Effects
Write PHP functions with clear parameters and return values, use variadics and closures, and separate calculations from I/O side effects.
https://www.tutorialslogic.com/php/functions
Tutorial
Python Built-in Functions: len, sum, sorted, zip, any, all
Learn essential Python built-in functions for counting, sorting, looping, pairing, checking truth, and transforming data.
https://www.tutorialslogic.com/python/built-in-functions
Tutorial
Python Functions def, args, kwargs, return
Learn Python functions as reusable behavior units with parameters, return values, default arguments, *args, **kwargs, scope, and clean design.
https://www.tutorialslogic.com/python/functions
Tutorial
TypeScript Functions: Parameters, Return Types and Callbacks
Write safer functions with typed parameters, return values, optional parameters, default values, rest parameters, and callbacks.
https://www.tutorialslogic.com/typescript/functions
Tutorial
TypeScript Generics: Reusable Type-Safe Functions and Components
Learn generic functions, generic interfaces, constraints, keyof, and practical examples for reusable TypeScript code.
https://www.tutorialslogic.com/typescript/generics
Tutorial
Azure Functions: Triggers, Bindings, Scaling, and Reliability
Run event-driven code with triggers, bindings, hosting plans, managed identity, Application Insights, and durable workflows.
https://www.tutorialslogic.com/azure/functions-serverless
Tutorial
C Functions Declaration, Recursion, Pointers
A C function has a return type, name, parameter list, and body. A declaration lets the compiler check calls before it sees the definition.
https://www.tutorialslogic.com/c-language/functions
Tutorial
Golang Structs and Methods: Model Data with Receiver Functions
Use Golang Structs, embedded structs, tags, methods, pointer receivers, and value receivers to model application data.
https://www.tutorialslogic.com/golang/structs-methods
Tutorial
JavaScript IIFE Immediately Invoked Functions
Use JavaScript IIFE Immediately Invoked Functions when it clarifies browser behavior or runtime flow; prefer explicit values and visible console output over relying on implicit.
https://www.tutorialslogic.com/javascript/iife
Tutorial
Lambda in Python Anonymous Functions
Learn when Python lambda functions help with small inline transformations and when a normal def function is clearer.
https://www.tutorialslogic.com/python/lambda
Tutorial
Popular Topics
Browse Free Tutorials

Explore 500+ free tutorials across 20+ languages and frameworks.