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) andnext export
(full static build that only has pre-generated HTML/CSS/JS).
- how to use the
- 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!
Resources/Recommended Readings
- Next.js & React by Maximilian Schwarzmüller
- Next.js official documentation
- SQLZoo's SQL Tutorial
- The 2020 Scrum Guide
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!
Top comments (0)