-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1913 from bgoonz/master
- Loading branch information
Showing
55 changed files
with
13,123 additions
and
974 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[build] | ||
publish = "public" | ||
functions = "./functions" | ||
command = "npm run build" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
id: Bgoon | ||
first_name: Bryan | ||
last_name: Guner | ||
photo: /blog/profile.png | ||
short_bio: Hi I am Bryan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
id: db | ||
title: Databases | ||
description: "> ***In computing, a database is an organized collection of data | ||
stored and accessed electronically. Small databases can be stored on a file | ||
system, while large databases are hosted on computer clusters or cloud | ||
storage***" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
id: Git | ||
title: Github | ||
description: "> ***GitHub, Inc. is a provider of Internet hosting for software | ||
development and version control using Git. It offers the distributed version | ||
control and source code management functionality of Git, plus its own***" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
id: js | ||
title: Javascript | ||
description: "## JavaScript, often abbreviated JS, is a programming language | ||
that is one of the core technologies of the World Wide Web, alongside HTML and | ||
CSS. Over 97% of websites use JavaScript on the client side for web page | ||
behavior, often incorporating third-party libraries" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
id: Py | ||
title: Python | ||
description: "> Python is a high-level, general-purpose programming language. | ||
Its design philosophy emphasizes code readability with the use of significant | ||
indentation. Its language constructs and object-oriented approach aim to help | ||
programmers write clear, logical code for small- and large-scale projects." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
id: react | ||
title: React | ||
description: >- | ||
### Declarative | ||
***React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.*** | ||
*Declarative views make your code more predictable and easier to debug.* | ||
### Component-Based | ||
*Build encapsulated components that manage their own state, then compose them to make complex UIs.* | ||
*Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: psql | ||
title: postgreSQL | ||
description: >- | ||
> **PostgreSQL, also known as Postgres, is a free and open-source relational | ||
database management system emphasizing extensibility and SQL compliance.** | ||
> | ||
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
id: 🖇 🖇 🖇 🖇 | ||
title: Web Development Links | ||
description: Web development links and resource lists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.