chore: remove redundant frontmatter

This commit is contained in:
thomasabishop 2024-02-17 13:27:49 +00:00
parent fbad4fc2a0
commit 579fe8ad20
392 changed files with 13 additions and 911 deletions

View file

@ -3,7 +3,7 @@ import os
import re
# Define the directory
directory = "/home/thomas/repos/eolas-bak/zk"
directory = "/home/thomas/repos/eolas/zk"
# Define the regex patterns
title_pattern = re.compile(r"title:.*\n")

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Programming Languages
- Databases
tags: [backend, node-js, REST, APIs, mongo-db]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker, gpt-output]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS, aws-lambda]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- theorems
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- theorems
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra]
---

View file

@ -1,7 +1,4 @@
---
title: Analogue and digital
categories:
- Hardware
tags: [analogue]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,7 +1,4 @@
---
title: Apollo Client
categories:
- Databases
tags: [graphql]
---

View file

@ -1,7 +1,4 @@
---
title: Apollo Server
categories:
- Databases
tags: [graphql, REST, APIs]
---
@ -37,8 +34,7 @@ type Query {
type Track {
id: ID!
title: String!
author: Author!
author: Author!
thumbnail: String
length: Int
modulesCount: Int
@ -102,8 +98,7 @@ const server = new ApolloServer({ typeDefs, mocks: true });
const mocks = {
Track: () => ({
id: () => "track_01",
title: () => "Astro Kitty, Space Explorer",
author: () => {
author: () => {
return {
name: "Grumpy Cat",
photo:

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [CPU]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags:
- data-structures
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- theorems
- prealgebra

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
- awk

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- set-theory
- theorems

View file

@ -1,7 +1,4 @@
---
categories:
- Operating Systems
- Linux
tags:
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,7 +1,4 @@
---
categories:
- Mathematics
- Logic
tags:
- set-theory
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- frontend
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Mathematics
- Computer Architecture
tags: [binary, binary-arithmetic]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Mathematics
- Computer Architecture
tags: [binary, binary-arithemetic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [binary, binary-encoding]
---

View file

@ -1,7 +1,4 @@
---
title: Binary encoding
categories:
- Computer Architecture
tags: [binary, binary-encoding]
---

View file

@ -1,7 +1,4 @@
---
title: Text encoding
categories:
- Computer Architecture
tags: [binary, binary-encoding]
---

View file

@ -1,8 +1,4 @@
---
title: Binary number system
categories:
- Mathematics
- Computer Architecture
tags: [binary, number-systems]
---

View file

@ -1,8 +1,4 @@
---
title: Binary units of measurement
categories:
- Computer Architecture
- Mathematics
tags: [binary]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Networks
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Logic
- Computer Architecture
tags: [propositional-logic, algebra, nand-to-tetris]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Logic
- Computer Architecture
tags: [propositional-logic, nand-to-tetris]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Logic
- Computer Architecture
tags: [propositional-logic, nand-to-tetris]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
- disks
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- react

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [bus]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [CPU, electromagnetism, clock]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Software Engineering
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags:
- git
---

View file

@ -1,7 +1,4 @@
---
title: Child to parent data-flow
categories:
- Programming Languages
tags: [javascript, react, react-hooks]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [motherboard]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [electricity, circuits]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, OOP]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [typescript, OOP]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, OOP]
---

View file

@ -1,8 +1,4 @@
---
categories:
- Computer Architecture
- Electronics
- Hardware
tags: [binary, memory, clock, electromagnetism]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS]
---

View file

@ -1,7 +1,4 @@
---
title: Command pattern
categories:
- DSA
tags:
- design-patterns
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- theorems
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Databases
tags: [docker, SQL, node-js]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker, containerization, Linux]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: [systems-programming]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,9 +1,4 @@
---
title: Creating memory with NAND gates
categories:
- Computer Architecture
- Electronics
- Hardware
tags: [logic-gates, binary, memory]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Programming Languages
- Linux
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Operating Systems
tags:
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
- data-types

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, timestamps]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags:
- theory-of-computation
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Software Engineering
tags: [OOP]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-structures]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [circuits]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: [systems-programming]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- theorems
- prealgebra

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker, containerization]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker, containerization]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker, containerization]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [docker]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git, procedural]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity, electromagnetism]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra, exponents]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags:
- OOP
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [CPU]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS, backend]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
- disks
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,7 +1,4 @@
---
categories:
- Electronics
- Hardware
tags: [logic-gates, binary, memory, clock]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,7 +1,4 @@
---
categories:
- Hardware
- Electronics
tags: [logic-gates, binary]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- theorems

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,7 +1,4 @@
---
title: Ground
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,5 +1,4 @@
---
categories: [Programming Languages]
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Networks
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Hardware
- Electronics
tags: [logic-gates, binary]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS, aws-lambda, backend]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [nand-to-tetris]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [nand-to-tetris]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [nand-to-tetris]
---

