june92's avatar

june92 liked a comment+100 XP

6d ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

Developers mostly care about clean code, clear direction, and getting paid, not whether your CRM is already a hit. If you keep things consistent, document choices, and give them a roadmap, they won’t bail just because the product is still growing. I’ve kept bigger teams happy by using tools that scale smoothly, kind of like how https://www.fieldboss.com/ handles growth without making you rebuild everything later.

june92's avatar

june92 liked a comment+100 XP

6d ago

How big of projects do I need to get a job?

Never stop learning, that's sure, development technologies evolve very quickly.

Forget all the buzz words ... what buzz words ?

june92's avatar

june92 wrote a reply+100 XP

6d ago

How big of projects do I need to get a job?

@vincent15000 So what I need do is build projects like web projects of what ever type of web application and practice coding. And forget about all the buzz words, it is good to know them for junior level roles for how the a system works and good to know for seniors and how to implement those buzz words. So just practice coding and never stop learning.

june92's avatar

june92 liked a comment+100 XP

1w ago

How big of projects do I need to get a job?

Laravel is only a framework, a tool to develop. It's like a hammer. It's not because you have a hammer that you are a good carpenter. A carpenter has to know his job.

For the developers, it's exactly the same logic : it's not because you know Laravel that you are a good developer.

What is important is to acquire an approach. If you have the good approach, then coding is only manipulating lines of code.

And to acquire an approach, it's not just learning how to hammer nails, how to use Laravel or VueJS or Symfony or any language. Acquiring an approach needs that you have been confronted with problems and that you have experienced many solutions to solve this problem.

Furthermore, because development is so vast that you just can't know everything, you need to work with other people, not mandatory with your own team (you can for example work as a freelancer), but also sharing on social networks (like Laracasts).

So acquiring an approcha is possible only if you are curious with the stacks and over all if you listen what more experienced people advise you.

That's called experience.

june92's avatar

june92 wrote a reply+100 XP

1w ago

june92's avatar

june92 wrote a reply+100 XP

1w ago

How big of projects do I need to get a job?

So a MVP is like a ecommerce website or another type of web application with all the core features that type of web application has just with no system design, NFRs, UX, OWASP SAMM. Correct?

june92's avatar

june92 liked a comment+100 XP

1w ago

How to get a job as an Entry Level Junior Laravel Developer?

When people say you only need a “high-level” understanding of DevOps, cloud, and system design for junior roles, they mean knowing what these things are, why they’re used, and how they fit into the web development process, not being able to fully build or operate production infrastructure yourself. You should be able to explain concepts like CI/CD, cloud hosting, authentication, scalability, and how a backend system is structured, but you’re not expected to manage Kubernetes, complex AWS networking, or large-scale distributed systems.

For projects, the backend projects on roadmap.sh are more than enough for junior roles if done properly. “Real-world” doesn’t mean huge SaaS platforms or advanced AI apps—it means projects with realistic business logic, data relationships, authentication, validation, error handling, and clear tradeoffs. A few well-built APIs (auth system, CRUD app, blog, e-commerce, task manager) that you understand deeply are far more impressive than an over-scoped SaaS or Indeed-style clone.

It may be worth considering a more structured or formal learning route to help solidify the fundamentals.

june92's avatar

june92 liked a comment+100 XP

1w ago

How big of projects do I need to get a job?

Two things:

  • When you apply, actually know how to code.
  • Be the type person that is a problem solver

On point one, you either know or don't know. If you know how you are good to go.

june92's avatar

june92 started a new conversation+100 XP

1w ago

How big of projects do I need to get a job?

If someone can take the time to look at this open source project https://github.com/invoiceninja and if someone can tell me do I have to create a few projects like these? I know they aren't system design and other technologies. But should I have a project like this or a little smaller to apply for a job? I was planning to create a project but if I create a basic CRM or maybe a but more than basic, and a few other projects. Will this be enough? But they do not have to like the invoiceninja. I was seeing a video on YouTube and saw two videos that were identical some what and in one of them it said "this is a oversimplified tutorial". So does a portfolio project doesn't need to be like Salesforce and not like invoiceninja? But also not to basic?

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Understanding source code management, collaboration workflows, and version control practices might.

That's not important for newcomers. They'll learn about it on their first job. What matters is if they know the fundamentals of programming in whatever domain they're applying to.

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

@june23 What do those “frameworks” have to do with an application? They’re just cloud providers. They have services that you would deploy and run code on. Yes, you can use. You can also create and host a web application without them.

