Skip to main content

Posts

Task Management UI using Flutter

  This Project is mainly based on the Creation of the Task Management UI using Flutter .Firstly Let us know what is flutter   Flutter:   Flutter is an open-source framework created by Google for building cross-platform applications with a single code base. Dart is a typed object-oriented programing language used to build the flutter application. Cross-platform application is developing a single application that can run on various Operating systems without the need for development in the respective environment.   Before Getting start in Flutter We need to install flutter and setting the Environment to work With Flutter Please Refer this How to install Flutter and setting up the Environment in vs code .   This Task management App UI is Refereed from https://www.freepik.com/premium-vector/task-management-app-screes_9925440.htm.  You can Fin Let Get Started. This Task Management App Contains three pages Home page Manage Task Page Create new Task page   Ho...
Recent posts

Planning Microsoft 365 architecture

In the previous posts we have discussed what is Microsoft 365 and different subscription avaliable in the microsoft 365.If haven't seen the post please take a look Link .In this post we are going to discuss about the planning microsoft architecture.Let get started Let's say a company decides that they want to migrate to Microsoft 365. So we have to plan an architect for the deployment and implementation on Microsoft 365. The migration plan includes few phases Microsoft 365 evaluation Microsoft 365 on-premises integration Microsoft 365 planning consideration Microsoft 365 evaluation Microsoft evaluation as the name we need make few evalution before we migrate to microsoft 365.Let's discuss the few criteria. Network We want secure and high Bandwidth network connection to access microsoft 365 and to make a stab...

How to Choose our Microsoft 365 subscription?

In the previous post we have discussed what is Microsoft 365.If haven't seen the post please take a look Link .If you are preparing for Microsoft ms-100 Microsoft identity and services certification. Then this article may be useful for you. If you are  going to choose Microsoft 365 for Your organization you have to find the subscription that is suitable to meet the organization needs. Microsoft provided subscription options: Microsoft 365 Business. Microsoft 365 Enterprise. Microsoft 365 Education. Microsoft 365 Business:- It targets the small business that needs cloud integration and has users up-to 300.There are four different subscription. Microsoft 365 Apps for Business:- It provides all office apps desktop version, 1TB one drive storage per user, and install office app in mobile devices and updates the feature every month ...

Understanding Microsoft 365?

  Before getting started with Microsoft 365 We have to understand how we have purchased and used Microsoft software in the past decade.   A few years back when we buy a new PC we used to have Ms Office installed along with PC.That Ms office installed in the PC will the latest version that is available at that time.If you want to install it in your old PC you can buy the latest version that is available at that time.But when a new version is released we  have to buy it again .  At that time we don't feel it difficult because Microsoft has 3 years Refresh cycle.The refresh cycle means we will get new release (or) new version of the software every three years.Since three years is long time we didn't feel it difficult. But these days with new technology coming there may be new features coming on a monthly basis. Due to new update coming on  monthly basics we are not able to buy Microsoft Office in the traditional way.  To overcome this Microsoft introduced a...

How to install fultter and Setting up Enviroment in vs code

When you are getting started with app development you will come across these two terms “Native apps” and “Cross-Platform apps”. We are currently going to Focus on Cross-platform apps we will discuss native apps later. Firstly, What are Cross-platform apps?   Available Cross-platform technology and Frameworks? What are Cross-platform apps?                 Cross-platform application is developing a single application that can run on various Operating systems without the need for development in the respective environment. Available Cross-platform technology and Frameworks?                The most popular cross-platform framework or technology is “React Native” and “Flutter”. There are many other frameworks are available but the most popular are these two frameworks Flutter     Flutter is an open-source framework created by Google f...