cosmicjs to markdown

This commit is contained in:
2023-01-19 09:45:12 -05:00
parent f605845f7e
commit bcf590e1e2
28 changed files with 498 additions and 100 deletions
@@ -0,0 +1,17 @@
---
layout: ../../layouts/BlogPost.astro
title: "Next.js 13 and Exploring New Technologies"
pubDate: 2022-10-28
---
Next.js 13 was launched a few days ago ([More details here!](https://nextjs.org/blog/next-13)), and Ive been slowly working my way through the new stuff. As a relative newcomer to the world of Next.js Im very excited by what I see, but I also dont want to get too bogged down in whats new because Im already feeling a little bombarded with new stuff at my day job. Besides, it might be a while before I get to use Next.js 13 in a professional setting.
Yes Im a tech nerd, and I become easily enamoured with the shiny new thing, perhaps to a fault, especially when that shiny new thing is a piece of software. Im the guy who installs OS updates on day one—MacOS Ventura seems to be running fine so far, _knock on wood_—and I just want to just dive head-first into Next.js 13.
But, when youre as new to the industry as I am, there are already so many new tools and technologies to learn it can already seem overwhelming without throwing in trying to keep up with the latest in the ever-evolving world of web development.
My attitude is embrace the curiosity, but focus on mastering the tools youre currently using on a daily basis. Whether youre using an entirely different set of frameworks,, or if youre like me and just using an older version of Next.js, the new shiny stuff will still be there when youre ready. And possibly, by the time youre ready, an even newer, shinier technology will be around for you to check out.
---
_This post was originally published on my (now defunct) blog on my portfolio site [ghall.dev](https://ghall.dev), and was republished here for archival purposes._