>Free beginner resources to get started Get a good understanding of HTML, CSS and JavaScript. developer.mozilla.org/en-US/docs/Learn - a good introduction to HTML/CSS/JS and Node.js or Django freecodecamp.org - curriculum including HTML/CSS/JS, React, Node.js, Express, and MongoDB theodinproject.com/ - curriculum including HTML/CSS/JS, Ruby on Rails, and SQL hackr.io - collection of tutorials from across the web for learning languages and libraries
jsfiddle.net - Use this and post a link, if you need help with your HTML/CSS/JS 3v4l.org/ - Use this and post a link, if you need help with PHP/HackLang
Thanks. User accounts and a dashboard is incoming.
Isaac Bennett
> Offline for maintenance
fuck off
Ayden Flores
I literally just took it down. There, it's back up. This isn't 100% thought out, and I haven't touched this site for months.
If anyone is interested in creating it further with me, let me know. If not, that's completely fine - I'm not looking for free work, I'll build this shit myself.
Carson Diaz
totally gay/random startup businuess speak would not cache
Matthew Gutierrez
>totally gay/random startup businuess speak Lol, like what? It's not a startup or a business.
Julian Stewart
literally hero-shot and call for action button coupled with wors that literally fit *every* "experience": a doctors webpage * meet people * learn together * make friends
NRA website * meet people * learn together * make friends
Jow Forums * meet people ...
Jacob Wood
Ok. I apologize that my wording has offended you.
Joshua Martin
words don't offend me. bad pages do. show me what you do and how. gimme screenshots or something. don't use stock videos that fit every fucking company that uses computers.
Noah Foster
>show me what you do and how. gimme screenshots or something. Good feedback, honestly. Thanks.
Parker Sullivan
I need to make a quick website that should run a bunch of small functions on my computer. Currently I have the code written in Golang. How should I do it?
I've only made stuff that used Docker, a proper frontend and backend stuff. Those wouldn't be necessary. Just some CSS to make the background black is enough.
Justin Myers
dockerize your react webpack component to accept frictionless unit testing
how does this even happen,i'm here struggling trying to get my foot in the door and your here getting fairy dusted in,how user???
Ryder Gomez
location location location
you dont know JS is the golden JS resource, everything else is secondary
Leo Ramirez
Adding in dark theme is the literal easiest thing in the world nowadays. Can't believe how easy it's gotten, you used to have to involve quite a bit of JS now it's a fucking single CSS query. Insane.
William Hernandez
So I am making a set of lists from one array and was wondering if anyone here knew a good way to show the range of the array. I know about splice but I cant use that method because I also have a way of removing said items from the array and dont want the array to be filled with another item in its place. so maybe a method that uses the id of a nested object in the array?
Oliver Baker
nvm I figured it out. so easy I feel stupid for asking.
// Filters out items based off id const range = arr.filter(item=> item.id < 7 );
Isaac King
>finally solve a problem that has been haunting me for days there's no better feeling in webdev than this
Ian Thompson
what is the utimate stack for webdev? django rest + vue?
Nathaniel Sanders
Clojure with ClojureScript and Reagent
Jacob Price
>Slow the stack Golang(+Rust for heavy operations) + React and you can fucking create whatever the fuck you want and it will be blazingly fast. Eventually .NET-Core which is also based + React
Austin Cox
People STILL using fucking PHP, Spring or Django for webdev make me sick, especially Django, bloat the fucking framework, slow as shit as its python, and its not like it gives some amazing insanely good functions. Especially now that Go or .Net-Core or fuck even (M O D E R N) Node.JS are around. All much better,faster, and easier to use.
B-but react is slower than vue, svelte and the angular ivy.
Hudson Green
>He said when he wants to use Python for backend
Colton Ortiz
Slow to run but fast to develop and maintain apps with.
Xavier Thompson
I'm a bit confused about which data structure to use. Let's say I have a thread list that contains a few Jow Forums threads. Let's say I do this threadlist[72854175] = new Thread()
Then after that, I will have a huge array. PIC RELATED.
I know various solutions to that, but I can't decide because I don't have much experience, so what would be the cleanest solution? I later want to retrieve the data by thread number.
Anyone using a time series database? How does it measure up?
Grayson Harris
use a map, not an array
Matthew Smith
Djangos pretty nice once u realise you shouldnt use half their functionalty and simple use rest framework.
It has alot of boilerplate security and the admin page is nice.
Henry Rogers
Why not use Flask at that point, atleast you can use it hovewer you want, its still garbage cause its python but better than django
Wyatt Carter
I dont understand this whole microservice/docker shit, do i put every functionality of my backend in different containers and just run them at the same time? is that how it works?
YDKJS is a piece of outdated garbage. As long as the autistic author keeps using var like a neanderthal he and his garbage belong in the trash. javascript.info and MDN are all one needs. They are free and open source and are a community project that are being constantly improved.
Ethan Wilson
Did any of you get an email from Codeacademy inviting you as a beta tester? It's supposed to be a privilege but I got the feel that it is 'work for almost free for us'. They give me 3 months of Codecademy Pro though.
Chase Price
Can someone tell me what Disk image is in Docker and WHY THE FUCK does it have 60gb allocated
>As long as the autistic author keeps using var like a neanderthal he and his garbage belong in the trash.
He's very zealous about it which confused me because I was waiting for his expert-level argument regarding really why to use it, when everyone else says not to, that never really materialized, unless it just went over my head.
He just kept memeing about knowing how to intelligently use all parts of the language by understanding it well.
It's low-key condescending to people that recommend to others to not use var, which as far as I can tell, is everyone but him.
Chase Stewart
Don't touch microservices until you're as big as FAANG
Also microservices are just small isolated and specialised services (usually rest services) that talk with each other. You can deploy them any way you want
Brandon Rogers
Windows docker is a VM with Linux, the image size is for the Linux that's running behind.
Jacob Adams
but I can't wait to dockerize things
Logan Roberts
You can dockerize a monolithic app
Easton King
How do I stop this from keep on appearing. ublock doesn't block it properly.
Fuck freecodecamp, I draw a line at popups, don't care who you are.
Ian Jenkins
Hoisting is objectively a bitch to keep track of. Maintainability, locality and guaranteed lifetime of a variable in a rapidly evolving language are much more important than sniffing your own fart because you know the pitfalls of hoisting.
Owen Davis
ublock element picker?
Mason Parker
dotnet core Web API with a Blazor web-assembly front-end. C# everywhere and you can share code between the client and the server.
James Davis
I'm trying to download a webm video on twitter. Usually my technique is to open dev tools, select the video element with the picker tool and get the link inside the html file. but it's not working and I'm honestly curious how these fucking retards at twitter do things like this I can't find it in the sources tab either or by sorting by media in the network tab
How do I remove Access to a specific database from an user who has otherwise rights to everything else? REVOKE ALL OF database.* FROM user@localhost Is what I understood from the manuals, but doesn't work.
Adam Hill
just use ytdl
Oliver Sanders
we used to do something like revoke all permissions (or something like that) from all databases from schema from user ***
fucking check the muthafucking manuals mah nigga
Connor Jones
looks like the video is downloaded and rendered via ajax. You'd need some kind of code to find the source m3u8, make a request to it, and then download all the ts files as well and convert them to a downloadable video.
Michael Davis
>YDKJS is a piece of outdated garbage. Huh? v2 is already out. MDN is trash as a learning tool, great as a resource, not for learning as it glosses over way too much because mozillafags are too busy swallowing cocks javascript.info is literally a collection of resources, a lot of them ACTUALLY being outdated you incompetent ape
and this may be a surprise to you, but a lot of places still actually do use var religiously and won't be switching for a while, but i can see how an unemployed narcissistic neet like you would gloss over that
Nathan Murphy
My navbar isn't working and it's driving me crazy, would any of you anons be able to give it a look?
I pulled the code from a coworkers github and it just won't work, even if I copy and paste it in mine with nothing changed.
Just went through Javascript week here, MDN is trash when it comes to explaining shit to a beginner.
The book we were given in our course is Eloquent Javascript but a bunch of us are also reading "you don't know JS".
Matthew Reed
did you add the bootstrap javascript file?
Sebastian Myers
>doesn't know how to make a navbar >is employed
I'm calling the web dev police on you.
t.NEET who desperately wants a job
Easton Reyes
Lots of buzzwords there. You sure you aren't projecting there? I'm working as a webdev with Laravel and VueJS. Is that what an unemployed narcissistic neet is? Kyle is an obnoxious cunt still using var like a neanderthal cumbrain, that's the reality of it. Your emotions won't change that fact.
Gavin Morales
That was it. I'm officially retarded and also too tired to continue, time for bed.
I studied something else and was employed for that, never did any web dev but boomer management thinks "stuff on the computer" is all the same so here I am now. They're too stingy to hire an actual web dev.
Michael Hughes
also please use dash-seperated-case for your ids.
Jackson Diaz
alright, you are forgiven
Noah Taylor
Thanks, I'll also pass it on to my coworker.
Daniel Stewart
One random bit of information, since people often mix these things up: PascalCase - Class names in JS camelCase - Everything else in JS dash-case - All HTML/CSS related things snake_case - Python stuff, sometimes JSON as well
Jason Thomas
when you click to expand an image here, 4 chan x centers your view into it
how does it do that
Colton Cox
If I want to host a bunch of dynamic websites on one host, should I spin up a VM for each site and use Nginx to route to the correct VM based on the domain? Or is there a better way to sandbox them(Docker)?
Ryder Jenkins
>dash-case That's just kebab-case tho
Hudson Adams
Didn't remember the name for it, didn't care enough to look it up.
Eli Powell
top kek
Joshua Evans
recommend me some free template for admin page :(
Gavin Lee
How the FUCK do i create a portfolio site literally every idea has been taken a billion of times already. >Shop Billions >Social app >Billions >Video site Billions >Forum Billions What to fucking make i am desperate
just sites to show off you can fronted/backend you autist
Julian Stewart
Bump
Juan Cruz
then your question is retarded you stupid faggot if its only to show off then why does it matter if its done over million times before by DIFFERENT people you are the autist here you fucking snowflake fuck
Jack Watson
Well then lets say its not a portfolio/cv site and you want a site that actually works and might attract an audience, how the fuck do you do that when everything that people want was already created
Jonathan Johnson
Still looking for some vim ninja tricks. I'd like: -goto end/begining of line with and without edit mode from command mode -skip to next word forwards backwards -skip to end of word -replace all occurrences of string -replace occurences of string one by one -go to end of file - go to begining of file ... -any other you think a beginner would find helpful?
think of some software that you would use on the web, and build it. As long as you're not completely autistic, other people will want to use it, too.
Nathaniel Thompson
Half of these are already in the official cheatsheet. Come back when you at least tried.
Ryder Moore
I forgot all of them, you should do my homework, not me, reported to reddit mods
Brody Mitchell
Realistically speaking, if i made some full-stack websites for my friends who have their small local businesses, would the $5 plan from DigitalOcean be able to handle it?
If youre a burger, i guess its fine. If youre euro, youre getting ripped off
Leo Morgan
Then what do i use as an euro
Gabriel Reyes
just use DO it's fine
Austin Long
Hetzner server auction or Contabo then Ignore the DO shills
Ethan Brooks
My $5 droplet handles thousands of visitors a week just fine.
Ian Rogers
>thousands of visitors a week Kek, please tell me thats your portfolio site
Colton Turner
>started model on Contabo >39.99 euro Bro
William Cruz
Aren't microservices just like programming libraries just for architecture?
Like, fuck me if I have to make another auth backend - they mostly are the same. Why maintain 7 auth services for 7 monolithic apps when you can maintain one.