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 16-30 of 47

All Results

Every matching page, sorted by relevance.

PyTorch nn.Module, Loss Functions and Optimizers
Master PyTorch model classes, parameters, forward passes, loss functions, optimizers, parameter groups, and gradient update mechanics.
https://www.tutorialslogic.com/pytorch/nn-modules-loss-optimizers
Tutorial
C Pointers Pointer Arithmetic Functions
A pointer identifies an object or function, but dereferencing is valid only while the pointed object exists, the type and alignment are suitable, and the access stays within the.
https://www.tutorialslogic.com/c-language/pointers
Tutorial
JavaScript Basics for Node.js: Values, Functions, Globals, and Callbacks
Review the JavaScript syntax used in Node.js and distinguish language keywords from Node runtime globals, modules, callbacks, and asynchronous APIs.
https://www.tutorialslogic.com/node-js/node-js-basics
Tutorial
JavaScript ES6 Features Arrow Functions, Destructuring, Spread
ES2015 established block-scoped bindings, arrows, classes, modules, Promises, iterables, generators, Map, Set, Symbol, destructuring, and other foundations of modern JavaScript.
https://www.tutorialslogic.com/javascript/es-6
Tutorial
MySQL GROUP BY Aggregate Functions
When joining tables, grouping can accidentally count multiplied rows. For example, orders joined to order_items returns one row per item, not one row per order.
https://www.tutorialslogic.com/my-sql/group-by
Tutorial
Azure Tutorial - Learn Microsoft Azure Step by Step for Beginners
Learn Microsoft Azure for beginners with AZ-900 basics, Azure services, Entra ID, virtual machines, App Service, storage, networking, Functions, security, and cost management.
https://www.tutorialslogic.com/azure
Tutorial
C++ Classes and Objects: Detailed Notes, Syntax, Examples & FAQs
Learn C++ classes and objects in detail with class syntax, object creation, data members, member functions, constructors, destructors, access specifiers, this pointer, static members, arrays of objects, examples, mistakes, and FAQs.
https://www.tutorialslogic.com/c-plus-plus/classes-and-objects
Tutorial
TypeScript Narrowing: typeof, in, instanceof and Type Guards
Understand how TypeScript narrows union values with control flow, typeof, in, instanceof, custom guards, and assertion functions.
https://www.tutorialslogic.com/typescript/narrowing
Tutorial
Azure Interview Questions: Answers, Coding Prep & FAQs
Prepare for Azure interviews with 50 detailed questions, practical answers, architecture examples, Azure CLI prep, and FAQs.
https://www.tutorialslogic.com/interview-questions/azure
Interview Q
JavaScript Data Types and Keywords: Complete Guide
Learn JavaScript's seven primitive data types, objects, typeof checks, null vs undefined, BigInt, Symbol, and reserved-word categories with examples.
https://www.tutorialslogic.com/javascript/data-types-and-keywords
Tutorial
C Language Roadmap: Step-by-Step Learning Path, Skills & Projects
Progress from C syntax and functions to arrays, pointers, structures, files, dynamic memory, debugging, and complete programs.
https://www.tutorialslogic.com/c-language/roadmap
Tutorial
C Language Setup Install GCC Run First Program
C is a compiled, procedural systems language with explicit types, functions, pointers, arrays, structures, and manual resource management.
https://www.tutorialslogic.com/c-language/getting-started
Tutorial
C++ Abstraction with Interfaces and Abstract Classes
Define stable C++ contracts with pure virtual functions, hide implementation details, and keep abstractions focused on caller needs.
https://www.tutorialslogic.com/c-plus-plus/abstraction
Tutorial
C++ goto: Syntax, Limits, and Structured Alternatives
Understand how goto transfers control, why it is usually avoided, which initialization rules constrain it, and how functions, loops, and RAII replace it.
https://www.tutorialslogic.com/c-plus-plus/goto-statement
Tutorial
CSS Transitions: Properties, Duration, Timing, and Delay
Build CSS transitions with explicit properties, durations, timing functions, delays, animatable values, motion preferences, and reliable state changes.
https://www.tutorialslogic.com/css/transitions
Tutorial
Popular Topics
Browse Free Tutorials

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