# Developer Index
Often Visited:
[[HTML]] | [[CSS]]
[[Website Development]] | [[Personal Program]] | [[Create a Website]]
### Projects
[[Personal Program]]
minor:
[[Create multiple columns in Obsidian]]
[[Set Currently Active Window to Top]]
%%
```dataview
LIST
FROM "Tech/Developer/Projects"
Where !contains(fileClass,"Primary")
```
%%
### Topics
[[Create a Website]]
[[Formatting Index]]
[[Publishing]]
[[Open and Free APIs]]
[[Website Development]]
[[Web Hosting]]
%%
```dataview
LIST
FROM "Tech/Developer/Topics"
Where !contains(fileClass,"Primary")
sort file.name
```
%%
### Programs
Types:
[[Content Delivery Network]]
[[Content Management System]]
[[Command Line Interface]]
[[Static Site Generator]]
[[Source Code Management]]
[[Server Environment]]
[[Code Editor]]
%%
```dataview
TABLE without ID
program-developer-type as "Type", rows.file.link
FROM "Program"
Where contains(program-type, "Developer")
Sort program-developer-type
Group by program-developer-type
```
%%
### Concepts
%%
```dataview
LIST
FROM "Tech/Developer/Concepts"
sort file.name
```
%%
[[API]]
[[CORS]]
[[HTTPS]]
[[JSON]]
[[SDK]] (client libraries?)
[[SQL]]
[[YAML]]
### [[Scripting Languages]]
![[Scripting Languages#^04835c]]
%%
### Missing from this Index
```dataview
TABLE
file.folder as "Folder"
from "Developer"
Where !contains(fileClass, "Index") and !contains(this.file.outlinks,file.link) and !contains(file.folder,"Languages") and !hide-from-index
SORT "Folder"
```
%%
### Tools
Color Calculators:
[HSL Calculator](https://www.w3schools.com/colors/colors_hsl.asp)
[Hex Calculator](https://www.w3schools.com/colors/colors_hexadecimal.asp) ^3a97e4
## Resources
[[Resource Index|All Resources]]
```dataview
LIST
FROM [[]]
WHERE !contains(fileClass, "Primary") and contains(file.folder,"Resources")
Sort file.name
```
## #Inbox
https://playcode.io/javascript-compiler
[[PlayCode]]
- Shows console and website view as typing JS script
- seems trustworthy and stable
- also has a "start learning" button that could be helpful
- free version, for learning, unlimited projects
- the learn part seems very helpful for basic stuff
- can also publish to web
https://jekyllrb.com/
- publishing option
- example (uses Obsidian and Jekyll): https://stephango.com/
https://www.w3schools.com/bootstrap/bootstrap_ver.asp
- bootstrap language?
https://www.w3schools.com/react/default.asp
- react language?
https://www.w3schools.com/cybersecurity/index.php
- cyber security tutorial
https://www.w3schools.com/datascience/default.asp
- data science info
https://www.w3schools.com/ai/default.asp
- A.I. tutorial
[[Nunjucks]]
[[Create multiple columns in Obsidian]]
[Express.js](https://expressjs.com/)
- found via [Notion Integration tutorial](https://developers.notion.com/docs/create-a-notion-integration)
- used for a "server"
https://www.flightaware.com/commercial/aeroapi
https://codepen.io/
https://publishkit.dev/index.html
- $5 /month subscription to upload
- can handle dataview and many others - seems to cover all
- prob try - would replace $8 /month and have more freedom
https://github.com/MaggieAppleton/digital-gardeners
https://github.com/publishkit/publishkit.github.io/tree/main
https://blog.cloudflare.com/new-dev-docs
https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare
https://tjtharrison.medium.com/publishing-your-github-markdown-on-cloudflare-pages-a01666f968e3
https://news.apache.org/foundation/entry/why-generative-ai-guidance-is-essential-to-contributors-of-open-source
- AI and open-source coding via [[Apache]]