© 2022 Hashnode
Missed me? I'm back with some great news and updates! 👋 Deep dive into ThemeData As part of the MDC codelab series, I keep learning Material Design basics. This time I went beyond simple primary colo…
Getting into programming: Disclaimer: I honestly cannot fully claim to be self-taught, but my understanding of coding and software comes from my computer science degree I couldn't finish, but I would…
Sometime in the 1800s, people in poverty-ravaged Europe started migrating to the United States for better pay, living conditions and escape oppressive regimes. It’s estimated that more than 40 million…
In my last post, there was a small bug that needs to be corrected. Until now the game has not counted the number of unique letters that match so let's implement this. In order to do so, we need to add…
Sort Method Syntax: some_list.sort(reverse=True, key=some_func) Sort method sorts elements of a given iterable in Ascending or descending order. The reverse is optional, if it is true the sorted list is reversed (or sorted in Descending o…
While loops today. Reeborg and I were getting along JUST fine until that ending maze. That one gave me problems! But it was figured out in the end so that's all that matters.
Started on the 16th 2022. I reviewed if statements today and I'm not even gonna lie I learned a ton of new stuff about them. I did some nested if statements and multiple if statements which I honestly wasn't even aware was possible but I'm …
Did some variable type conversion. Learned about the f-string which was a nice little trick I didn't know about before. Made a tip calculator for the final project of the day. It was fun. I really appreciate these refreshers. It's nice to …
Not long ago, I had a phone call with my brother. The reason for the call was that he wanted my opinion on him changing his major. The call was not about the act of changing majors, but specifically a…
I wrote the first part of the crypto business cycle without offering a solution. So here is the second part of the solution. Image credit: https://cryptocurrencyfacts.com/market-cycles-in-cryptocurr…