Skip to content

Commit

Permalink
Merge pull request #1716 from bgoonz/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored Mar 2, 2022
2 parents c0b654c + e56a20a commit 70dcfc8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 126 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/makefile.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/webpack.yml

This file was deleted.

12 changes: 1 addition & 11 deletions src/pages/blog/300-react-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ thumb_image: images/es6.jpg

<iframe sandbox="allow-scripts" width="700" height="800" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?resid=D21009FDD967A241%21738451&authkey=%21AOsv3osLtuIzGr0&em=2&AllowTyping=True&ActiveCell='Sheet1'!C5&wdDownloadButton=True&wdInConfigurator=True"></iframe>



<details>

<summary> Questions Table </summary>

<summary> Questions Table </summary>

#### Table of Contents

Expand Down Expand Up @@ -2426,11 +2423,4 @@ thumb_image: images/es6.jpg
</tbody>
</table>




</details>




6 changes: 3 additions & 3 deletions src/pages/blog/awesome-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Awesome GraphQL
subtitle: The Death Of REST
date: '2021-09-30'
thumb_image_alt: lorem-ipsum
excerpt: lorem-ipsum
excerpt: Working Draft of the Specification for GraphQL created by Facebook
seo:
title: ''
description: ''
title: 'Awesome GraphQL'
description: 'Awesome GraphQL'
robots: []
extra: []
template: post
Expand Down
4 changes: 2 additions & 2 deletions src/pages/blog/big-o-complexity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ excerpt: >-
Bubble sort, sorts an array of integers by bubbling the largest integer to the
top.
seo:
title: ''
description: ''
title: 'Big O'
description: 'Big O Computational Complexity'
robots: []
extra: []
template: post
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/blogwcomments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ExpressJS Apis
subtitle: lorem-ipsum
subtitle: node & expressjs Overview
date: '2021-07-26'
thumb_image_alt: node and express js
excerpt: "## **Overview** A\_**database schema**\_is the shape of our database. It defines what tables we'll have, which columns should exist within the tables and any restrictions on each column. A well-designed database schema keeps the data well organized and can help ensure high-quality data. Note that while schema design is usually left to Database Administrators (DBAs), understanding schema helps when designing APIs and database logic. And in a smaller team, this step may fall on the developer."
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/flow-control-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: flow-control-in-python
subtitle: flow-control-in-python
date: '2021-10-14'
thumb_image_alt: lorem-ipsum
excerpt: lorem-ipsum
excerpt: These operators evaluate to True or False depending on the values you give them
seo:
title: ''
description: ''
Expand Down
53 changes: 0 additions & 53 deletions src/pages/docs/articles/node-env-variables.md

This file was deleted.

0 comments on commit 70dcfc8

Please sign in to comment.