NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (2024)

This post is unavailable.

Join now Sign in

More Relevant Posts

  • OOK Group

    420 followers

    • Report this post

    Hi everyone, this is OOK People, and today I’m going to introduce myself. My name is Marina Satanovschi, and I have been working at OOK Group for 1 year as an Android Developer.As someone with a keen interest in both art and math, I made the decision to become a mobile developer one day, so now my mother tongue is Java, and I am a native Kotlin speaker.Although I have only been working here for one year, I have around 6 years of experience in IT. It was my dream to create something that other people could use in their daily lives, and it became a reality through hard work, patience, and determination. It took me 7 years, 3 degrees, 6 books, and tons of videos and articles to finally say “I’m a specialist!”So why do I love OOK Group? ’Cause it’s 🌸 OOK 🌸 here :)Let me be more specific: teamwork is at the heart of everything we do. Colleagues actively support each other and we understand that success is a collective effort. It’s a place where ambitious ideas are encouraged, and where possibilities are transformed into realities. The culture of teamwork, support, and growth within OOK Group transforms it into more than just a workplace; it becomes a community united by shared goals and interests.There are some essential skills you should have as a developer. These include problem-solving, the ability to analyze risks, and adherence to rules. Being a team player is also crucial.My motto is: “Clean code always looks like it was written by someone who cares,” and I absolutely love it! 🚀

    • NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (2)

    19

    Like Comment

    To view or add a comment, sign in

  • Shushmita Rani

    JAVA | PostgreSQL | Springboot | Oracle | HTML | CSS | JIRA | Talend | GIT | MySQL| Database Developer | Database Optimization | ETL |PostgreSQL Developer

    • Report this post

    Hi MyGlamm | Good Glamm Group team "Exceptional beauty deserves an exceptional experience. 💄 Encountering technical hiccups like 'java.lang.NumberFormatException: empty string' on the MyGlam app reminds us that even the most glamorous journeys have their occasional bumps.I wanted to share an experience I've had while using the MyGlam app, in the hopes that it can be addressed and resolved for the benefit of all users.Recently, I've come across an error message while clicking on a links within the platform : java.lang.NumberFormatException: empty string. This error has impacted my user experience, and I believe it's essential to bring it to the attention of the MyGlam development team.MyGlamm | Good Glamm Group Team, I appreciate the valuable content and features your app offers, and I understand that technical issues can arise. My intention in sharing this is to help improve the app's overall . To resolve this issue, you should check the code where you're attempting to convert a string to a number. Ensure that the string is not empty or contains valid numeric data before performing the conversion. You can use methods like isEmpty() or isBlank() to check if the string is empty before attempting the conversion.PS : This error comes while using app in mobile but when I try in laptop it is running smoothly and perfectly .Attaching screen record for reference

    4

    2 Comments

    Like Comment

    To view or add a comment, sign in

  • Charitha Chappidi

    Full Stack Development Trainee | CCBPian at NxtWave | React JS, Frontend Developer

    • Report this post

    Hello Everyone..🙏 As a full stack developer trainee in @NxtWave, my journey has begun today by starting with Static Website development. Developed a website using Html, Css as a part this i started my first coding practice. I am delighted to announce that I have successfully completed my first coding practice - "Todolist" web application as part of my training.Have a look at it 👇 👉Link : todolistcha.ccbp.tech#ccbp #Nxtwave #webdevelopment #webdesign #staticwebsite #html #css#coding #codingpractices #code #programming #todolist #website

    1

    Like Comment

    To view or add a comment, sign in

  • ‪Mohamed Refky‬‏

    Flutter Developer Department of Computer Science, in Faculty Computers and Artificial Intelligence

    • Report this post

    Hello Flutter Developers 😊 Do you know the difference between Cascade operator (.., ?.. ) and Spread Operator (…,...?) ? 🤔 If not , let’s start 🤓You use Cascade operator ( .. , ?.. ) to make a sequence of operations on the same object. It allows you to perform multiple operations on an object without repeatedly specifying the object's name. For example:Cascade operator (..,..?)class Person {String name = ' ';int? age;void display() {print('My name is $name and I am ${age ?? 'not specified'} years old..');}} void main() {var person = Person()..name = 'Alice'?..age = 25..display();// Output: My name is Alice and I am 25 years old.}Spread Operator (…,...?) make it possible for us to add multiple values to a collection. This collection can be a [list, a set,or a map]. This operator is a replacement for add or addAll operator in dart.For example:Spread Operator (...) void main() {List<int> list1 = [1, 2, 3];List<int> list2 = [4, 5, 6];List<int> combinedList = [...list1, ...list2];print(combinedList); // Output: [1, 2, 3, 4, 5, 6]} For example:Null-aware Spread Operator (...?)void main() {List<int>? list;List<int> combinedList = [...?list, 4, 5, 6];print(combinedList); // Output: [4, 5, 6]}So , the Cascade Operator simplify operations on the same object, and the Spread Operator simplifies working with lists and sets. EraaSoftSayed Abdul-Aziz 🇵🇸#flutter #dart#flutter_with_eraasoft

    • NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (10)

    39

    3 Comments

    Like Comment

    To view or add a comment, sign in

  • Narendra Kumar M.

    Fellow at NxtWave’s CCBP 4.0 Academy | Knows Python, Front End Development | Completed Hands-on Projects

    • Report this post

    Hello everyone! I'm thrilled to share my latest project which I had done at NxtWave, a "Password Manager" application developed using React. This app simplifies the way we manage our passwords, offering a user-friendly interface where passwords can be added and stored securely. For privacy, passwords are hidden until you choose to reveal them with the 'show password' option. You can also easily remove any password no longer needed. This project not only enhanced my skills in React but also gave me valuable insights into user data security and interface design. I’m eager to develop more useful applications in the future. Thank you for checking this out! Git: "https://lnkd.in/gzfCBdMH"Link: "https://lnkd.in/gJBYf2ci"NxtWave Rahul Attuluri #nxtwave #development #reactjs #javascript #webdevelopment #coding #frontenddeveloper #webdesign #softwaredeveloper #passwordmanager #securepasswords #authentication #linkedin #linkedinpost #linkedinmarketing #linkedinvisibility

    27

    Like Comment

    To view or add a comment, sign in

  • Christopher Lim

    Backend Go Developer Jr. | Lead/Sr. QA Engineer

    • Report this post

    Take a look at my Appointment Web App! After completing several smaller projects and going through trial and error, I have successfully developed a frontend and backend remake of my WGU Capstone project using Java and Java FX. (Standalone application)The backend utilizes Gin as the web framework, GORM as the ORM, and SQLite as the database. Authentication is commonly handled using JWT, while password hashing is typically done with bcrypt. Additionally, managing environment variables is made easier with the help of Godotenv. MailHog is a valuable tool for testing email functionality.The frontend utilizes React and Material-UI for UI components and styling. Using Axios allows seamless communication with the backend through HTTP requests. Moment and date-fns are commonly utilized for date manipulation. Notistack offers snackbars for notifications. React Big Calendar is commonly used for the calendar component. Testing libraries are provided to support unit and integration tests.#softwaredeveloper #developer #backend #go #react #golang #personaldevelopment #softwareengineer #backenddeveloper #wgu #wgugrad

    4

    Like Comment

    To view or add a comment, sign in

  • Gautam Jangir

    Student at Govt. Engineering College Bikaner

    • Report this post

    Hey, connections,I have successfully completed my 1st task provided by CodSoft Task 1: (Guess Game)The "Guessing Game" is an interactive and engaging activity where a player tries to guess a randomly selected number within a given range. The player is provided with feedback after each guess, indicating whether the guess is correct, too high, or too low. The primary objective is for the player to narrow down their guesses and ultimately identify the correct number. The game often incorporates elements such as limiting the number of attempts, tallying scores based on successful guesses, and offering the option to play multiple rounds. The game's simplicity, coupled with the challenge of deducing the hidden number, makes it a popular choice for both individual enjoyment and social interaction.Resources: JavaIDE: Vs CodeSource Code on Github:https://lnkd.in/e_RHRacM

    2

    Like Comment

    To view or add a comment, sign in

  • Md Sabbir Ahmed Sohan

    Software Engineer || Flutter

    • Report this post

    Excited to share that I completed the 'Task Manager' project two months ago.Developed using[ Flutter,GetX State Management,REST API ]github : https://lnkd.in/dPGY-YyVKEY FEATURES:🔐 User Authentication:sign-up, login processes and user data save.🗂️ Task Management:Add, Complete, Progress or Cancelled tasks.🖼️ Profile Management:Updates person's profile with flexibility with profile image.🗑️ Task Deletion:Removing Tasks as needed,🔑 Password Recovery:"Reset Password" feature with OTP email verification.SCREENS:➕ New: After adding task the tasks marked as new will be on this screen.✔️ Completed:Marked tasks as completed will be in this screen.🚫 Cancelled:Marked tasks as cancelled will be in this screen.⏳ In Progress: Dynamically in Progress tasks will be here.Special appreciation to Md Rafat J. M.for outstanding guidance in this success. Thanks to Ostad Platform & Rabbil Hasan, Grateful for the exceptional API support and invaluable course.#appdevelopment #flutterdev #flutter #flutterapp #restapi #android #programming #mobileappdevelopment #flutterdeveloper

    2

    Like Comment

    To view or add a comment, sign in

  • VIVEK PARDE

    Developer at Easemith

    • Report this post

    🚀 Exciting Update: Created Admin Dashboard for CodeSwear! 🚀I'm thrilled to share that I have created admin dashboard for my codeswear project! 💻Admin can add, delete, update product also see all orders, all products and revenue, all paid orders in bar chart.Also I added protectec routes.#coding #react #reactjs #nextjs #project #learning #webdevelopment #fullstackwebdevelopment

    58

    7 Comments

    Like Comment

    To view or add a comment, sign in

  • Shrish Srivastava

    Android Developer ,KOTLIN ,Emulator Surfer

    • Report this post

    Hello Guys , Whats up...I hope you are doing fine , So as You know that I am on Challenge of 30 Days of Androind Development and Today is my 12th day of Saumya Singh Mam course...😎😎😎I completed the sign up Project...with the help of drawable resource xml file, used intent, icon , splash screen function and many more...I am very excited to do more projects as i dive deep in the course....🙂🙂🙂Thanks you guys for your support🙏Link Of Saumya Singh Mam course(https://lnkd.in/gmVvn7tc)#AndroidDev #LearningProgress #LinkedInUpdate🚀 #AndroidDev #LearningProgress #LinkedInUpdate #30dayschallenge #androiddevelopment

    • NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (28)

    63

    6 Comments

    Like Comment

    To view or add a comment, sign in

NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (32)

NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (33)

105 followers

  • 3 Posts

View Profile

Follow

Explore topics

  • Sales
  • Marketing
  • Business Administration
  • HR Management
  • Content Management
  • Engineering
  • Soft Skills
  • See All
NIDHA NAZAR on LinkedIn: I’m happy to share that I’m starting a new position as Flutter Developer… (2024)
Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 5867

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.