← Home ← Back to /g/

Thread 106497682

57 posts 40 images /g/
Anonymous No.106497682 >>106497694 >>106510710
/wdg/ in case you were doubting
Web Development General, in cause your double back
in cause you're 'reouy
This web dev general has beeen taking by the IRA, jQuery is sacred scriptures, in case you want to puke as if you've takeng 999 irish imperial stouts, I'll tell you simply, ask for a cold glass of water.

Once that said, jQuery will come back to reap the sinners.
t. epic ancestral atheist theocracy bandits.

Yes, you shouldn't have taken the paid "shitpost" as your personal stance. Don't get me wrong, guilty as charged. But at the very least, what my father told me goes first. A nazi that won't fight against his own anti-nazi people, because he knows best.

https://www.youtube.com/watch?v=ehukpdse8_w&list=RDehukpdse8_w&start_radio=1

don't get it twisted, BITCH, jQuery is ancestral knowledge, React is jewish pilpul. GLAD we got that out of the way.
no proof reading on purpose, gob bless dementia
Anonymous No.106497694 >>106497731
>>106497682 (OP)
try again numbnuts
Anonymous No.106497731
>>106497694
this post status: not only gay, purposefuly extremely homosex
your father wouldn't approve, that's all I'm going to say, and IF you're getting paid for this, ask yourslef this, is it really worth it?
yes, your father is the key
tl;dr: you're a massive faggot lmfao
tl;dr: don't know what you're more, jewish or homosex, probably a very disgusting combination of both
Anonymous No.106497807
>>106492552
>the backend stuff isn't available for the project
pretty radical 2bh, take this chance though, be the star dev that opens the back end option for them, no I'm not trolling, no I'm not joking, yes it's your gateway to moar ka$h


highlighting my own post, because I totally agree, KA$H RULES EVERYTHING ARROUND ME
Anonymous No.106498017
https://www.youtube.com/watch?v=UXkKVt-H7M0

>how it feels posting on 4chan
remember that it was still all worth it
>captcha sohav
Anonymous No.106498067
>something of value was gained
Anonymous No.106498094
>how it feels to post on 4chins with jewish shills and clueless newfags antagonizing you
Anonymous No.106498160
https://www.youtube.com/watch?v=8-gzq0ZKryI&list=RD8-gzq0ZKryI&start_radio=1
>jQuery? that's ancient sacred scriptures
Anonymous No.106498543 >>106498564 >>106498652 >>106498759 >>106498804 >>106506140 >>106511391
Is there a method to pack a webpage into a single file that is easy to share and that people can see offline?
Because if you open an html file locally the css and images won't load and links will take you nowhere.
Anonymous No.106498564
>>106498543
Yeah, you do this
Anonymous No.106498652 >>106499699
>>106498543
And for the record, local resources and links work just fine with relative paths. It's external scripts that run afoul of CORS.
Anonymous No.106498759 >>106499699
>>106498543
.zip, or git
Anonymous No.106498804 >>106499699
>>106498543
>if you open an html file locally the css and images won't load and links will take you nowhere
you seem terribly misslead, almost as if, somebody had tried to push the notion that a single html file with everything embeded or a simple html list with its images, its scripts and not even a back end or fw on any place can't perfectly work offline as well as online
Anonymous No.106499699
>>106498652
>>106498759
>>106498804
Ah yeah, changing the file paths on my code does seem to make the site more functional. I have to read about CORS with care and then I can simply pack the site into a zip.
Anonymous No.106501469 >>106503517
Why does this /wdg/ have a schizo OP
Anonymous No.106501476 >>106503528 >>106510755
How do you host your websites, /wdg/?

At the moment I'm using free hosting but it has a bunch of limitations so I think I need to pay for something. Here are my two options:

1) Rent a VPS, install Debian, run my website on there
2) Use Heroku because it would be easier

Which option is best?
Anonymous No.106502471 >>106503539
Come on lads, I know it's a weekend but we should keep the web dev thread alive
Anonymous No.106503517
>>106501469
*drunk
Anonymous No.106503528 >>106503763
>>106501476
digitalozean vps, unless ur specifically interested in amazon azure services
Anonymous No.106503539
>>106502471
just bump or post some content or laffs
Anonymous No.106503763 >>106503831 >>106503981
>>106503528
I could get a VPS but the server admin stuff sounds like it would take a bit of time. I might just use Heroku for $7 a month, that's not too bad.
Anonymous No.106503831 >>106504413
>>106503763
Digital ozean has full guides, you could check rhat and then decide
Anonymous No.106503945 >>106503981 >>106504413
I will answer your AWS and SQL questions until it's time to go over my dad's house for the game.
>what should i read to learn more?
Don’t. Build.
>sell me on using AWS instead of a VPS
I’m not a salesman and you didn’t give me a use case.
Anonymous No.106503981
>>106503763
ask him>>106503945
Anonymous No.106504413 >>106504524 >>106504590
>>106503831
I could look at that

