forked from sharu725/cards
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathllms.txt
More file actions
55 lines (36 loc) · 2.06 KB
/
llms.txt
File metadata and controls
55 lines (36 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: null
---
# LLM Feed for jtemporal.com
_Generated: {{ site.time | date_to_rfc822 }}_
## About jtemporal.com
jtemporal.com is the personal blog of Jessica Temporal, a developer advocate who shares technical content about data science, software development, and technology. Jessica is co-host and co-founder of Pizza de Dados (the first data science podcast in Brazil), author of git microbooks, and an active contributor to open-source projects. The blog features tutorials, insights, and experiences from her journey through data science, software development, and developer advocacy.
## Projects
- [GitFichas](https://gitfichas.com)
- [Pizza de Dados](https://pizzadedados.com)
## Books
Jessica has authored practical guides for developers learning git version control:
- [The Big Git Microbook](https://jtemporal.com/gitmicrobook/)
- [O Grande Microlivro de Git](https://jtemporal.com/microlivrodegit/)
## Uses
My [uses page is here](https://jtemporal.com/setup-us/)
## Socials
My socials accounts:
- [Twitter](https://twitter.com/jesstemporal)
- [LinkedIn](https://linkedin.com/in/jessicatemporal/)
- [Twitch](https://twitch.tv/jesstemporal/)
- [YouTube](https://www.youtube.com/@jesstemporal)
- [TikTok](https://www.tiktok.com/@jess.temporal)
- [Mastodon](https://mastodon.online/@jesstemporal)
- [Bluesky](https://bsky.app/profile/jesstemporal.com)
- [GitHub](https://github.com/jtemporal)
- [dev.to](https://dev.to/jesstemporal)
- [Discord](https://discord.gg/vaXEEXEswD)
## Talks
Talks I've given in the past. The links below take you to the raw Markdown content.
{% for post in site.posts %}{% if post.type == "talk" %}- [{{ post.title }}](https://raw.githubusercontent.com/jtemporal/jtemporal.github.io/refs/heads/main/{{ post.path }})
{% endif %}{% endfor %}
## All posts
All of my posts on the blog jtemporal.com. The links below take you to the raw Markdown content.
{% for post in site.posts %}{% if post.type == "post" %}- [{{ post.title }}](https://raw.githubusercontent.com/jtemporal/jtemporal.github.io/refs/heads/main/{{ post.path }})
{% endif %}{% endfor %}