Your question is basically: “Can I make a journey with these vehicles? Car, van, truck.”

You need to get out of this rut of, “if I use X then I will be a proper developer”. You should be using things when it makes sense to use them; not as a box-checking exercise.

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Knowing how to click around GitHub won't get you the job. Understanding source code management, collaboration workflows, and version control practices might.

Just that alone is one out of many tool sets an employer will be looking for.

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Yes, it absolutely applies to aspiring developers. In fact, it’s one of the best ways to break the "need experience to get experience" loop. When you don't have a formal work history, open-source contributions serve as your proof of competence. It shows a hiring manager that you can actually collaborate, handle feedback in code reviews, and navigate a massive, existing architecture things a solo portfolio project rarely demonstrates.

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

And this is for web developers who have never had work experience in web development? I know it can be for getting other web development jobs in other companies once you have a role in a company, but can this apply for aspired web developers, someone who has never had an actual job, just learning and wanting to get a job in web development? And also if I were to get hired by a open source company by contributing to the project will this experience I gain there as my first role get me to a better company that is not open source company like Shopify the actual company?

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Yes, absolutely possible. Honestly, having actual merged PRs in public repositories often carries more weight than a degree because it proves you know how to read someone else's codebase, use Git properly, and handle code reviews

june92's avatar

june92 started a new conversation+100 XP

2w ago

Can I get a job with a resume with a few web development projects, github pull request merges that fixed issues, and with no college degree?

Is this possible? And if so how many pull requests do I need to get hired for a company that is open source a month, and if I fix issues in these open source companies can I get a job there?

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

So if I decide to follow the aws well-architected best practices (...) I will be able to deploy my Laravel/Nextjs to the EC2 server through SSH or through Github Actions?

These questions make no sense. You can deploy apps through GitHub actions or over SSH. AWS guidelines, let alone KPIs, have nothing to do with it.

I don't think I've seen you (@june92 or @june23) ask a single programming-related question on this forum. But you keep bringing up terms and buzzwords in wrong contexts. Reading random articles without understanding the context isn't learning.

Have you ever finished a complete app with Laravel? You should start with that.

june92's avatar

june92 started a new conversation+100 XP

2w ago

Is this how to get a KPI for NFRs?

I am learning system design, NFRs, UX case studies, and Security Assurance Programs like OWASP SAMM for example. I have been trying to understand if this how you get a KPI for NFRs, and I have been trying to figure out is if I use Business Impact Analysis, Service Impact Analysis, Risk Analysis?

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

But what I have been trying to figure is Business Impact Analysis, Service Impact Analysis, and Risk Analysis apart of getting a KPI for a NFR? ->

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

But I am sure I can deploy a web application once the AWS architecture is setup. Here it explains you can use Code Deploy and can use any backend framework like Laravel.

https://docs.aws.amazon.com/wellarchitected/latest/serverless-applications-lens/opex-deploying.html

This one is for Google well architected which I am sure you can deploy a Laravel backend framework.

https://docs.cloud.google.com/architecture/blueprints/security-foundations/deployment-methodology

There is this too for ECS

https://docs.aws.amazon.com/wellarchitected/latest/container-build-lens/prepare.html

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

So if I decide to follow the aws well-architected best practices and I can use the EC2 server that the aws well-architected step told me to setup then I will be able to deploy my Laravel/Nextjs to the EC2 server through SSH or through Github Actions?

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

Yeah I know that. But I was wondering if I wanted to deploy on AWS. Could I use the aws well-architected framework to deploy a web application using Laravel?

june92's avatar

june92 wrote a reply+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

And if I use this also correct? -> https://aws.amazon.com/architecture/well-architected/ This will be the cloud architecture and virtual infrastructure?

june92's avatar

june92 liked a comment+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

Yes, you can develop a blog with laravel, you can basically create any kind of web application with it.

Start here https://laracasts.com/series/laravel-from-scratch-2026

june92's avatar

june92 started a new conversation+100 XP

2w ago

Can I code a web application from these cloud frameworks? Google AWS Microsoft

If I choose one of these well-architecture frameworks

https://learn.microsoft.com/en-us/azure/well-architected/
https://aws.amazon.com/architecture/well-architected/
https://docs.cloud.google.com/architecture/fundamentals

Can I use them to create a web application like Blog, Social Network, CRM, and a web application of any type? And after the architecture implementation design from let's say the AWS Well Architecture framework, I start to code the entire web application using a something like Laravel/Nextjs/MySQL. Is this possible?

june92's avatar

june92 liked a comment+100 XP

2w ago

