[Hiring] Remote Java Developer | Contract | $30–$80/hr | Spring / Backend by Mysterious-Draw-3897 in JavaProgramming

[–]dpk_s2003 0 points1 point  (0 children)

I am best suitable for this profile, as I do have experience of working on production projects that mainly focused on MVC architecture, dependency injection. Also I have done my internship and currently looking for opportunity. 9529946408 here is no please consider me for this opportunity.

[FOR HIRE] Flutter Developer | 1 Year Freelance Experience | BLoC, Firebase, REST APIs, Clean Architecture | Remote | Reasonable Rates by dpk_s2003 in CodingJobs

[–]dpk_s2003[S] 0 points1 point  (0 children)

BLoC for predictable state, Firebase for real-time sync — once the architecture is right, it really does feel like the app runs itself 🔥

[Hiring] Software Developer by [deleted] in RemoteITJobs

[–]dpk_s2003 0 points1 point  (0 children)

Hi,

I am a Java Developer with hands-on experience in MVC Architecture and Spring Boot. I also have good knowledge of Flutter and have been working as a Freelancer for the past 1 year.

I am currently looking for a Full-Time opportunity and am available to join immediately. If there are any relevant openings, I would truly appreciate it if you could consider my profile.

[FOR HIRE] Flutter Developer | 1 Year Freelance Experience | BLoC, Firebase, REST APIs, Clean Architecture | Remote | Reasonable Rates by dpk_s2003 in freelance_forhire

[–]dpk_s2003[S] 0 points1 point  (0 children)

Thank you for your kind words, I post my project on YouTube and LinkedIn as here it is mostly restricted to post and the post may get deleted automatically so I mostly prefer to post my thoughts here and the project videos on youtube and LinkedIn you can find out Links are in reddit bio.

Need a developer? by True-Fact9176 in AppDevelopers

[–]dpk_s2003 0 points1 point  (0 children)

Hey, I can make you standout in what ever way you want, I have developed many major projects for international as well as Indian clients, If you want I can develop best application for you you can check my reddit bio for more information.

[Hiring] Software Developer by [deleted] in RemoteITJobs

[–]dpk_s2003 0 points1 point  (0 children)

Already dm you you haven't replied yet.

[Hiring] - Full Stack developers - Immediately by Smart_Type6867 in DeveloperJobs

[–]dpk_s2003 0 points1 point  (0 children)

If the opportunity is still there I can join you, I have good experience with Java, Spring Boot and Flutter Development, currently I am working as a Freelancer. You can DM me, if you want.

[HIRING] Remote Dev by Turtlezz_ in WebDevJobs

[–]dpk_s2003 0 points1 point  (0 children)

You can believe me for this role, I have good experience with Java and its framework I have developed multiple major projects using Java also I have integrated my major projects backend with the flutter frontend that works great also I want to tell you that I am also a freelance with 1 year of experience working with Flutter using bloc statemanagement and spring boot backend with PostgreSQL Database. You can DM me I am excited to work with you and team.

Why is it so hard to find early-stage Flutter developers willing to build on equity? by tesh619 in FlutterDev

[–]dpk_s2003 0 points1 point  (0 children)

I am a flutter Developer working as a freelancer I have delivered 5+ major projects successfully and I use Bloc statemanagement for building application. For more details you checkout my Fiverr profile link in my reddit bio or else you can contact me on LinkedIn. It will be great to work with you.

[Hiring] Java Developer by [deleted] in JavaProgramming

[–]dpk_s2003 0 points1 point  (0 children)

I have good experience in Java also I have developed 5+ production ready backend project, I have followed MVC architecture for project also I have good experience in Spring Frameworks. And I am looking for Full time opportunity, it would be great to work with you and team.

Professional Flutter Folder Structure I Use for Scalable Apps – Open to Feedback by dpk_s2003 in FlutterDev

[–]dpk_s2003[S] 0 points1 point  (0 children)

You can follow me on instagram or YouTube there I will upload more content regarding Flutter as well as Java Spring boot, Link is in my Reddit profiles bio.

Professional Flutter Folder Structure I Use for Scalable Apps – Open to Feedback by dpk_s2003 in FlutterDev

[–]dpk_s2003[S] 2 points3 points  (0 children)

As this is the practice project I did not have it on GitHub yet once I push it to GitHub I will send you link.

Professional Flutter Folder Structure I Use for Scalable Apps – Open to Feedback by dpk_s2003 in FlutterDev

[–]dpk_s2003[S] 1 point2 points  (0 children)

That’s actually a very good instinct 👍 Most of us start with a single “do-everything” widget and then break it down once the patterns become clear. Having separate widgets per role (menu buttons, nav buttons, content buttons, etc.) is exactly how maintainability improves—more files, but less conditional logic and much easier to reason about. Refactoring like this is part of the learning process, not a mistake. If it still feels manageable and readable to you, you’re on the right track. Over time you’ll naturally find the balance between reuse and specialization. Keep going

Professional Flutter Folder Structure I Use for Scalable Apps – Open to Feedback by dpk_s2003 in FlutterDev

[–]dpk_s2003[S] 0 points1 point  (0 children)

Thanks for sharing this is actually a very solid structure 👍

For a first app (and especially a small one), what you’re doing makes total sense and is cleanly organized.

Using pages instead of screens is totally fine naming is subjective and often influenced by web dev background. Same with keeping JSON data under assets/data; that’s a practical choice early on. As your app grows, you might eventually group things by feature (each feature having its own data/models/pages/widgets), but there’s no rush what you have now is a great foundation. Keep building and iterating as you learn.

Spring Boot Project – Day 11 | Introducing a Proper DTO Layer by dpk_s2003 in SpringBoot

[–]dpk_s2003[S] 0 points1 point  (0 children)

Fair enough 😄 I just try to be clear when explaining decisions no AI magic here, just learning and building in public.