View file

@ -1,8 +1,4 @@
---
title: Hexadecimal number system
categories:
- Computer Architecture
- Mathematics
tags: [number-systems]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [CPU]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,8 +1,4 @@
---
title: Integrated circuits
categories:
- Electronics
- Hardware
tags: [logic-gates]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react
@ -80,8 +78,7 @@ const blogData = [
{
id: 1,
date: "2020-11-15",
title: "Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum.",
shortByline:
shortByline:
"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. ",
longByline:
"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor.",
@ -90,8 +87,7 @@ const blogData = [
{
id: 2,
date: "2020-08-11",
title: "Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum.",
shortByline:
shortByline:
"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. ",
longByline:
"Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi lacinia molestie dui. Praesent blandit dolor.",

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [graphql]
---

View file

@ -1,7 +1,4 @@
---
title: Key characteristics of GraphQL
categories:
- Databases
tags: [graphql, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [electricity, circuits]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS, aws-lambda, backend]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS, aws-lambda, backend]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS, aws-lambda]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,8 +1,4 @@
---
categories:
- Computer Architecture
- Electronics
- Hardware
tags: [logic-gates, binary, memory]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
- data-structures

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-structures]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra]
---

View file

@ -1,8 +1,4 @@
---
categories:
- Computer Architecture
- Electronics
- Hardware
tags: [logic-gates, binary]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [javascript]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,7 +1,4 @@
---
title: Maps and sets
categories:
- Programming Languages
tags: [javascript]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [memory, motherboard]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Software Engineering
tags: [memory]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: [OOP]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: [systems-programming]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [motherboard]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Electronics
- Hardware
tags: [logic-gates, binary, nand-to-tetris]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- theorems

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- theorems

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,7 +1,4 @@
---
title: Mutations with Apollo Client
categories:
- Databases
tags: [graphql]
---

View file

@ -1,7 +1,4 @@
---
title: Python naming conventions
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra, exponents]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, APIs]
---

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Databases
tags: [docker, SQL, node-js]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: [OOP]
---

View file