What are Key Performance Indicators and how do they relate in web development?

Yes, metrics like latency, throughput, error rates, and response times are absolutely web dev KPIs.

Your NFR might state: The API must have a response time of under 200ms under normal load.

Your KPI is the actual live metric you track in your APM to prove to management or clients that the app is performing as promised.

june92's avatar

june92 started a new conversation+100 XP

2w ago

What are Key Performance Indicators and how do they relate in web development?

Are KPIs used for Non-Functional Requirements? And are KPIs like latency, throughput, and response times for the Performance NFR?

Are KPIs used for Accounts/Marketing and Sales/Manufacturing/etc...

So do KPIs have nothing to do with web development?

june92's avatar

june92 liked a comment+100 XP

2w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

@martinbean That’s exactly the point. Even good engineers work on projects that fail. The difference is whether they recognized the risks, communicated them, and understood when the economics or technical direction stopped making sense.

@june92 For an MVP, you usually don’t need a full engineering organization. You need enough technical skill to validate the idea quickly and avoid painting yourself into a corner.

june92's avatar

june92 wrote a reply+100 XP

2w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

@digitalartisan so you are saying I just have to enough technical skill to understand why the web developer or web developers refactored the code. So if I had built an MVP and the new web developers working on the MVP said I refactored the validation logic you had for the Contact Controller to have a Form Request Validation. This is not a good example it is very simple and I know that validation logic should be in Form Requests. But what I am trying to say this is the "technical skill" I should have so that I can validate the code the web developer just reviewed with me. There will be way more advanced code the web developer will review with me but that is the "technical skill" you are referring to correct? Or what do you mean "enough technical skill to validate the idea"?

june92's avatar

june92 wrote a reply+100 XP

2w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

If I were to build a successful MVP, would I need engineers? I would only want the code refactored until I would actually need others like DevOps, QA, UX, and Frontend Web Developers, etc...

june92's avatar

june92 started a new conversation+100 XP

2w ago

Has anyone here used UX case studies and User Research & Personas to find "real frustration" for a Problem Statement?

Has any Laravel Developer here tried to use UX case studies and User Research & Personas to find "real frustration" for a Problem Statement? And if so, do some web developers do this and if they are trying to find "real frustration" for a REI CRM, for example, and then they find no paint points from User Research and interviews either on Reddit or other platforms, then would it be okay to just move on to another SaaS Product or other web applications until "real frustration" has been found for a web application?

june92's avatar

june92 liked a comment+100 XP

3w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

You are creating it? How? What is the stack? What development tools are you using? What is the test case coverage? Is this 100% AI generated?

would web devs not work on it if it was not successful?

Correct, I would not work on it. What is the point if it is not successful.

the CRM did not have good code even though it works and follows best practices? 

Bad architecture can follow best practices and have bad code. Through away prototypes, major refactoring, legacy old project, and or starting from scratch is what I read.

june92's avatar

june92 liked a comment+100 XP

3w ago

june92's avatar

june92 wrote a reply+100 XP

3w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

No what I mean is I know my code won't be that bad and if I put effort into it and build a REI CRM then if I start to hire web developers to join my team, my question is will a web developer see my REI CRM code and say this does not seem like good code I think I will pass. Or will some web developers I think the word is "refactor" and like if they think for example, "You failed to add a http status code like 200" or "You did not add a API resource", or "You have used way to many if statements and can be easier maintained like this:

if('votes' == 100){
}

if('age' > 35){
}
etc...

and the web developer says this can be done easily with Eloquent ORM like this

$user->posts()->where('votes', '=', 100)->where('age', '>' , 35)->get();

or the web developer wants to add something I have never hear of before (which would be a good thing) like "middleware", which I do know what it is but it's just an example.

So would a web developer try to refactor this and modify it since the REI CRM has already active users and is generating some revenue? Or will the dev just look at the code and say "I'll pass".

And no I don't mean hiring a web developer to use the REI CRM. I mean if he can work with me to improve the REI CRM, or even if I can get team of 2-3 they can improve the REI CRM, not me.

june92's avatar

june92 wrote a reply+100 XP

3w ago

june92's avatar

june92 started a new conversation+100 XP

3w ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

I want to create a Real Estate Investment CRM. I just wonder if I created a REI CRM and it started getting a good amount of users and the users are using the CRM but needed to be maintained. Will web developers not work on this because the codebase was not what they expected and think the CRM did not have good code even though it works and follows best practices? Even if the CRM was generating some revenue. Or will the web developers see that the CRM needs work and improve it.