.profile/README.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2024-08-02 14:05:27 +00:00
Hello, I am the professional programming addict.
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
My software work is split in three fields:
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
- Personal hobby coding projects, which this page is dedicated to.
- Games side-work, which is associated with the
[Takunomi](https://takunomi.itch.io/) game studio, which I am the lead
programmer for. I also made an RPG for a Game Jam, called [Rabbit
Knight](https://jmaa.itch.io/rabbit-knight). Check it out!
- Professional Work. Mostly on programming languages, blockchain and multi-party
computation.
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
## Personal Projects, Python
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
My interests when making projects for myself:
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
1. **Data access**: Which sources of data exists? These can be API's, or they
can require scraping.
2. **Interoperability**: How can data fit into the same frameworks?
3. **Presentation/Actions**: How can this data be presented efficiently to
a power-user? How can actions be performed efficiently (possibly
automatically) and with full user understanding of the consequences?
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
Please see my [list of public repositories](https://gitfub.space/Jmaa?tab=repositories)