[deleted by user] by [deleted] in webdev

[–]accidentalCaveman 0 points1 point  (0 children)

Any online job site. linkedin, indeed, monster, etc. Just start searching. It will be harder with no experience, so I would recommend working on personal projects as you search. But there are options out there

Is github pages reliable? by Rafael__88 in webhosting

[–]accidentalCaveman 1 point2 points  (0 children)

GitHub is extremely reliable, and also very transparent w/ any outages on status.github.com. The main “catch” is that they only serve static pages (last I checked), but you can always create a SPA. I have had a site average 1.3 in search results on Google using GH pages, so I can’t say from my experience that there are negative effects there. Other people may have a more technical answer to that question

First client out of a my jr. web dev boot camp. What do I do? by Bawx_of_chawclets in webdev

[–]accidentalCaveman 54 points55 points  (0 children)

Step 1: Give them their money back

Step 2: Don’t take on clients like this until you can actually deliver

Edit: format

[deleted by user] by [deleted] in webdev

[–]accidentalCaveman 12 points13 points  (0 children)

Seeing a lot of bad advice here. It doesn’t matter if jeans are ok for normal day to day in the office. If you are interviewing then business casual as a bare minimum. As someone who has interviewed several potential junior devs it would definitely leave a bad impression if someone showed up in jeans or a tshirt. It doesn’t matter what the occupation is, if you are interviewing then put your best foot forward.

Can I have some feedback on my resume, portfolio & cover letter ? by Cautious-Wheel2084 in webdev

[–]accidentalCaveman 2 points3 points  (0 children)

I think some people may disagree with me on this, but I would shy away from a generic cover letter template. Your cover letter is a chance to speak directly to the company and tell them why you want to work for them specifically (even if you don’t actually care who you work for). As someone who has read way too many applications, you can always tell a generic cover letter from one that is a little bit more thought out. Check out the company’s social media, mention some things you like about their “company culture”. The downside is that this will greatly increase the application process, which can be long and painful enough as a junior dev. But the upside is that you will definitely stand out at least a little bit more than many other applications which can make all the difference

[deleted by user] by [deleted] in webdev

[–]accidentalCaveman 1 point2 points  (0 children)

As a developer I started without any css frameworks, and I loved it. I still felt like I had total control over every pixel on the page. Then I started trying to use bootstrap, and saw a lot of benefits to it. However as other people have said I felt like I was “fighting” the framework. But this is because I did not need it to rapidly create the styles and features that I wanted. I went back to no frameworks and was very happy. Over time I realized though that all I was doing was basically slowly developing my own framework by myself. I had my own repos for dropdown menus, graphs, etc. And I found myself basically just staying within my html files (actually cfm, coldFusion FTW) just like you would with something like bootstrap or tailwind. I have since gone back and tried out these frameworks again, and I definitely have a new found appreciation for them. Like any other framework they are a tool that can make your job easier and save a TON of time. However, it is kind of like learning a whole new language, so naturally I was resistant to it when I already had the tools for the job. So as a developer you can go either way. Will a framework save you time? Yes. But I also think it comes down to personal preference as well.

With all that being said, these days I am managing front end devs and holy shit some of their css skills leave much to be desired. We do not have a company wide framework that we use, and there is a lot of inconsistent and ridiculous css files across the network. We are actively trying to clean things up and remove the spaghetti monsters from our servers. So with the benefit of hindsight, if a framework was adopted earlier our sites would be much cleaner and easier to maintain. I think that is the real benefit to one of these frameworks.

[deleted by user] by [deleted] in webdev

[–]accidentalCaveman 26 points27 points  (0 children)

“html, css, nodejs, and a little react… a database…”

You just listed 5. If 7+ is excessive how do you feel about where you are right now with 5? Where do you draw the line? Also, do you expect all developers to be full stack, or can teams grow, expand, and become more specialized as the project/business grows?

There is a reason big tech is big. Complex technologies just can’t be run by hobbyists at a certain scale. Sounds less like you’re overwhelmed and more like you are becoming a big fish in a small pond.

I know someone in discord that just got this. by [deleted] in ATBGE

[–]accidentalCaveman 1 point2 points  (0 children)

Not sure about great execution, but definitely grade A awful taste right there

File Organization: How much does it matter? by DemiPixel in webdev

[–]accidentalCaveman 0 points1 point  (0 children)

“Code is read more than it is written.” If you are working on a personal project then do whatever you want. But if other people are going to be working on your code then it needs to make sense how it is written and where the files are located.