Skip to content

Commit

Permalink
evening 0x21C4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Jan 1, 2024
1 parent f055746 commit 8305ffd
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 2 deletions.
1 change: 1 addition & 0 deletions Content/20231212081635-programming.org
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Reference Collating Node
** [[id:5c2039f5-0c44-4926-b2d7-a8bf471923ac][Software Engineering]]
** [[id:58ea31e4-95ae-4c25-b475-c8686fe23817][Devops]]
** [[id:155f01c1-68e6-43ee-95e2-7a5bb6a70368][Debugging]]

3 changes: 1 addition & 2 deletions Content/20231227155636-development.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
** Application Dependencies
- conceptual generalizable example in the case of python
- https://www.fullstackpython.com/application-dependencies.html

** [[id:038e3720-0307-41d8-bcb1-e77b75a161df][Version Control]]
** [[id:54978664-78a5-4c2c-ae33-c4e6a14d6bb0][Microservices]]
* Practical Aspects
** Environments
- Development
Expand All @@ -18,5 +18,4 @@
* Methodologies
** The Twelve Factor App
- https://12factor.net/

* Article Cache
2 changes: 2 additions & 0 deletions Content/20231229163408-web_dev.org
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ As a result, will be diving deep into the principles of web development as well
** [[id:20240101T082526.905943][Static Site Generators]]
** [[id:f631ba6f-8622-4bcf-ae0d-8ed7cd4a0798][WebSockets]]
** [[id:a0d99b5b-0b57-4f66-8171-03d76929dc89][WebRTC]]
** [[id:b78a9ef2-6f3d-43c1-bfed-9ce57050d3da][WebHooks]]
** [[id:bf1a5d71-d05c-4948-bf72-7991a1ed676c][WebServer]]
7 changes: 7 additions & 0 deletions Content/20240101073142-api.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
#+title: API
#+filetags: :programming:

Application programming interfaces (APIs) provide machine-readable data transfer and signaling between applications.

* Practical
- https://github.com/public-apis/public-apis
* Resources
- https://www.fullstackpython.com/application-programming-interfaces.html
- https://zapier.com/resources/guides/apis
9 changes: 9 additions & 0 deletions Content/20240101141903-microservices.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:PROPERTIES:
:ID: 54978664-78a5-4c2c-ae33-c4e6a14d6bb0
:END:
#+title: Microservices
#+filetags: :programming:

* Resources
- https://martinfowler.com/articles/microservices.html

9 changes: 9 additions & 0 deletions Content/20240101142119-webhooks.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:PROPERTIES:
:ID: b78a9ef2-6f3d-43c1-bfed-9ce57050d3da
:END:
#+title: WebHooks
#+filetags: :web:


* Resources
- https://zapier.com/blog/what-are-webhooks/
9 changes: 9 additions & 0 deletions Content/20240101150844-webserver.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:PROPERTIES:
:ID: bf1a5d71-d05c-4948-bf72-7991a1ed676c
:END:
#+title: WebServer
#+filetags: :web:

* Resources

- https://en.wikipedia.org/wiki/Web_server

0 comments on commit 8305ffd

Please sign in to comment.