[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]

/wdg/ Web Development General

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: 10
Thread images: 3

File: 1498936896259.png (731KB, 824x553px) Image search: [Google]
1498936896259.png
731KB, 824x553px
hi

>old thread
>>61174892

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

>Getting started
Get a good understanding of HTML, CSS and JavaScript.
Everything you learn will have these as their base.
The Mozilla Developer Network offers a good intro (no matter your browser choice)
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web

>Online courses
https://www.codecademy.com/
https://www.freecodecamp.com/
https://www.bento.io/

>Further reading/viewing
https://www.youtube.com/watch?v=sBzRwzY7G-k [Embed]
https://github.com/kamranahmedse/developer-roadmap
https://github.com/getify/You-Dont-Know-JS
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

>Code challenges
https://www.codewars.com/
https://www.hackerrank.com/
https://codefights.com/

>Useful resources
https://developer.mozilla.org/en-US/docs/Web - General documentation for HTML, CSS & JavaScript
https://libraries.io/ - Discover and keep track of open source libraries, modules and frameworks
https://stackoverflow.com/ - Developers asking questions and helping each other
http://www.programmableweb.com/ - List of public APIs
https://caniuse.com/ - Check browser support for front-end web technologies

>Useful Youtube channels
https://www.youtube.com/derekbanas
https://www.youtube.com/learncodeacademy - codecademy
https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q - funfunfunction
https://www.youtube.com/user/TechGuyWeb - Traversy Media
https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ - freeCodeCamp
https://www.youtube.com/user/shiffman - coding train

>cheap VPS hosting in most western locations
https://www.digitalocean.com/
https://www.vultr.com/
https://www.linode.com/
https://www.scaleway.com/
https://www.heroku.com/

an in-depth comparison of hosts
https://www.webstack.de/blog/e/cloud-hosting-provider-comparison-2017/
>>
i like anime
>>
guys can anyone give me advice?, should i learn django first then learn something like flask? or learn flask right away? this is my first time learning web dev, i already know python, SQL and basic front end
>>
>>61225421
Learning Django first is a pretty good idea, if you are looking for a job
>>
>>61225490
yeah from what i've seen django is pretty cool but i kinda want to write my own sql instead of using ORM but im not sure if its worth the trouble
>>
>>61225545
You can run raw queries in most backend frameworks.
https://docs.djangoproject.com/en/1.11/topics/db/sql/
>>
>>61225545
What I have trouble with is reusing and styling Django generic login view. That made me quit.
>>
>>61226009
what do you use now?
>>
>>61226009
You know, you DON'T have to use Django's login view at all if you want to. Just make a form in in your forms.py for your app and extend the form class to be a Model form for User or whatever handrolled powder keg you got going.

Styling forms is kinda bitchy though. You have to do something like:
class CreateUser(forms.ModelForm):
class Meta:
model = User
fields = ('username','password','email','first_name','last_name')
widgets = {
"username":forms.TextInput(attrs={"required":True,"placeholder":"Username","class":"yourclasshere"}),
"password":forms.PasswordInput(attrs={"required":True,"placeholder":"Enter your Password","class":"sitefont2 fontcolor1 fontcompshadow fontsizemidsmall fontcenter forminput glassback"}),
}


to style inputs directly.
>>
File: DCcg8bsUMAEfli3.jpg (90KB, 575x1024px) Image search: [Google]
DCcg8bsUMAEfli3.jpg
90KB, 575x1024px
https://stackoverflow.com/questions/36141324/bootstrap-how-to-directly-link-to-an-anchor-tag-within-a-specific-tab

Does anyone have a solution to this?
Thread posts: 10
Thread images: 3


[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.