DEV Community

Cover image for Day 88 of 100 Days of Code & Scrum: Terms of Use and Privacy Policy, Joining Tables in SQL, and Next.js Deployment
Rammina
Rammina

Posted on • Originally published at blog.rammina.com

Day 88 of 100 Days of Code & Scrum: Terms of Use and Privacy Policy, Joining Tables in SQL, and Next.js Deployment

Good day, everyone!

Today was a fairly productive day, I've done multiple things such as coding and deploying the Terms of Use and Privacy Policy pages for my business site, learned how to use JOIN in SQL, and learned about Next.js' various deployment settings.

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

Yesterday

I learned about using react-markdown npm package to render markdown as JSX safely and graymatter to add metadata to markdown files.

Today

Company Website

  • I coded and deployed the Terms of Use and Privacy Policy pages for my company site.
  • got rid of a styling bug in the Footer links.

Next.js

  • learned about various deployment settings:
    • how to use the next.config.js file.
    • the difference between next build (standard build which includes Node.js server) and next export (full static build that only has pre-generated HTML/CSS/JS).
  • continued going through Next.js & React by Maximilian Schwarzmüller.

SQL

  • learned how to use JOIN to merge two different tables' contents.
  • continued to go through SQLZoo's SQL Tutorial.

Scrum

  • I couldn't do much related to Scrum for today.

Thank you for reading! Have a good day!

Rammina Thank You Banner

Resources/Recommended Readings

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

Latest comments (0)