chore: remove redundant frontmatter
This commit is contained in:
parent
fbad4fc2a0
commit
579fe8ad20
392 changed files with 13 additions and 911 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
- Databases
|
||||
tags: [backend, node-js, REST, APIs, mongo-db]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker, gpt-output]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS, aws-lambda]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- theorems
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- theorems
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Analogue and digital
|
||||
categories:
|
||||
- Hardware
|
||||
tags: [analogue]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Apollo Client
|
||||
categories:
|
||||
- Databases
|
||||
tags: [graphql]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [CPU]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- data-structures
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- theorems
|
||||
- prealgebra
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
- awk
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- set-theory
|
||||
- theorems
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Operating Systems
|
||||
- Linux
|
||||
tags:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
- Logic
|
||||
tags:
|
||||
- set-theory
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- frontend
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-arithmetic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-arithemetic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-encoding]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Binary encoding
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-encoding]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Text encoding
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-encoding]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Binary number system
|
||||
categories:
|
||||
- Mathematics
|
||||
- Computer Architecture
|
||||
tags: [binary, number-systems]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Binary units of measurement
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Mathematics
|
||||
tags: [binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Networks
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
- Computer Architecture
|
||||
tags: [propositional-logic, algebra, nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
- Computer Architecture
|
||||
tags: [propositional-logic, nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
- Computer Architecture
|
||||
tags: [propositional-logic, nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
tags:
|
||||
- disks
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [bus]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [CPU, electromagnetism, clock]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Software Engineering
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags:
|
||||
- git
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Child to parent data-flow
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [javascript, react, react-hooks]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [motherboard]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [electricity, circuits]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
|
||||
tags: [typescript, OOP]
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [binary, memory, clock, electromagnetism]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Command pattern
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- design-patterns
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- theorems
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Databases
|
||||
tags: [docker, SQL, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker, containerization, Linux]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: [systems-programming]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
title: Creating memory with NAND gates
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, memory]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
- Linux
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Operating Systems
|
||||
tags:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
- data-types
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, timestamps]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags:
|
||||
- theory-of-computation
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Software Engineering
|
||||
tags: [OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
tags:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-structures]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [circuits]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: [systems-programming]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- theorems
|
||||
- prealgebra
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker, containerization]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker, containerization]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker, containerization]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [docker]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git, procedural]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity, electromagnetism]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra, exponents]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- OOP
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [CPU]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS, backend]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
tags:
|
||||
- disks
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, memory, clock]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Hardware
|
||||
- Electronics
|
||||
tags: [logic-gates, binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- theorems
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Ground
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
categories: [Programming Languages]
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Networks
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Hardware
|
||||
- Electronics
|
||||
tags: [logic-gates, binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS, aws-lambda, backend]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Hexadecimal number system
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Mathematics
|
||||
tags: [number-systems]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [CPU]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Integrated circuits
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [graphql]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Key characteristics of GraphQL
|
||||
categories:
|
||||
- Databases
|
||||
tags: [graphql, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [electricity, circuits]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS, aws-lambda, backend]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS, aws-lambda, backend]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS, aws-lambda]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, memory]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
- data-structures
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-structures]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [javascript]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Maps and sets
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [javascript]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [memory, motherboard]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Software Engineering
|
||||
tags: [memory]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: [OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: [systems-programming]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [motherboard]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, nand-to-tetris]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- theorems
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- theorems
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Mutations with Apollo Client
|
||||
categories:
|
||||
- Databases
|
||||
tags: [graphql]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Python naming conventions
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra, exponents]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Databases
|
||||
tags: [docker, SQL, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: [OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Ohm's Law
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
|
||||
tags:
|
||||
- disks
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS, aws-lambda, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity, exponents]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- number-theory
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- number-theory
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
- data-types
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Prototypical inheritance
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [javascript, OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Python data-types
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Python interpreter
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- data-structures
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [APIs, REST]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags:
|
||||
- git
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- algorithms
|
||||
- data-structures
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- fractions
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases, regex]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
- Hardware
|
||||
tags:
|
||||
- kernel
|
||||
- CPU
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git, procedural]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git, procedural]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Resistance
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS, aws-lambda, backend]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
2
zk/S3.md
2
zk/S3.md
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Networks
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
- Backend
|
||||
tags: [AWS, aws-lambda]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Software Engineering
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-structures]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Programming Languages
|
||||
tags: [shell]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [binary, binary-encoding]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: [OOP]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: [algebra]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DSA
|
||||
tags:
|
||||
- data-structures
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Standard input and output
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-types]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
- data-types
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs, mongo-db]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
tags:
|
||||
- memory
|
||||
- disks
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
- regex
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, testing]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [javascript, testing, jest]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Operating Systems
|
||||
tags: [systems-programming, memory]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags: [CPU]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Software Engineering
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, memory, clock]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Transistors
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Linux
|
||||
tags: [mongo-db]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
- Logic
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-structures]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
tags:
|
||||
- theory-of-computation
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- typescript
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, node-js, mongoose]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Operating Systems
|
||||
- Linux
|
||||
tags:
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: []
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [AWS]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Using GraphQL with Node.js
|
||||
categories:
|
||||
- Databases
|
||||
tags: [graphql, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [mongo-db, mongoose, node-js]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [backend, node-js, REST, APIs]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Logic
|
||||
tags: [propositional-logic]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- DevOps
|
||||
tags: [git]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
tags: [relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Computer Architecture
|
||||
- Hardware
|
||||
tags: [memory]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Voltage
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
title: Voltage sources
|
||||
categories:
|
||||
- Electronics
|
||||
tags: [physics, electricity]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
- Operating Systems
|
||||
tags:
|
||||
- disks
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
---
|
||||
title: Why computers use binary
|
||||
categories:
|
||||
- Mathematics
|
||||
- Computer Architecture
|
||||
tags: [binary]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Databases
|
||||
- Programming Languages
|
||||
tags: [SQL, relational-databases]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- shell
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Mathematics
|
||||
tags:
|
||||
- prealgebra
|
||||
- theorems
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags: [python, data-structures]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
2
zk/fs.md
2
zk/fs.md
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: [systems-programming]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Linux
|
||||
tags: [systems-programming]
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- javascript
|
||||
- react
|
||||
|
|
|
|||
2
zk/v8.md
2
zk/v8.md
|
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
categories:
|
||||
- Programming Languages
|
||||
tags:
|
||||
- backend
|
||||
- node-js
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue