From 1a54198a83428991bb48e374551bc3836fdba4b4 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 22 Aug 2021 18:16:42 +0100 Subject: [PATCH] Add authors to tech spotlight archives --- src/content/archives/what-is-ansible.md | 7 +++++++ src/content/archives/what-is-clojure.md | 8 ++++++++ src/content/archives/what-is-deno.md | 8 ++++++++ src/content/archives/what-is-discordjs.md | 7 +++++++ src/content/archives/what-is-docker.md | 8 ++++++++ src/content/archives/what-is-elixir.md | 7 +++++++ src/content/archives/what-is-emacs.md | 11 +++++++++++ src/content/archives/what-is-google.md | 7 +++++++ src/content/archives/what-is-graphql.md | 8 ++++++++ src/content/archives/what-is-haskell.md | 8 ++++++++ src/content/archives/what-is-julia.md | 7 +++++++ src/content/archives/what-is-kotlin.md | 7 +++++++ src/content/archives/what-is-lisp.md | 7 +++++++ src/content/archives/what-is-redis.md | 7 +++++++ src/content/archives/what-is-rust.md | 7 +++++++ src/content/archives/what-is-sqlite.md | 7 +++++++ src/content/archives/what-is-svelte.md | 7 +++++++ src/content/archives/what-is-symfony.md | 7 +++++++ src/content/archives/what-is-vim.md | 9 +++++++++ src/content/archives/what-is-wsl.md | 7 +++++++ src/content/archives/what-is-zsh.md | 7 +++++++ 21 files changed, 158 insertions(+) diff --git a/src/content/archives/what-is-ansible.md b/src/content/archives/what-is-ansible.md index 6639252..8da723e 100644 --- a/src/content/archives/what-is-ansible.md +++ b/src/content/archives/what-is-ansible.md @@ -1,3 +1,10 @@ +--- +authors: + - "cro#7281" +created_at: "2020/09/15" +title: What is Ansible? +--- + ## What is Ansible? Ansible is an open-source software provisioning, configuration management, and application deployment tool enabling Infrastructure as code. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. diff --git a/src/content/archives/what-is-clojure.md b/src/content/archives/what-is-clojure.md index 9e7af95..53a3905 100644 --- a/src/content/archives/what-is-clojure.md +++ b/src/content/archives/what-is-clojure.md @@ -1,3 +1,11 @@ +--- +authors: + - "vishon05#4039" + - "SlashDevSlashRandom#2112" +created_at: "2021/08/08" +title: What is Clojure? +--- + ## What is Clojure? Clojure is a dynamically typed high level lisp designed with interactive development in mind. As a lisp it has features such as homoiconicity, so code as data, macros which let you manipulate the Abstract Syntax Tree of the program itself, and lots and lots of parentheses. This language emphasises concurrency and functional programming. diff --git a/src/content/archives/what-is-deno.md b/src/content/archives/what-is-deno.md index 65f63a3..d0836eb 100644 --- a/src/content/archives/what-is-deno.md +++ b/src/content/archives/what-is-deno.md @@ -1,3 +1,11 @@ +--- +authors: + - "denoer#8886" + - "HeccinTech#0001" +created_at: "2021/06/08" +title: What is Deno? +--- + ## What is Deno? Deno is a modern and secure runtime, and toolchain for JavaScript and TypeScript. It uses V8 and is built in Rust. diff --git a/src/content/archives/what-is-discordjs.md b/src/content/archives/what-is-discordjs.md index 56ff43e..dcf084f 100644 --- a/src/content/archives/what-is-discordjs.md +++ b/src/content/archives/what-is-discordjs.md @@ -1,3 +1,10 @@ +--- +authors: + - "moe#9999" +created_at: "2020/05/21" +title: What is DiscordJS? +--- + ## What is Discord.js? discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend. diff --git a/src/content/archives/what-is-docker.md b/src/content/archives/what-is-docker.md index f8db6d9..71b198b 100644 --- a/src/content/archives/what-is-docker.md +++ b/src/content/archives/what-is-docker.md @@ -1,3 +1,11 @@ +--- +authors: + - "mox#1000" + - "Plastic#8387" +created_at: "2018/04/28" +title: What is Docker? +--- + ## What is Docker? Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. Containers allow for total application and environment isolation which makes it much easier to ensure an application runs with any necessary dependencies. diff --git a/src/content/archives/what-is-elixir.md b/src/content/archives/what-is-elixir.md index e1f356f..3219ec1 100644 --- a/src/content/archives/what-is-elixir.md +++ b/src/content/archives/what-is-elixir.md @@ -1,3 +1,10 @@ +--- +authors: + - "Fox#0001" +created_at: "2018/08/30" +title: What is Elixir? +--- + ## What is Elixir? Elixir is a dynamically typed, functional programming language, with an emphasis on concurrency. Elixir, despite being a young language, has grown quite rapidly, and has surprisingly fleshed out libraries and documentation. diff --git a/src/content/archives/what-is-emacs.md b/src/content/archives/what-is-emacs.md index b233f8a..c96698d 100644 --- a/src/content/archives/what-is-emacs.md +++ b/src/content/archives/what-is-emacs.md @@ -1,3 +1,14 @@ +--- +authors: + - "Fox#0001" + - "Dreameh#0001" + - "speckledlemon#0470" + - "shan#6094" + - "lgneous#0001" +created_at: "2020/03/14" +title: What is Emacs? +--- + ## What is Emacs? Emacs is a Lisp interpreter. It is commonly used as a **text editor** for reading and writing code, although you can use diff --git a/src/content/archives/what-is-google.md b/src/content/archives/what-is-google.md index b7f3bae..f3746ba 100644 --- a/src/content/archives/what-is-google.md +++ b/src/content/archives/what-is-google.md @@ -1,3 +1,10 @@ +--- +authors: + - "itsHobbes#1985" +created_at: "2021/04/08" +title: What is Google? +--- + ## What is Google? Google allows us smooth brained chumps to keep our jobs while looking like we know what we're doing. diff --git a/src/content/archives/what-is-graphql.md b/src/content/archives/what-is-graphql.md index 262fe24..4cd9025 100644 --- a/src/content/archives/what-is-graphql.md +++ b/src/content/archives/what-is-graphql.md @@ -1,3 +1,11 @@ +--- +authors: + - "veksen#1060" +created_at: "2018/07/18" +title: What is GraphQL? +--- + + ## What is GraphQL? GraphQL is a query language for APIs, meant to challenge and replace REST. At its core, GraphQL enables declarative data fetching where a client can specify exactly what data it needs from an API. Put bluntly, a lot of people claim GraphQL to be REST 2.0. diff --git a/src/content/archives/what-is-haskell.md b/src/content/archives/what-is-haskell.md index 19b6e16..2159749 100644 --- a/src/content/archives/what-is-haskell.md +++ b/src/content/archives/what-is-haskell.md @@ -1,3 +1,11 @@ +--- +authors: + - "Fox#0001" + - "Cronokirby#0753" +created_at: "2018/04/10" +title: What is Haskell? +--- + ## What is Haskell? "Haskell is a computer programming language. In particular, it is a polymorphically statically typed, lazy, purely functional language, quite different from most other programming languages. The language is named for Haskell Brooks Curry, whose work in mathematical logic serves as a foundation for functional languages. Haskell is based on the lambda calculus, hence the lambda we use as a logo." - Haskell Wiki The above being said, if you perceive yourself to be "bad" at math, don't feed into it. If you are interested in using it and you apply yourself it will work out. diff --git a/src/content/archives/what-is-julia.md b/src/content/archives/what-is-julia.md index bc50ef8..066fb6d 100644 --- a/src/content/archives/what-is-julia.md +++ b/src/content/archives/what-is-julia.md @@ -1,3 +1,10 @@ +--- +authors: + - "moss#0001" +created_at: "2019/10/09" +title: What is Julia? +--- + ## What is Julia? Julia is a high-level dynamic programming language for numerical computing. It is free and open-source: under the MIT license. Although Julia is still in its youth (the current release is v1.2), Julia provides a lot of support for mathematical analysis and data science. diff --git a/src/content/archives/what-is-kotlin.md b/src/content/archives/what-is-kotlin.md index a860ff0..7deed96 100644 --- a/src/content/archives/what-is-kotlin.md +++ b/src/content/archives/what-is-kotlin.md @@ -1,3 +1,10 @@ +--- +authors: + - "Fox#0001" +created_at: "2018/05/12" +title: What is Kotlin? +--- + ## What is kotlin? Kotlin is a statically typed programming language that runs on the JVM (Java Virtual Machine). diff --git a/src/content/archives/what-is-lisp.md b/src/content/archives/what-is-lisp.md index 123c5be..4177173 100644 --- a/src/content/archives/what-is-lisp.md +++ b/src/content/archives/what-is-lisp.md @@ -1,3 +1,10 @@ +--- +authors: + - "SlashDevSlashRandom#2112" +created_at: "2018/06/24" +title: What is Lisp? +--- + ## What is Lisp? Originally specified in 1958, Lisp is the second oldest high level programming language in use today. (Only younger than FORTRAN by one year!). There have been many different dialects of Lisp that have come and gone over the ages. In the modern day, some of the most known and used Lisp dialects (lisps) are Common Lisp, Clojure/ClojureScript, Racket and Scheme. The name "Lisp" was derived from "LISt Processor", and the list data structure is at the core of the language. Many recognizable language features were first developed in Lisp; dynamic typing, garbage collection, the read-eval-print loop, and more. diff --git a/src/content/archives/what-is-redis.md b/src/content/archives/what-is-redis.md index ef21229..4c5d3f8 100644 --- a/src/content/archives/what-is-redis.md +++ b/src/content/archives/what-is-redis.md @@ -1,3 +1,10 @@ +--- +authors: + - "caffeinewriter#0001" +created_at: "2019/08/05" +title: What is Redis? +--- + ## What is Redis? Redis is an in-memory datastore. It supports on-disk persistence, cache eviction, various data structures, Pub/Sub, scripting, and other features that put it in a middle ground between simple key-value store, and a more complex database. diff --git a/src/content/archives/what-is-rust.md b/src/content/archives/what-is-rust.md index 42a7ff9..11aba65 100644 --- a/src/content/archives/what-is-rust.md +++ b/src/content/archives/what-is-rust.md @@ -1,3 +1,10 @@ +--- +authors: + - "Fox#0001" +created_at: "2018/10/08" +title: What is Rust? +--- + ## What is Rust? "Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety." diff --git a/src/content/archives/what-is-sqlite.md b/src/content/archives/what-is-sqlite.md index ff1a737..94aa875 100644 --- a/src/content/archives/what-is-sqlite.md +++ b/src/content/archives/what-is-sqlite.md @@ -1,3 +1,10 @@ +--- +authors: + - "Kibb#0001" +created_at: "2019/09/02" +title: What is Sqlite? +--- + ## What is SQLite? Sqlite is a small self-contained SQL database engine written in ANSI C. It allows for creating an SQL database both on disk as a single file, and in memory. diff --git a/src/content/archives/what-is-svelte.md b/src/content/archives/what-is-svelte.md index b9b7839..af2775e 100644 --- a/src/content/archives/what-is-svelte.md +++ b/src/content/archives/what-is-svelte.md @@ -1,3 +1,10 @@ +--- +authors: + - "caffeinewriter#0001" +created_at: "2019/12/04" +title: What is Svelte? +--- + ## What is Svelte? Svelte is a front-end technology similar in use to React, Vue, Angular, and the like. However, instead of loading a framework on the client-side, Svelte wires everything up during the build step, meaning it doesn't have to interpret any additional information at runtime. However, it's still in its relative infancy. diff --git a/src/content/archives/what-is-symfony.md b/src/content/archives/what-is-symfony.md index 6dcbf4b..8c39fac 100644 --- a/src/content/archives/what-is-symfony.md +++ b/src/content/archives/what-is-symfony.md @@ -1,3 +1,10 @@ +--- +authors: + - "_JustDylan_#8625" +created_at: "2021/01/15" +title: What is Symfony? +--- + ## What is Symfony Symfony is an Open Source full stack PHP framework for web applications and a set of reusable PHP libraries. Thousands of web sites and applications rely on Symfony as the foundation of their web services. And most of the leading PHP projects, such as Drupal and Laravel use Symfony components to build their applications. diff --git a/src/content/archives/what-is-vim.md b/src/content/archives/what-is-vim.md index a948f37..e9be50b 100644 --- a/src/content/archives/what-is-vim.md +++ b/src/content/archives/what-is-vim.md @@ -1,3 +1,12 @@ +--- +authors: + - "hayden#5432" + - "squed#2021" + - "Clements#9925" +created_at: "2021/05/08" +title: What is Vim? +--- + ## What is Vim? Slated as the 'ubiquitous text editor', "Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient." according to its website at . It is a command-based text editor, so instead of menus and icons, it relies solely on keybinds and commands a user can type into it. diff --git a/src/content/archives/what-is-wsl.md b/src/content/archives/what-is-wsl.md index 16f1dac..2e74ca6 100644 --- a/src/content/archives/what-is-wsl.md +++ b/src/content/archives/what-is-wsl.md @@ -1,3 +1,10 @@ +--- +authors: + - "Drac#9999" +created_at: "2021/07/08" +title: What is WSL? +--- + ## What is WSL? A lot of people shy away from developing on Windows under the misconception that it’s a terrible environment to develop on, instead, dual booting Windows and Linux, or even switching over to Linux entirely! diff --git a/src/content/archives/what-is-zsh.md b/src/content/archives/what-is-zsh.md index b7f3db9..8b8642c 100644 --- a/src/content/archives/what-is-zsh.md +++ b/src/content/archives/what-is-zsh.md @@ -1,3 +1,10 @@ +--- +authors: + - "elkell#6226" +created_at: "2019/11/05" +title: What is Zsh? +--- + ## What is Zsh? Zsh, or Z Shell, is a popular alternative shell that extends the most common one, bash. It supports history enhancements, path expansion, environment variable expansion, improved tab completion, improved globbing (searching files), and hundreds more. Zsh has too many features to list here. For a developer, zsh can save tons of time while using a terminal window.