You are browsing as a guest. Sign up (or log in) to start making projects!

sqnder_

@sqnder_

Joined June 2nd, 2026

  • 11Devlogs
  • 3Projects
  • 1Ships
  • 15Votes
Open comments for this post

40m 25s logged

While working on my other project volleystats I stumbeled upon some bugs that needed to be fixed regarding the json output, dates and times that where in the wrong place. These 40 mins also account for debugging that I did on volleystats.

0
0
2
Open comments for this post

4h 58m 13s logged

What have I been doing the last 5 hours, well that’s actually a pretty good question. Let’s see how good my memory still works. (I recommend opening the video in a new tab)

First off I added some new models:

  • TeamModel
  • GameModel

After that, I had to fix my pages because I now had to fetch data to build these models via my api (checkout volleyscoresapi). Then I noticed some bugs in my api so I also fixed those. Short after I battled with some edge cases where suffixes, that sabotage the lookup of the team. Eventually I lost my patience waiting for models to load so I added a caching system for teams and clubs. Lastly I had to fix some issues where the matchdata of a team wasn’t correctly rendered. Now everything related to search works, I also have models so I don’t have to rely on static data. Next up I’ll be completely revamping the home page so that that also works dynamically, with a cache/ storage system to store your favorite teams.

0
0
31
Open comments for this post

1h 41m 18s logged

I made the search page now dynamically fetch club data. You can now easily look up a club and fetch it’s data. Next up is the team data. I’ll probably be creating a custom TeamModel for the ease of use.

0
0
2
Open comments for this post

4h 24m 9s logged

Wel uhm maybe I should have devlogged more. I created an app to view all belgian volleybal matches clubs etc… Currently only the search function uses the api I created (volleyscoresapi) and is also available in stardance. I think that this video would suffice what I’ve been doing the past 4h and 24mins.

0
0
3
Ship

volleyscores.be is the official source for Belgian volleyball data, but it doesn't provide a public API.

This project exposes that data through a modern REST API so developers can easily integrate it into their own applications without having to reverse engineer the website themselves.

You can easily test it out on the swagger ui. First search for a club/team (examples in readme) then you can use that data to fetch data from that club/team.

  • 7 devlogs
  • 9h
  • 9.65x multiplier
  • 87 Stardust
Try project → See source code →
Open comments for this post

54m 47s logged

Fought with dokploy not wanting to start my container after I changed the swagger docs a little. Dokploy now does what it needs to do for deployment and my docs are up to date!
(Image of me fighting dokploy)

0
0
1
Open comments for this post

2h 10m 31s logged

Found the secret already existing not documented and very not easily readable api! I inplemented better api endpoints and better responses that are better documented. Glad I found this, this will speed up development so much!

0
0
1
Open comments for this post

1h 32m 31s logged

Omd just learned some SQLalchemy it’s amazing. Made my first ever database mapped class, other then django models. Hopefully this works when I finish all other classes.

(Gif of me looking at my sqlachemy class)

0
0
1

Followers

Loading…