>>106503945
Here's a question - is there any way to get unlimited outbound bandwidth on AWS? I'm guessing it's metered and you have to pay for what you use? In which case I guess you need to take reliable measures to make sure you don't get DDOSed?
Anonymous No.106504524 >>106504590 >>106504688
>>106504413
Outbound bandwidth costs money on everything outgoing to an end-user (there are exceptions, but generally, this is true). Cloudfront has 1TB free / month, and it's good practice to put Cloudfront in front of, well nearly everything http. But you are correct, just as with every cloud, there is a risk of Denial-of-Wallet. Even when adding WAF to protect from DDoS, WAF has a per-request cost, so it's just a blunted DoW.

All that to say: DDoS is a risk on every platform, Denial-of-Wallet is a risk on every cloud provider. That said, at some point, it ends up costing more for the DDoS initiator than the receiver, so if you're set up correctly, it's mostly a non-issue. Common setup is to use Cloudflare in front of your AWS service, since they absorb costs for DDoS.
Anonymous No.106504590
>>106504524
>>106504413
nta, doesn't "normal vps", like digital ozean f e, will not charge you extra in case of ddos?
Anonymous No.106504688 >>106504701
>>106504524
I see thanks. I noticed that Heroku has a 2 TB limit for outbound data but they call it a "soft" limit, so I guess they don't automatically charge you if you go over it, but instead they'll probably email you and say "pay more money or we'll shut down your service", I am guessing. Maybe I should just go with something like Heroku because it's easy to use. I like the idea of setting up a VPS and I might do that at some point, but just to get things up quickly, Heroku might be better.
Anonymous No.106504701
>>106504688
DO suggester here, yes that sounds reasonable
Anonymous No.106505377 >>106506123
every idea I have is pretty much a legal minefield
idk if it's just me or if a lot of projects are like this

for example, one of my projects is a game where I need a large amount of music and currently I'm using yt-dl to rip it from youtube
the other allows user submitted content and that has the usual problems associated with it

maybe you just gotta yolo it
Anonymous No.106506123
>>106505377
>I need a large amount of music
https://incompetech.com/music/royalty-free/music.html
Anonymous No.106506140
>>106498543
"singlefile" firefox extension, people use it all the time for archiving threads
Anonymous No.106507415 >>106510003 >>106511187
So howΒΏs that six figures job going?
Anonymous No.106507821 >>106509099 >>106511193
>React is jewish pilpul
Assume for a moment that my goal is just to learn whatever will be useful in terms of getting a corpo job. Is React worth learning, regardless of whether it's semitic?
Anonymous No.106509099 >>106511209
>>106507821
You're better off learning the local pubs
Anonymous No.106510003
>>106507415
If I can just get a junior web dev job, even if it pays me minimum wage, that would be enough for me right now
Anonymous No.106510710 >>106510740
>>106497682 (OP)
Should I just give up if even a simple TODO app filters me?
Anonymous No.106510740
>>106510710
No, you just gotta keep grinding. It's always painful and difficult at first when you start learning something.
Anonymous No.106510755
>>106501476
Go with a VPS. It's a lot less difficult than you might think and it's better to learn more 'foundational things' because: 1) it will give you a better overall understanding, 2) it's evergreen knowledge, and 3) it's cheaper.

Here is a good playlist about self hosting on a VPS:
https://www.youtube.com/playlist?list=PLLnpHn493BHHAxTeLNUZEDLYc8uUwqGXa
Anonymous No.106511171
.
Anonymous No.106511178
Anonymous No.106511187
>>106507415
it's going in 5, it's going
Anonymous No.106511193
>>106507821
yes, but you need one eye on react and 2 more eyes on the job offer requirements
*over*
Anonymous No.106511209 >>106511253
>>106509099
relatively factual, but you could argue that's something you do after you get the job, so you can afford it and such
sadly, the IRA didn't get me a job, but they got a few checks from me in tap guiness after I got my job
>tap guiness
yes I recommend it, but it is expensive as fuck and can be stale, I don't recommend it if stale, at all
Anonymous No.106511253 >>106511344 >>106511396
>>106511209
Anonymous No.106511344
>>106511253
>can guiness
gross, IRA wouldn't approve
Anonymous No.106511391 >>106511477
>>106498543
Nigger just put the CSS in the HTML's style tag and use the base64 encoding format for the src (data:image/jpeg;base64)
Anonymous No.106511396 >>106511416
>>106511253
isn't that drink called "shit on the grass"?
Anonymous No.106511416 >>106511454
>>106511396
it's the rr martin
Anonymous No.106511454
>>106511416
kek
Anonymous No.106511477
>>106511391
no need to do that, just share a .zip so you don't have to do extra shit like your saying
Anonymous No.106511555
new programming meme just dropped
Anonymous No.106512053 >>106512117
Anonymous No.106512117 >>106512179
>>106512053
You going to accept my friend request or what?
Anonymous No.106512179 >>106512224
>>106512117
it's me
Anonymous No.106512224 >>106512514
>>106512179
Yeah I know it's a screenshot of your phone, showing the friend request I sent you. Please accept.
Anonymous No.106512514
>>106512224
it's me to me to my other fake account