Day 59 and 60 of #100DaysOfCode
Did a lot of messing around with API's and I'm starting to get into authentication which is exciting!
@weebtechnician.bsky.social
Aspiring developer/Cybersecurity specialist
Day 59 and 60 of #100DaysOfCode
Did a lot of messing around with API's and I'm starting to get into authentication which is exciting!
Day 58 of #100DaysOfCode
Messed around with accessing API's a little bit and cleaned up some of my code for the monitor app, not much but I kinda wanted to chill out today!
Day 57 of #100DaysOfCode
Finished building out the Disk Space check! Itβs working cross-platform and reports overall disk usage cleanly. Didn't get to adding folder-level reporting yet β Iβll probably circle back to that later. Checking mounts need to be more dynamic but it works for now!
Day 56 of #100DaysOfCode
Finished up the CPU check and the Memory check, started working on the disk space check but I'm running into a few complications since I want it to be cross platform and also return the folders with the highest space used. But I'll work on it tomorrow!
Day 55 of #100DaysOfCode
Worked a bit on getting the cpu check done but I didn't have enough time today to finish it so I will continue tomorrow!
Day 54 of #100DaysOfCode
Worked a ton on my system monitor daemon, I added a pretty complete function to alert if something went wrong, I added logging, added a function to get the top resource consuming processes when prompted to when a threshold is reached.
Day 53 of #100DaysOfCode
Couldn't sleep so I figured I'd work on a system health script I've been meaning to make for my Raspberry Pi. Super basic so far but I'm definitely going to flesh this out a ton. It's actually super practical for me to do this
Day 52 of #100DaysOfCode
I learned how to send emails with Python so I made a little script to send emails to people on their birthdays! Definitely can improve a bit and make it more compact but it's readable!
Day 51 of #100DaysOfCode
I worked a lot on my flashcard program and I have it mostly done with the functionality in mind but I just have to add the feature to remove entries from the list if the user got it right but I'm tired so I'll tackle that tomorrow!
Day 50 of #100DaysOfCode
Been struggling a bit mentally the last few days due to the normal lack of self worth and all that fun stuff so I haven't really been able to do anything. I'm trying my best trying to get back onto the train though. Started making a flashcard app in TKinter.
You got this!
17.04.2025 00:26 β π 1 π 0 π¬ 1 π 0Day 48 and 49 of #100DaysOfCode
Alright I locked in a little bit and made a search function, made the generate password function(stole from an old project and refactored), added error handling, added the save to json file function, and started using customtkinter. Project looks way better!
Day 47 of #100DaysOfCode
Started to make a mini password generator in TKinter, I've really only got the UI elements done so far but tomorrow I will make the save to file function and the password generator function which should both be pretty easy.
Day 45 and 46 of #100DaysOfCode
Made a pomodoro application using TKinter! Super basic but it's kind of neat, I don't really think I want to keep modifying though, just cause of my dislike of TKinter but it works for what I was intending and that's good enough for now.
Day 44 of #100DaysOfCode
Made a super simple application using TKinter to calculate miles to km. What did I learn? TKinter documentation is absolutely horrid and I'm not a big fan of it LOL. Cool to know though and I do want to keep trying to use it.
Day 42 and 43 of #100DaysOfCode
I haven't done too much the past two days because my movers finally dropped by to drop off my stuff and just overall exhaustion BUT I have been learning about TKinter and args. I was always confused seeing args in random code but now it makes sense!
Day 41 of #100DaysOfCode
I'm learning list and dictionary comprehension! It truly does make things a lot more compact which is pretty cool. I made a a program that takes user input and returns back the input but using the phonetic alphabet.
Day 40 of #100DaysOfCode
I finished making my states game, the final touch was adding an exit option that exports all the states you didn't guess to a .csv!
Day 39 of #100DaysOfCode
Making a states guessing game based of the us states guessing game on sporcle! I'm going to finish this tomorrow but it's mostly done. I need way more practice with pandas for sure
Day 37 and 38 of #100DaysOfCode
Finally decided to move over to Arch and my god I love it. Got it setup pretty quickly using Hypr and I'm super happy with the outcome so far.
Also started to learn about pandas, I'm thinking I want to iterate my teamkill bot database but that's for another day!
Day 36 of #100DaysOfCode
I created a script that replaces [name] with an actual name from a predefined list. Nothing wild but I do need to get more used to working with file systems!
Day 35 of #100DaysOfCode
Added file support to my snake game, so high scores actually get saved! Was kind of a pain in the ass to get the leaderboard to show up the way I wanted but I got there with a few ChatGPT prompts and googling.
Day 33 and 34 of #100DaysOfCode
I spent these two days making a cross road type game using turtle graphics! Pretty happy with the way this turned out.
Day 32 of #100DaysOfCode
Learned a bit a bout REST and Django! Might have to actually build a website using Django and host it on a raspberry pi or something. That could be fun!
Day 31 of #100DaysOfCode
Switching it up a little bit and learning about API's/Docker! I felt like I just need to learn a little about it moving on. Also did a little scripting to be able to move windows between virtual desktops with a keybind so I can bind it to my MX Master 3S!
Day 28 - 30 of #100DaysOfCode
Haven't been feeling very well mentally the past few days so I really slowed it down for now. I did make pong though so that's pretty cool. I just needed to figure myself out for a little bit but I am back on the train!
Day 27 of #100DaysOfCode
Started to make pong using turtle graphics, but I am beyond tired I haven't slept in 35 hours so I will continue this tomorrow!!
Day 26 of #100DayOfCode!
I finished my snake game! It was pretty challenging but I used a ton of OOP concepts in this which was kinda wild how much easier it made it. Without OOP I'd be beyond confused and everything would be spaghetti.
(I'm not very good at snake)
Day 25 of #100DaysOfCode
I changed the snake game to use OOP more cause it was kind of spaghetti. It only handles movement currently but I will add the score and game over conditions tomorrow!
Day 24 of #100DaysOfCode
I started to make snake but using turtle graphics! I'm going to try and finish it tomorrow!