Silo
Technology
The tools that shape the internet.
- AI→Artificial IntelligenceArtificial intelligence is the study of building machines that perform tasks requiring what would ordinarily be called intelligence — perception, reasoning, learning, decision-making.
- D→DockerDocker is a platform for packaging applications and their dependencies into isolated units called containers. It made Linux containers accessible to mainstream developers.
- G→GPUA GPU (graphics processing unit) is a processor with many simple cores designed for parallel work. Originally built for graphics, it now dominates machine-learning workloads.
- G→GraphQLGraphQL is a query language for APIs, developed inside Facebook and released publicly in 2015. Clients ask for exactly the fields they need and receive predictable JSON.
- H→HTTPHTTP (HyperText Transfer Protocol) is the application-layer protocol of the World Wide Web. Clients send requests, servers send responses, and the web works.
- K→KubernetesKubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. It originated at Google and is now the de facto standard for orchestrating containers.
- LL→Large Language ModelA large language model is a neural network trained on very large amounts of text. Given a prompt, it predicts the next token — repeatedly — to generate answers, translations, or code.
- L→LinuxLinux is a free and open-source Unix-like operating-system kernel first released by Linus Torvalds in 1991. It powers most of the world's servers, most smartphones (via Android), and every major supercomputer.
- NN→Neural NetworkA neural network is a computing system loosely modelled on biological brains. Layers of interconnected units learn to transform inputs into outputs by adjusting their connections.
- P→PHPPHP is a general-purpose scripting language especially suited to web development. Created in 1994, it powers a large fraction of the world's websites.
- P→PostgreSQLPostgreSQL is a free and open-source relational database management system. It is prized for standards compliance, extensibility, and reliability.
- P→PythonPython is a general-purpose programming language created by Guido van Rossum and first released in 1991. Its readability made it the default language of data science and machine learning.
- RA→REST APIREST is an architectural style for networked applications, described by Roy Fielding in 2000. It treats every resource as a URL and uses standard HTTP verbs to manipulate it.
- R→RustRust is a systems programming language focused on safety, performance, and concurrency. It guarantees memory safety without a garbage collector.
- T→TransformerThe Transformer is a neural-network architecture introduced in 2017. Its self-attention mechanism became the foundation for modern large language models.
- T→TypeScriptTypeScript is a strongly typed superset of JavaScript developed by Microsoft. It compiles to plain JavaScript and adds a static type system.