Stopping the #100DaysOfCode challenge yet again🤦♂️ As the semester comes to an end, I have so many class projects - making It hard to get any time for the challenge. I tried including my class projects as part of the challenge, but that didn't go well. So... maybe after finals.
Day 15 of #100DaysOfCode.
The android app I was making yesterday kept crashing, so I decided to go back to the fundamentals and watch some tutorials. By doing so, I learned some basic concepts like event handlers and layouts.
Day 14 of #100DaysOfCode.
Today, I worked on a lab assignment for my Mobile Computing class. I spent over 2 hours setting up Android Studio and another 2 hours making a currency converter app.
Day 10 and 11 of #100DaysOfCode.
I didn't do any programming on Thursday. But on Friday, I implemented search functionality on the blog site. And today, I added category filtering to the Post model of the project.
Day 9 of #100DaysOfCode.
Finally completed the design integration part of the Laravel course. I distributed the drop-down functionalities into separate blade components and also fixed some minor issues in the design.
Day 7 and 8 of #100DaysOfCode.
I made a drop-down menu to filter the posts by category. I used Alpine.js to get the functionality. Additionally, I completed the bootstrap section on freeCodeCamp.
Day 4 of #100DaysOfCode.
I was working on a class project and didn't find much time for the challenge, but I ended up doing a little bit of bootstrap for a few minutes.
Day 2 of #100DaysOfCode.
I continued making the card items dynamic. I got stuck on a weird bug for like half an hour today . It turns out, I was using the default HTML comments on vscode instead of blade comments.
Day 1 of #100DaysofCode
Another Restart. I know I can just continue from where I left off, but I feel like it would be cheating.
With that said, I had already turned the home page into blade components last week. Today, I worked on making the template dynamic.
Day 3 of #100DaysOfCode
I completed the databases section of the course today. Here are some of the things I got from this section: how to work with eloquent models, migrations, DB seeding, and factories. I also learned about the n+1 problem and how to solve it.