Published onMar 5, 2025Hexagonal architecturearchitectureclean codeHexagonal architecture is a software design pattern that separates the application into several layers. In this article, we will cover the benefits of using this pattern and how to implement it in your frontend applications.Read more
Published onMar 4, 2025Next.js TurboPack Compiler is now stablenext.jsrustLearn about the new TurboPack compiler for Next.js, which is now stable and ready for development use.Read more
Published onMar 1, 2025Vercel Cloud Functionsvercelnext.jscloudUnderstand how cloud functions work on Vercel and why using them can be beneficial for your projects.Read more
Published onFeb 16, 2025Building APIs with Next.jsnext.jsreactapiLearn how to build APIs with Next.js using App Router and Route Handlers, dynamic routing, middleware logic, and handling multiple HTTP methods.Read more