Writing on software conception and design, the long #buildinpublic path as indie hacker, the food and wine universe.

All of my long-form thoughts on programming, product focusing, the long #buildinpublic journey as an indie hacker and the diverse world discovery of food and wine, collected in chronological order.

Exploring Next.js 13: getStaticProps, getStaticPaths, and getServerSideProps

getStaticProps, getStaticPaths, and getServerSideProps play a vital role in fetching and pre-rendering data in Next.js applications. By understanding how to use these features effectively, you can enhance the performance and user experience of your Next.js projects. So, let`s dive in and explore the capabilities of these functions

V8 Engine: the Basics

Node.js is an open-source, cross-platform runtime environment built on Chrome V8 JavaScript engine. Node.js allows developers to execute JavaScript on the server-side, which makes it a popular choice for building scalable, real-time web applications

Coolest things of modern Javascript

Over the years, JavaScript has evolved significantly, and with the release of new versions of the language, developers have access to many powerful features that can help them create better and more efficient applications.