Exploring Next.js 13: App Router and Best Practices
I've been using Next.js for awhile now especially for applications where SEO, server-side rendering and performance are important. Next.js 13 introduced one of the bigger changes I've seen … »
I've been using Next.js for awhile now especially for applications where SEO, server-side rendering and performance are important. Next.js 13 introduced one of the bigger changes I've seen … »
I've scoured the internet for some basic information on Immutable.js to help with the performance on some of my React applications. But most only cover some of the basics … »
I've been looking more into functional programming lately and how some of the concepts can be applied to Javascript. I'm definitely not talking about converting everything to Haskell or writing … »
I've seen some impressive demonstrations of machine learning and am definitely not claiming this as one. But I'm pretty proud of a kid I've been tutoring for a quite sometime … »
In order to share a data models between technologies (ex: backend and frontend), the languages need to interpret the data to a common format. Most of the time, this boils … »