Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietrapaz/pietrapaz
https://github.com/pietrapaz/pietrapaz
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pietrapaz/pietrapaz
- Owner: pietrapaz
- Created: 2022-07-06T18:09:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:54:44.000Z (7 days ago)
- Last Synced: 2024-10-30T16:39:50.018Z (7 days ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to my tech world
🌐 :brazil: :us: :kr:
```r
import.packages("Student")
library("Pietra")print("Passionate about DATA and STATS")
print("Learning Korean and Russian")myself <- list(
languages = c("SQL", "Java", "JavaScript", "C", "C#"),
learning = c("R", "Python", "Power BI", "ETL"),
trajetory = list(
school = c("loading..."),
my2022 = c("Java and C# Developer student @SENAI",
"Training for WorldSkills, Cloud Computing @SENAI",
"Computer Engineering student @UniCEUB",
"Beginner Russian @USP",
"Beginner Japanese @UniCEUB"),
my2023 = c("Database Administrator student @SENAC",
"Left Engineering"),
my2024 = c("Data Science student @UniCEUB",
"Intership @WYNK and @SENAI",
"Volunteer @Festival do Japao, @K-Festival, @Anime Summit,
7° EnCUCA @UniCEUB")
),
more = list(
hobbies = c("Languages", "Dance", "Music", "TV Shows", "VideoGames",
"Volunteering in Cultural Events"),
loves = c("Cats", "Learn Korean", "Hip-Hop, EDM and Metalcore",
"Prison Break", "Fallout4", "Tetris", "Events", "Astrology"),
interested = c("Design", "Linguistics", "QA")
)
)```