I'M Mahesh Mallem

Android | Ios | Flutter | React Native | Node js { Developer }

About Me

Hello

I'mMahesh

Mobile App Developer

👋 Hey, I'm Mahesh Mallem, a dedicated mobile developer with a love for all things Flutter. With 8 years of experience, I craft sleek cross-platform apps by day and explore tech wonders by night. Coffee fuels my coding adventures ☕. Join me in the realm of mobile magic!

Transforming ideas into interactive mobile realities with code and creativity!

Web Dedign

UX/UI Dedign

Wordpress

Javascript

What I do?

Graphic

Lorem ipsum dolor sit amet, augue theophrastus ex.

Photography

Lorem ipsum dolor sit amet, augue theophrastus ex.

Development

Lorem ipsum dolor sit amet, augue theophrastus ex.

Responsive

Lorem ipsum dolor sit amet, augue theophrastus ex.

Wordpress

Lorem ipsum dolor sit amet, augue theophrastus ex.

Javascript

Lorem ipsum dolor sit amet, augue theophrastus ex.

My Experience

NTT Data

2023-Today

Systems Integration Senior Specialist

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Excelicare

2021-2023

Senior Engineer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Calibrage

2017-2021

Senior Engineer & Lead

Lorem ipsum dolor sit amet, sit augue theophrastus ex. Nec ne dicam impedit perpetua, legimus fierent molestiae ei nec. Eum ei adhuc meliore pericula.At agam omittam accumsan mel.

Exinent

2015-2017

Software Engineer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

My Latest Projects

Dart Programming with Mahesh

What is Dart used for?

Dart is a programming language developed by Google. It's used for building web, mobile, and desktop applications. Dart can be used to create both front-end and back-end code, and it's particularly known for being the language behind the Flutter framework.

What is the difference between var and dynamic in Dart?

In Dart, 'var' is used to declare a variable whose type is inferred from the value assigned to it. On the other hand, 'dynamic' is a type that represents a value whose type is not known until runtime. 'var' provides compile-time checks, while 'dynamic' skips compile-time type checks.

What is the purpose of async and await in Dart?

'async' and 'await' are used for asynchronous programming in Dart. 'async' is used to mark a function as asynchronous, allowing it to use the 'await' keyword. 'await' is used to pause the execution of the code until the awaited Future is completed, without blocking the whole program.

Explain the concept of mixins in Dart.

Mixins are a way to reuse code in multiple class hierarchies. A mixin is a class that provides methods to other classes but doesn't intend to be instantiated itself. To use a mixin, you use the 'with' keyword followed by the mixin's name when declaring a class.

What is the role of the main() function in Dart?

In Dart, the 'main()' function serves as the entry point of the program. It's where the execution of the program starts. When you run a Dart program, the code inside the 'main()' function is executed first.

What clients say

Start Work With Me

Contact Us

Mahesh Mallem
+91 7032214460
Hyderabad,India

Search This Blog

Powered by Blogger.

Blog Archive

Dart Programming with Mahesh

What is Dart used for? Dart is a programming language developed by Google. It's used for building web, mobile, and ...