HTHrithik Tiwariinhrithik.hashnode.dev·May 16, 2023 · 3 min readNextjs vs SinatraNext.js and Sinatra are both web development frameworks that offer a fast and easy way to build web applications. However, they differ in many ways, including their language, ecosystem, and features. Here's a detailed comparison of Next.js and Sinatr...00
HTHrithik Tiwariinhrithik.hashnode.dev·May 27, 2022 · 4 min readData from .json in Flutter GetXIn this blog we'll be loading data from a json file and showing it to view, the steps include Creating a .json File Resourcing in pubspec.yaml Creating Model Loading the asset Mapping the data Showing it in the view Step 0:Creating the project 0....00