[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Previous >>55777188 > Discord https://discord.gg/w

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 27
Thread images: 5

File: 1469605941848.png (868KB, 822x552px) Image search: [Google]
1469605941848.png
868KB, 822x552px
Previous >>55777188

> Discord
https://discord.gg/wdg
OR
https://discord.gg/0qLTzz5potDFXfdT
(they're the same)

>IRC Channel
#/g/wdg @ irc.rizon.net
Web client: https://www.rizon.net/chat

>Learning material
https://www.codecademy.com/
https://www.bento.io/
https://programming-motherfucker.com/
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
https://www.theodinproject.com/
https://www.freecodecamp.com/
http://www.w3schools.com/
https://developer.mozilla.org/
http://www.codewars.com/
[YouTube] Crockford on JavaScript - Volume 1: The Early Years lecture series.

>Frontend development
https://github.com/dypsilon/frontend-dev-bookmarks

>Backend development
https://en.m.wikipedia.org/wiki/Comparison_of_web_application_frameworks
backendDevelopmentBookmarks.md

>Useful tools
https://pastebin.com/q5nB1Npt/
https://libraries.io/ - Discover new open source libraries, modules and frameworks and keep track of ones you depend upon.
https://developer.mozilla.org/en-US/docs/Web - Guides for HTML, CSS, JS, Web APIs & more.
http://www.programmableweb.com/ - List of public APIs

>NEET guide to web dev employment
https://pastebin.com/4YeJAUbT/
>How to get started
[YouTube] WATCH THIS IF YOU WANT TO BECOME A WEB DEVELOPER! - Web Development Career advice - "WATCH THIS IF YOU WANT TO BECOME A WEB DEVELOPER! - Web Development Career advice"
[YouTube] Javascript is Easy - "JavaScript is Easy" - If you can't into programming, you probably won't find a simpler introduction to JavaScript than this.


>cheap vps hosting in most western locations
https://lowendbox.com
https://www.digitalocean.com/
https://www.linode.com/
https://www.heroku.com/
https://www.leaseweb.com
https://www.openshift.com/
https://scaleway.com/
>>
>>55834043
First for PHP is a pile of hot garbage
>>
File: cat conjuring a spell.webm (785KB, 404x720px) Image search: [Google]
cat conjuring a spell.webm
785KB, 404x720px
>>
I know someone asked not to fuck up the YouTube links, but I did. Sorry.
>>
>>55834137
God dammit.

Kill this thread and make a new one before it gets too many posts
>>
The videos

https://www.youtube.com/watch?v=zXqs6X0lzKI

https://www.youtube.com/watch?v=zf_cb_Nw5zY
>>
File: Supreme_happiness.jpg (2MB, 4592x3056px) Image search: [Google]
Supreme_happiness.jpg
2MB, 4592x3056px
>using ruby on rails for the first time

why does anyone else even exists
>>
>>55834398
I felt the same way about rails too. But I kinda like the unopinionated nature of node.js these days. But I do miss using rails.
>>
Planning on creating an API with PHP that serves data to an Android application. That's the easy part.

I've found some really nice looking templates but they're .psd or .sketch files. Besides the Android SDK, what tools or templates could I use to create the interface for the app?

If anyone wants to help I'd be cool with that. I plan on making it open source, I'd love more contributors to work with me via Git. I haven't really decided what type of app it will be btw.
>>
>>55834560
Write your own web interface from scratch and put it in a webview
>>
>>55834614
I was thinking about that too, but I've read that webview apps are sometimes a bit slow compared to native apps.
I'll keep that in mind though.
>>
File: speed.png (55KB, 1145x833px) Image search: [Google]
speed.png
55KB, 1145x833px
>>55834398
Because its as annoying as Java while having none of the benefits, i.e. its slow as balls.
>>
>>55834753

>annoying as java

you cannot say this with a straight face
>>
how do I get ideas about stuff to do?

like I want to learn a new js framework or some shit but I literally have no idea what to build with it
>>
>>55834871
You can always try to recreate something that already exists in a different framework.
>>
>>55834871
http://www.programmableweb.com/

Pick an API and make a pretty front-end for it.
>>
>>55834753
is this chart accurate?
the slowass asp.net already does 50k per second and the new one even 1million.

so all of these look really slow compared to an already slow framework, what's up with that?
>>
Can someone recommend a good guide to building wordpress themes? >http://blog.teamtreehouse.com/responsive-wordpress-bootstrap-theme-tutorial
found this one but it's 4 years old
>>
>>55835958
There's one on the official website

or even better, take the 2016 template and start from there

>>55835860

i just did a bit of googling and the benchmarks seem accurate

the numbers are probably on cheaper hardware

What I wanna know is, when does it really start mattering at all?

10,000 users? 100,000 users? is it all premature optimisation-tier performance benchmarking?

like twitter was made on rails they only switched to the JVM when they were huge, so obviously it scales to a point is that suitable for 99% of people
>>
What's a good way of inputting a list of countries without copying and pasting 200+ countries into a <select> list like this?
http://www.textfixer.com/resources/dropdowns/country-dropdown-iso-html.txt

Been trying to find out how to do it with JSON.
>>
>>55836384
Keep them in simple json object and then take them out and generate select out of them? Like it is so basic problem that i fail to see what more do you need.
>>
>>55836234

Honestly benchmarking means very little. In a production environment, it's pretty much always a better idea to go with something your team knows well, than something that can handle a few more hits. These days it's very easy to simply spool up another container if you need it.

Basically you don't need to worry about performance minutiae until you can afford to hire a team of people to worry about it for you.
>>
>>55836470
Yes, but how? Sorry for the silly questions. I'm trying to learn how to do this.
>>
File: aXXX2rz_460s.jpg (39KB, 460x532px) Image search: [Google]
aXXX2rz_460s.jpg
39KB, 460x532px
Hi gais,

how to get the argument from $.ajax call ?
I want to send a variable 'id', to update.php, which is to run a mysql query where id = id.
function openWin(id)
{ //with the ,"", we open a new popup window
var newWindow = window.open("\img/"+id+".jpg" ,"", "width=300,heigth=400");
//troubleshooting
console.log("Attempting to open: " + id + ".jpg");
//todo add query count++!!
$.ajax({
type: "POST",
url: "update.php",
data: this.id,
success: function(){console.log(id +"++ sent!")}
});
}

update.php:

//$_POST['id'];

if(isset($_POST['id']))
{
$id = $_POST['id'];
echo "id is " + $id;
}


but I get a
Notice: Undefined variable: id
when I try using it later.
>>
not sure if this is the best place to ask but what you guys think about ad services? how come taboola and outbrain don't get blocked as much as adsense? I really want to go with adsense since the others are kinda clickbaits
>>
>>55837725
data: {id: this.id}
>>
>>55837788
thx, doesn't work.
Thread posts: 27
Thread images: 5


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.