Ashfaq Hussaindevlogs.hashnode.dev·Apr 20, 2024Structuring NextJS projectsComing from a React.js world, learning Next.js is fun. There are many features in Next.js, but today we will discuss file-based routing in Next.js. I really like file-based routing. There is no need to add any extra packages and configure it. Just cr...2 likes·71 readsNext.js
Stella Mariesmkou.hashnode.dev·Apr 15, 2024Herd Game: Code StructureWhy a herding game? I was reading the book, AI in Games by Ian Millington (2019). I didn't finish the book, getting through the first three chapters, which is not much if you check, just about 7%, but it is in my immediate queue for reading, apart fr...1 likeJavaScript
Vishwas Acharyavishwasacharya.hashnode.dev·Nov 7, 2023Hoisting in JavaScriptIntroduction JavaScript, often referred to as the "language of the web," is a versatile and widely used programming language. It's known for its quirks, and one of these quirks is hoisting. Whether you're a seasoned developer or just starting your co...33 readsJavaScript
Javier Felizthelazywalrus.com·Nov 5, 2023Structuring data driven applications in LaravelWhat is a "Data driven application"? We all know that Laravel makes it really easy to store and query data from your database. Getting data submitted from a form and storing it using an eloquent model is trivial. But what if your application needs to...39 readsguide
Anjan Diyora (AD)anjan-diyora.hashnode.dev·Aug 5, 2023Building High-Performance React Applications: Best Practices and Proven StrategiesIntroduction ReactJS has revolutionized web development by providing a powerful framework for building dynamic and interactive user interfaces. However, as projects grow in complexity, maintaining a well-organized codebase becomes essential. In this ...#codenewbies