NNick747innick747.hashnode.dev·Nov 4, 2023 · 3 min readMy Website!Hello everyone! Been busy with school lately so haven't uploaded anything for almost a month. But here I am with exciting news: I have a website, or do I?? (btw tell me if this divisor between the introduction and the content looks good) From the be...00
NNick747innick747.hashnode.dev·Oct 9, 2023 · 3 min readTraditional Development VS No Code PlatformsRecent years made no-code web development easier and accessible to almost everyone. However, is it better to use no-code platforms instead of learning a programming language? Premise A web programming language is a programming language used to build ...00
NNick747innick747.hashnode.dev·Oct 2, 2023 · 6 min readFlutter ToDo List AppHello everyone! Today we will create our first Flutter app: a ToDo List App. We will learn how to use a lot of components and add logic to our application. The Logic Before diving into developing the app, let's think of what it will offer. We mainly ...00
NNick747innick747.hashnode.dev·Sep 23, 2023 · 3 min readHow to Structure a Flutter ProjectHello everyone! After creating our first application I think it's important to dive even more into Flutter development by learning how to structure a good Flutter project. How is a Flutter project structured? Before creating our structure for a proje...00
NNick747innick747.hashnode.dev·Sep 11, 2023 · 7 min readFlutter Roman / Arab Number ConverterHello everyone! Today, we will be creating our first Flutter application. The app's essence is to facilitate the conversion of Arabic numerals to Roman and vice versa. The Logic First of all, as always, let's think of the logic behind the app we're g...00