DEV Community

Cover image for Day 32 of 100 Days of Code & Scrum: Branching, Merging, and More Physical Therapy
Rammina
Rammina

Posted on • Updated on

Day 32 of 100 Days of Code & Scrum: Branching, Merging, and More Physical Therapy

Hello there!

Like every Tuesday, wasn't that productive today because I was impeded by my Physical Therapy session.

I didn't have much time for coding, and the best that I could do where make a desktop breakpoint for my navbar, re-factor my code, and then do a pull request to merge it with my main branch. Next, I have to make a Services section, so I was looking at the websites of web agencies to use as a reference for design. I did not start coding it yet, but I already made another branch for it.

Anyway, let's move on to my daily report!

Yesterday

I learned about react-css-modules and used it to make it easier to code CSS. Also, I finished the mobile version of my navigation menu.

Today

Here are the things I learned and worked on today:

Next.js

  • remembered to use <Image /> for images in Next.js as it comes with optimization such as lazy loading.
  • I also learned that if you want to style <Link /> with a className, you can insert <a className={styles.link}>link text</a> like this:
<Link href="/">
  <a className={styles.link}>Home</a>
</Link>
Enter fullscreen mode Exit fullscreen mode
  • and that you can't do it like this (INVALID):
<Link href="/" className={styles.link}>Home</Link>
Enter fullscreen mode Exit fullscreen mode

Scrum

  • read some horror stories about Scrumbags (really bad Scrum Masters).
  • I did some practice flashcards for Scrum.
  • reviewed some of the things I've learned before.

I want to make some time for studying Typescript, but maybe tomorrow onwards.

Have a good day, everyone!

Thank You Banner

Resources/Recommended Readings

Cover Image

DISCLAIMER

This is not a guide, it is just me sharing my experiences and learnings. This post only expresses my thoughts and opinions (based on my limited knowledge) and is in no way a substitute for actual references. If I ever make a mistake or if you disagree, I would appreciate corrections in the comments!

Other Media

Feel free to reach out to me in other media!

Rammina Logo

Twitter logo

Github logo

Oldest comments (3)

Collapse
 
metamark profile image
Mark Vassilevskiy

Hey! I just saw your challenge and really interested. I'm the founder of Abstract Inc. and we're building different kinds of projects in different directions including write. Actually, we have over 50k views in a week and would like to co-work with you too :)

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
metamark profile image
Mark Vassilevskiy

When you're writing an article you can choose, Publish it from your name or from your organization. People will see that it's your article and also that it published in our organization. It's better for you because we're offering you a traffic from our views/articles and you're offering yours by just writing. If you didn't fully understand, as I said earlier you can add me at Discord (MarkFusion#2903) and we'll discuss further!