Nov 26, 2025 · 7 min read · A maintainable project structure is important for scaling a Flutter application. In this article, I’m sharing a clean and modular folder setup using GetX, Dio, and MVVM-style separation.This structure works well for apps that have API calls, state ma...
Join discussion
Apr 20, 2024 · 6 min read · Coming 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...
Join discussion
Nov 7, 2023 · 6 min read · Introduction 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...
Join discussion
Nov 5, 2023 · 4 min read · What 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...
Join discussion
Aug 5, 2023 · 8 min read · Introduction 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 ...
Join discussion