Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

june92's avatar

june92 liked a comment+100 XP

3d 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

3d 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

3d 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

3d 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

3d 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

3d 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

3d 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

4d 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

4d 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

4d 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

4d 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

4d 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

5d 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

5d 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

5d 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

5d 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

5d 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

5d 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

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?

@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

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?

@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

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?

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

6d 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

1w 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

1w ago

june92's avatar

june92 wrote a reply+100 XP

1w 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

1w ago

june92's avatar

june92 started a new conversation+100 XP

1w 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.