Computing
Everything on SkillVeris tagged Computing — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 1 library
Study Notes(14)
Numerical Computing in Fortran
Master precision control, whole-array operations, LAPACK/BLAS integration, and floating-point pitfalls for reliable numerical Fortran code.
LISP for AI and Symbolic Computing
Why LISP became the historical language of AI research, and how homoiconicity, symbolic data, and macros support symbolic reasoning, search, and rule-based sys…
MATLAB vs Python for Numerical Computing
A practical comparison of MATLAB and Python for engineering and scientific computing, covering syntax, performance, toolboxes, cost, and when to choose each.
Julia for Scientific Computing
How Julia's multiple dispatch, type system, and native array performance make it a first-class language for numerical and scientific computing.
Parallel Computing in Julia
An overview of Julia's parallelism options — multithreading with Threads.@threads, multiprocessing with Distributed.jl, and how to avoid data races.
D for High-Performance Computing
D combines low-level control -- @nogc code, SIMD intrinsics, and manual memory layout -- with high-level expressiveness, making it a practical choice for numer…
Strings in Assembly
How byte-sequence strings are terminated, measured, copied, and compared in x86 assembly, including the REP-prefixed string instructions.
What Is Google Cloud Platform?
An introduction to Google Cloud Platform, its core service categories, and how it compares to running your own infrastructure.
Cloud Computing Benefits and Challenges
Concrete benefits of cloud computing like elasticity and pay-as-you-go, weighed against real challenges like vendor lock-in and cost sprawl.
Common Cloud Computing Interview Questions
The most frequently asked cloud computing interview questions with clear, technically accurate answers.
Cloud Computing Quick Reference
A condensed cheat sheet of the core cloud computing facts, terms, and definitions for last-minute review.
Serverless Computing
Understand Function-as-a-Service (FaaS), event-driven execution, per-invocation billing, and the cold-start tradeoff behind serverless computing.
What Is Cloud Computing?
An introduction to cloud computing, its NIST-defined essential characteristics, and why organizations moved from owning hardware to renting it.
CDN Caching and Edge Computing
Covers how Content Delivery Networks cache content close to users to cut latency, and how edge computing extends this to running logic near the request origin.