@ -1,7 +1,4 @@
---
title: Ohm's Law
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: []
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
- disks

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS, aws-lambda, node-js]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Electronics
tags: [physics, electricity, exponents]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- number-theory

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- number-theory

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- data-types

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
- react
@ -31,8 +29,7 @@ They are mostly interchangeable but there are some specific differences
```ts
interface Window {
title: string;
}
}
interface Window {
ts: TypeScriptAPI;

View file

@ -1,7 +1,4 @@
---
title: Prototypical inheritance
categories:
- Programming Languages
tags: [javascript, OOP]
---

View file

@ -1,7 +1,4 @@
---
title: Python data-types
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,7 +1,4 @@
---
title: Python interpreter
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, OOP]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags:
- data-structures
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [APIs, REST]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags:
- git
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags:
- algorithms
- data-structures

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- fractions

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases, regex]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: []
---

View file

@ -1,8 +1,4 @@
---
categories:
- Linux
- Operating Systems
- Hardware
tags:
- kernel
- CPU

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git, procedural]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git, procedural]
---

View file

@ -1,7 +1,4 @@
---
title: Resistance
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS, aws-lambda, backend]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Networks
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [graphql]
---
@ -48,8 +46,7 @@ For example if we had this type:
```graphql
type Track {
id: ID!
title: String!
author: Author!
author: Author!
thumbnail: String
length: Int
modulesCount: Int

View file

@ -1,7 +1,4 @@
---
categories:
- DevOps
- Backend
tags: [AWS, aws-lambda]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Software Engineering
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-structures]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---
@ -84,8 +82,7 @@ using standard ES6 imports:
```tsx
export type Article = {
title: string,
price: number,
price: number,
}
export type AnotherType = {

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Programming Languages
tags: [shell]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [binary, binary-encoding]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: [OOP]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: [algebra]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- DSA
tags:
- data-structures
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,7 +1,4 @@
---
title: Standard input and output
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-types]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
- data-types

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs, mongo-db]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
- memory
- disks

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
- regex

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, testing]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [javascript, testing, jest]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Operating Systems
tags: [systems-programming, memory]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags: [CPU]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Software Engineering
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Electronics
- Hardware
tags: [logic-gates, binary, memory, clock]
---

View file

@ -1,8 +1,4 @@
---
title: Transistors
categories:
- Electronics
- Hardware
tags: [logic-gates, binary]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Linux
tags: [mongo-db]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Mathematics
- Logic
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-structures]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Computer Architecture
tags:
- theory-of-computation
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, types]
---
@ -54,8 +52,7 @@ interfaces as follows:
```py
class ArticleInfo(TypedDict):
timestamp: str
article_title: str
link: str
article_ link: str
```
We could then use it thus:

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- typescript
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, node-js, mongoose]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Operating Systems
- Linux
tags:
---

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: []
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [AWS]
---

View file

@ -1,7 +1,4 @@
---
title: Using GraphQL with Node.js
categories:
- Databases
tags: [graphql, node-js]
---

View file

@ -1,7 +1,4 @@
---
title: Using arguments with Apollo Client
categories:
- Databases
tags: [graphql]
---
@ -37,8 +34,7 @@ type Query {
type Track {
id: ID!
title: String!
authorId: String! // They added this on the sly
authorId: String! // They added this on the sly
thumbnail: String
length: Int
modulesCount: Int
@ -49,8 +45,7 @@ type Track {
type Module {
id: ID!
title: String!
length: Int
length: Int
}
type Author {
@ -152,8 +147,7 @@ author name is not a field on `Track`, it is a field on `Author`:
```js
type Track {
id: ID!
title: String!
authorId: String!
authorId: String!
thumbnail: String
length: Int
modulesCount: Int
@ -193,8 +187,7 @@ Here's a reminder of the `Module` type:
```js
type Module {
id: ID!
title: String!
length: Int
length: Int
}
```

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [mongo-db, mongoose, node-js]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [backend, node-js, REST, APIs]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Logic
tags: [propositional-logic]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- DevOps
tags: [git]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Databases
tags: [relational-databases]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Computer Architecture
- Hardware
tags: [memory]
---

View file

@ -1,7 +1,4 @@
---
title: Voltage
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,7 +1,4 @@
---
title: Voltage sources
categories:
- Electronics
tags: [physics, electricity]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Linux
- Operating Systems
tags:
- disks
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
---

View file

@ -1,8 +1,4 @@
---
title: Why computers use binary
categories:
- Mathematics
- Computer Architecture
tags: [binary]
---

View file

@ -1,7 +1,4 @@
---
categories:
- Databases
- Programming Languages
tags: [SQL, relational-databases]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- shell
---

View file

@ -1,6 +1,4 @@
---
categories:
- Mathematics
tags:
- prealgebra
- theorems

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags: [python, data-structures]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: [systems-programming]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js

View file

@ -1,6 +1,4 @@
---
categories:
- Linux
tags: [systems-programming]
---

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- javascript
- react

View file

@ -1,6 +1,4 @@
---
categories:
- Programming Languages
tags:
- backend
- node-js