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

armadillomike

@armadillomike

Joined June 1st, 2026

  • 40Devlogs
  • 6Projects
  • 0Ships
  • 0Votes
I am a teen coder from San Antonio, TX! I like Python and Web Dev
Open comments for this post

1h 53m 30s logged

I have added hackatime support (kinda) I have only added it to the backend so if you somehow call the backend (i have CORS) you can link your hackatime account and view your projects

0
0
23
Open comments for this post

53m 23s logged

I have updated the nav bar to be more stylish. I found that react router has a NavLink component which is designed for navigation panels.

0
0
9
Open comments for this post

1h 11m 18s logged

I have made it easier to add a collaborator for a project. Instead of entering the user id, you now enter the users email. This is in both the add and remove collaborator forms.

0
0
3
Open comments for this post

50m 51s logged

I have made some changes to the collaborator pages. Instead of user ids, it now displays their display name. I also added back buttons to most form.

0
0
18
Open comments for this post

23m 37s logged

I have added a small QoL update to the unpublished devlogs page, before the devlogs publish and edit button were not part of the devlog card and you had a hard time knowing what devlog it was for, now the devlog info, publish and edit button are all grouped together.

0
0
9
Open comments for this post

57m 39s logged

I added a small improvement to the create a devlog page. Instead of inputting a devlog id, you can now click on a dropdown that shows all the projects you own/collaborate on. Even though this is quite small, I think it will be a big QoL update.

0
0
11
Open comments for this post

44m 47s logged

You can now view the projects a user has made! Below the users info on their page there is a section with all their projects. The backend is essentially just the get projects route but instead of /projects it is /projects/user/user_id

0
0
22
Open comments for this post

3h 38m 27s logged

I have fully added a system to reset your password. Using the previously setup resend service I setup the ability to get sent password reset emails to your email. Inside the email there is a link to the password reset form that asks for your new password twice. To request a password reset email there is a link on the bottom of the login page that redirects to the reset page.

0
0
6
Open comments for this post

2h 15m 37s logged

I setup resend for email sending. I chose to use a subdomain (email.devlogs.plus) instead of the base domain because if its reputation is lowered it wont affect the base domain, only the subdomain. I tested it out with some help from my little brother.

0
0
9
Open comments for this post

1h 22m 18s logged

I have added a way to change your password. There is a new button on your user page that redirects to a password change form. The form requires your old password and the new password.

0
0
8
Open comments for this post

1h 21m 49s logged

I added page titles to all (it think) pages across Devlogs+. And by everything I mean every component that renders a full page. I also added a favicon to look more ✨professional✨

0
0
17
Open comments for this post

43m 15s logged

I fixed a couple small bugs that stem from deleting users. The first was one where the user card was not showing for deleted users which was kinda easy to fix. The second one was on the backend where the user id 0 (which is for deleted users) was not getting made. It was like that because the deployed backend uses Gunicorn instead of the Flask dev server (which I was using) uses a different way to start up the server.

0
0
10
Open comments for this post

1h 57m 56s logged

I have added the ability for users to delete their accounts. Deleting ones account removes their account, sets the user id for projects and devlogs to 0, and removes them as a collaborator

0
0
13
Open comments for this post

39m 32s logged

I added another OAuth option, HackClub! a new user can now sign up with their HackClub account (if they have one) or login (if the emails match) I will soon make it so you can link accounts to existing accounts even if the email does not match

0
0
33
Open comments for this post

2h 18m 44s logged

I have implemented a system to login/register with Github. I chose to use Authlib for the OAuth implementation beacuse if I want to (hint hint) I can easily add other OAuth systems.

0
0
9
Open comments for this post

2h 31m 49s logged

I added a system to upload avatars and add them to your user page. It currently uses hackclub cdn to upload the files.
I have also added a default avatar for anybody that has not set an avatar.
Avatar images have been added to basically everything that uses a user.

  • User page
  • User card
  • Your user page (/me)
  • Edit page
    On the edit page it is instead used a preview window.
0
0
9
Open comments for this post

1h 9m 55s logged

I finally added a feed for devlogs.
It works by using the route provided by the backend, getting the devlog id, using getSingleProject to get the rest of the details and then puts it all in a DevlogCard.
The feed shows all the devlogs posted in order of recency across all projects (As long as they are published)

0
0
5
Open comments for this post

1h 26m 14s logged

I added a couple things

  • A seperate page for each user
  • A card for each user
    The card for each user displays the display name and user id
    The user page shows everything (including email)
    The user card shows up on the individual pages for devlogs and projects
0
0
9
Loading more…

Followers

Loading…