mXgarweg
banner
michaelxg.bsky.social
mXgarweg
@michaelxg.bsky.social
Some evening study time.
#rateMySetup
#100DaysOfCode
November 6, 2025 at 7:11 PM
October 20, 2025 at 2:52 PM
Practiced how to work with numbers and strings in #Python by implementing the "Luhn Algorithm".

This algorithm, also known as "modulus 10" or "mod 10" algorithm, is used as a checksum formula for error-checking in various apps, such as verifying credit card numbers.

Days 16, 17 of #100daysOfCode
August 1, 2025 at 1:04 PM
Completed the "Learn String Manipulation by Building a Cipher" #Python course on #fcc. 🤯

Day 15 / #100daysOfCode
July 30, 2025 at 8:00 AM
Day 14 of #100daysOfCoding aaand the #HTML course on #freecodecamp is completed. 🎉
July 29, 2025 at 9:53 AM
At the end of the day, I built the #JavaScript Trivia Bot on #freecodecamp.

#100daysOfCode
July 28, 2025 at 7:11 PM
Designed a Movie Review Page in #HTML on #freecodecamp.

Day 10 / #100daysofcode
July 25, 2025 at 4:29 PM
Completed the Hotel Feedback Form, built a Final Exams Table and a Book Catalog Table in #HTML and finished the Forms and Tables chapter on #freecodecamp.

Day 6 / #100daysOfCode
July 21, 2025 at 4:15 PM
Built the "Cat Blog" Page and the the "Event Hub" page and completed the Sematic #HTML Quiz on #freecodecamp.

Day 4 / #100daysOfCode

cdn.freecodecamp.org/curriculum/l...
July 19, 2025 at 2:25 PM
Took the lectures on semantic html of #freecodecamp.

Day 3 / #100daysOfCode
July 18, 2025 at 5:46 PM
Built a travel agency page and a video compilation page on #freecodecamp and finished their Basic #HTML course.

Day 2 / #100daysOfCode
July 17, 2025 at 4:54 PM
Completed the Bash Scripting room on #TryHackMe
July 6, 2025 at 4:21 PM
Completed the "OWASP API Security Top 10 - 2" room on #tryhackme tonight.

Was awarded with a "Software Security" badge.

#APIsecurity

#100NightsOfHacking
July 5, 2025 at 8:23 PM
#Codecademy s AI code review says my #kotlin code successfully creates an ASCII art image. #itssomething
April 10, 2025 at 3:23 PM
Day 26:

✅ Did the "Carly's Clippers" project on #codecademy.

💡I Found the AI code review feature really helpful, especially in regard to

- better commenting code

- error handling for potential issues like division by zero when calculating averages.
March 10, 2025 at 6:15 PM
Took up my #Python course on #codecademy again, practiced list comprehensions and took the loops quiz.

#100DaysOfCode
March 9, 2025 at 10:36 AM
Day 24:

Learned about lists in #Python.

#100DaysOfCode
March 8, 2025 at 6:34 PM
Day 21:

Submitted the solution for the "Epidemiology" problem on DMOJ.

Started working on "Ptice" problem on DMOJ.

#Python #100daysOfCode
March 5, 2025 at 6:38 PM
✅ Submitted solution to implemention problem "Kemija" on DMOJ in #Python this evening.

#100DaysOfCodingChallenge
March 4, 2025 at 6:34 PM
Worked with slicing strings in #Python, solved the 'Do the shuffle' problem on DMOJ.

#100DaysOfCoding
March 2, 2025 at 7:11 PM
Days 15 and 16 of #100DaysOfCode:

🤷‍♂️ Struggled to solve the implementation problem "Magnus" on DMOJ. My code somehow still messes up systematically the counting of a certain combination of chars the longer string gets.

✅ Submitted the solution to the string algorithms problem "English or French?":
February 28, 2025 at 11:43 AM
Day 14 of #100DaysOfCode:

Coded and submitted solutions to the "Tarifa" and "Occupy parking" problems on DMOJ in #Python.
February 26, 2025 at 6:17 PM
Day 13 of #100DaysOfCode:

Did some studies on indexing, the range function of #Python and while loops.
February 25, 2025 at 6:59 PM
Solved the 'Uncrackable' problem on DMOJ in #Python with my first submission.

The task was to find out if a provided string has the right length and also enough upper, lower and numeric characters to fit into a given password policy.

#100DaysOfCodingChallenge
February 24, 2025 at 5:59 PM
Day 11 of #100DaysOfCode:

Struggled at first with the approach for the 'Trik' solution on DMOJ.

Then draw a workflow for the code on paper which made it much easier to find the solution in #Python.
February 23, 2025 at 7:06 PM