Flutter Page Navigation
easiest way to navigate between pages in flutter using GetX
Read Moreby Ali Shirzad | Jun 18, 2022 | Flutter, Mobile Dev | 0 |
easiest way to navigate between pages in flutter using GetX
Read Moreby Ali Shirzad | May 18, 2022 | Dart, Flutter, Mobile Dev | 0 |
Continuing from previous post, for the part 1 of Flutter tutorials we will learn how to create...
Read Moreby Ali Shirzad | Jan 24, 2022 | Dart, Dart, Flutter, Mobile Dev | 0 |
I believe the best way to learn flutter or any framework and programming language is to create an application with medium complexity. For this I’m going to walk you through a series of tutorials to build a practically complex flutter application to build your knowledge from beginner to advanced.
Read Moreby Ali Shirzad | Aug 25, 2021 | Tech Radar | 0 |
WINDOWS 11 – EVERYTHING YOU NEED TO KNOW
Read Moreby Ali Shirzad | Apr 2, 2018 | Kotlin, Spring Boot | 0 |
What is Kotlin Kotlin is an object-oriented programming language, OOP, which supports higher order...
Read Moreby Ali Shirzad | Apr 2, 2018 | Kotlin, Spring Boot | 0 |
Spring Boot Kotlin js Project This project is an application skeleton for a full-stack spring boot app written entirely with Kotlin. Spring Boot Server side and UI component written with Kotlin Source Code on GitHub...
Read Moreby Ali Shirzad | Mar 12, 2018 | Node.js | 0 |
Writing to files in Node.js is fairly easy thanks to provided File System APIs, node fs. Asynchronously writes data to a file, replacing the file if it already exists. data can be a string or a buffer. The encoding option is...
Read Moreby Ali Shirzad | Nov 5, 2017 | Angular | 0 |
Today we are going to learn how to use Angular CLI to bootstrap a simple Angular application....
Read Moreby Ali Shirzad | Jun 4, 2017 | Node JS Examples, Node.js, Uncategorized | 0 |
Kotlin Node.js Seed Project This project is an application skeleton for a typical Node.js app...
Read Moreby Ali Shirzad | Mar 19, 2017 | Uncategorized | 0 |
Very good talk on new features in Java 8 and how to use map reduce functional programming style in...
Read Moreby Ali Shirzad | Nov 7, 2016 | Angular, Express Framework, Node.js, Uncategorized | 1 |
Continuing from part 2 of making a contact list as a Angular JS application, we need to save information in a database, we can use a REST API to store all our contacts. The way angular interacts with REST API and database is...
Read Moreby Ali Shirzad | May 29, 2016 | Angular, Bootstrap, Express Framework, Node.js | 0 |
Continuing our project from part 1, before create more features for this Angular application we need to make some application configurations such as routings. Angular routing comes in a separate package, so lets install this...
Read More