/wdg/ - Web Development General

>Free beginner resources to get started with HTML, CSS, JavaScript and PHP
eloquentjavascript.net/Eloquent_JavaScript.pdf - A modern introduction to JavaScript
developer.mozilla.org/en-US/docs/Learn - A good starting point to learn about web dev fundamentals
javascript.info/ - Quite a good JS tutorial
freecodecamp.org - Curriculum including HTML/CSS/JS, React, Node.js, Express, and MongoDB
theodinproject.com - Curriculum including HTML/CSS/JS, and either Ruby on Rails / SQL, or Node.js / MongoDB
fullstackopen.com/en/ - Requires you to have basic web dev, db and git knowledge
flexboxfroggy.com/ and cssgridgarden.com/ - Learn flex/grid in CSS
phptherightway.com/ - A decent PHP resource
phptutorial.net - A PHP tutorial

>List of design resources
github.com/bradtraversy/design-resources-for-developers

>All useful documentation in one place
devdocs.io

>Need help? Create an example and post the link
jsfiddle.net - if you need help with HTML/CSS/JS
3v4l.org - if you need help with PHP/HackLang
codesandbox.io - if you need help with React/Angular/Vue

We have own website: wdg.one
Submit your project progress updates using this format in your posts, the scraper will pick it up:
:: my-project-title ::
dev:: user
tools:: node, react, etc
link:: my.website.com
repo:: github.com/user/repo
progress:: Lorem ipsum dolor sit amet


Previous:

Attached: FPg8IHhWUAE0Zyz.jpg (2048x1152, 337.39K)

what would you guys use to make an admin panel frontend, just a simple dashboard?

I hate udemy """"instructors"""" so much it's unreal.

If you're referring to the chick in the OP, I picked that picture because I think she's hot. Simple as that really.

Never followed any of her courses but I've seen her speaking on YouTube

Why are all FAGMAN employees based?

Attached: 1649213779354.png (1194x654, 259.04K)

So I want to get a file path using flask (jinja2), but I have to do so in JavaScript.

var img_src_path = String({{url_for('static', filename='{{stf.theme.data}}')}});
console.log(img_src_path);


When I do this, however, it throws an error:
SyntaxError: identifier starts immediately after numeric literal

Why?

How long does it take you guys to settle in your new job?

you mean ex-FAGMAN. i'd imagine if they're still there they would be fired for any hint of political incorrectness, most likely all treading on eggshells. though it's really not a problem if you're not even on twitter in the first place.

define settle

Understand the code base and the general workflow.

Around 3 months to get comfortable. 6 to "actually" start to understand it.

>understand the code base
with prior experience to the particular language and architecture then +1 week (more of a review than learning)
without +4 weeks
>general workflow
shouldnt be more than +1 week (being generous)

in total, shouldn't be more than 5 - 6 weeks. add 4 weeks if you're incapable of asking for help.

now I'm confused as shit

Depends on the code base and what role you got hired as. If they throw newbies into basic projects, then a month. If not, 2 months. The more grating part is getting used to the social flow, which for some people is short and others takes a month easily to get comfortable.

tldr - it depends on person and code base but 1-3 months.

people adapt at different pace. i always get my first ticket done within the first week. have done so in the past 3 jobs.

>works at google for like a month
>proceed to introduce yourself as "ex-google developer" for the rest of your life
kek

agreed with the social flow. this is super important for start up as well. if you're not in then you'll be out your whole time there, it's a fucking social club. very toxic. avoid companies that say they have a "family" culture.

I may have exaggerated in the "6 months" bit. That's how long I usually take to master the project pieces I've coded on - maybe some micros-services - and become the team's reference for those particular projects.
Still, it's still 3 months for me until I finally get out of the "they'll fire me anytime now" phase.

>for those particular projects
for those particular pieces*

Why?

what's stopping me from just writing a new repo in another language then presenting it as my solution to my boss?

Nothing I assume.

Depends what the problem is. A new language doesn't really negate problems, especially not with projects that have been around for a while.

how important is it to understand factory functions and modules? not sure where should i use this shit or how should i use it