Тёмный

Tools You Need to be a Bad Ass Web Developer 

CodeBabes
Подписаться 79 тыс.
Просмотров 376 тыс.
50% 1

The only thing you really need to dominate on the internet is a computer that’s hooked up to the internet, plus willpower to not look at porn, youtube and reddit all day and actually learn to code. Your operating system doesn’t matter, unless you want to build an iphone app, then you need Mac OSX. You can develop for Android on OSX, windows or Linux, one of the many reasons it’s kicking the iphones ass. Apple fanboys, post bitchy comments below.
Moral of the story, who gives a shit if you're a mac, PC, or really sexy and use Linux, just start building something.
But, let’s go over a few things. Number one, all browsers are not created equal. If you are watching this lesson on Internet Explorer, stop everything and download firefox or chrome. Remember, friends don’t let friends use Internet Explorer.
Chrome is fast, and has great developer tools plus lots of awesome add ons to help you out. Firefox is great for the same reasons.
Open chrome and inspect a page, with developer tools the front end code that is creating the page is visible. We see the HTML and the CSS making it sexy, like all this (gesture). We can even change things in real time. It’s like x-ray vision for the web. Bet you wish it worked on me too? You can even copy and paste code, like Picasso and Steve Jobs said, good artists copy, great artists steal. Just don’t be a dick about it. Think more like reading other peoples code is a great way to learn.
Next, you can’t write code with Word processors. You need a text editor. For PC, Sublime or notepad++, if you are on mac there are a few more good ones, Sublime again, texmate, MacVim and others. Sublime is the new hotness in the developer community and you won’t go wrong with it. When programming you’ll spend most of your time thinking, not writing code, so just pick a damn text editor and get on with it.
Then we need two more things, a way to run it on your computer, known as local development and a way to get it up to wherever you get some server hosting.
To run your code locally, just means running it on your computer. To set this up you can download WAMP for windows or MAMP for mac. The AMP stands for Apache, mySQL and PHP. These programs set up the server stack on your computer, then you put your code in the correct directory and your computer acts as the server. Now your site runs without being connected to the internet and you can test stuff before moving it to your live site.
To move your code use an FTP program, we recommend CyberDuck, which works on Mac and PC. This program gives you an interface to move files to your server. We’ll talk about where to get your domain name and server next. Stick around.

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 624   
@JagjitBrawler
@JagjitBrawler 9 лет назад
wtf did I just click on
@goodPython
@goodPython 9 лет назад
+jagjit bhatia A funny and sexy way to understand some aspects of the Computer programming world ;) ...that's what you just clicked ;)
@aperson2591
@aperson2591 8 лет назад
+jagjit bhatia You are in the "deep youtube"
@JagjitBrawler
@JagjitBrawler 8 лет назад
Claudio Cunha lmao
@JagjitBrawler
@JagjitBrawler 8 лет назад
Good Python A*
@anasalsharif2670
@anasalsharif2670 7 лет назад
😂😂😂😅
@manzj7449
@manzj7449 8 лет назад
So.......do we all need to remove our pants before coding ? or is that just optional ?
@CodeBabes
@CodeBabes 8 лет назад
Totally optional, but coding without pants is the natural state of a programmer.
@manzj7449
@manzj7449 8 лет назад
Damn, working in the CodeBabes office would be awesome then XD
@manuxuser
@manuxuser 5 лет назад
dont tell me we have to wear wonderbra too
@senaprasena168
@senaprasena168 2 года назад
more like a must
@zanastumasonis
@zanastumasonis 8 лет назад
not sure whats up with the dislikes, they really do give great summaries
@CodeBabes
@CodeBabes 8 лет назад
The SJW plague spreads quickly.
@TheRealisticNihilist
@TheRealisticNihilist 2 года назад
@@CodeBabes Nah, fam, it's cuz you recommended a php stack. Get that shit outta here.
@Blisswoven
@Blisswoven 8 лет назад
Is anyone else bothered by the fact that putting a female silouette in curly braces is literally objectifying women?
@abiezercoppe8886
@abiezercoppe8886 8 лет назад
+Blisswoven You made a correct use of the word "literally", and yes, you're right, it does.
@Blisswoven
@Blisswoven 8 лет назад
Glad at least one person got the joke. n.n
@Blisswoven
@Blisswoven 8 лет назад
+CodeBabes var female = {fatty: true}; //Totally fits.
@JeremyAndersonBoise
@JeremyAndersonBoise 8 лет назад
+Blisswoven I wouldn't say bothered so much as ashamed to be male. If one were to take away the two self-objectification lines she recites and listen only to the audio then the information would be pretty solid direction for beginners. Damn shame, literal shame.
@trollhelps
@trollhelps 8 лет назад
+Blisswoven I'm not bothered by it but how do we cast them into an array?
@ronaldorams
@ronaldorams 9 лет назад
LOL!! "Friends don't let friends use internet explorer" got to use that one
@rafehqazi8539
@rafehqazi8539 8 лет назад
This was one of the best web development videos I have ever seen. I was encouraged and guided to learn about many different technologies in a very eloquent manner. I would recommend this to everyone. It also helped me to follow the entire tutorial without falling asleep. Thank you so much!! We need more of these!!!
@michaelsapps
@michaelsapps 8 лет назад
She failed to mention that there's also server-side javascript called nodeJS
@CodeBabes
@CodeBabes 8 лет назад
If we start talking about nodeJS the lesson would be like 2 days long..
@michaelsapps
@michaelsapps 8 лет назад
Sadly a lot of people don't even know server-side javascript exists Don't have to talk about it, at least should've mentioned it.
@CodeBabes
@CodeBabes 8 лет назад
Hah, yes true, but now people can read your comment and know :) Everybody loves reading youtube comments, it's where all the action is. We'll probably do a short video on modern js in the future.
@ColinFox
@ColinFox 8 лет назад
Server side JS is fine if you're making a "guestbook", but if you're working on a real server system, you would stay far away from JS and use something like Go, which is designed as a system language.
@michaelsapps
@michaelsapps 8 лет назад
What you're saying about Server-side JS is more subjective and opinionated. Server-side JS has been used in many full applications (not just guestbook). Popular examples include Amazon, Walmart, Netflix, Uber, Mozilla, GoDaddy, eBay, PayPal, Trello, LinkedIn, etc: etc: just to name a few Many people switch to a node js server because it's easily scalable, and highly performant. For example, Eric Ferraiuolo Principal Software Engineer at Yahoo explains: “You can make it scale, and it’s very performant, and every property that we’ve moved over to the Node.js stack has seen an increase in performance”
@LawTzuTao
@LawTzuTao 8 лет назад
While I found this funny at first, she actually gives some valuable beginner information. This definitely isn't for intermediate or advanced developers. I subscribed just because I want to learn from this marketing concept. I personally think this is genius!
@greenghost2008
@greenghost2008 9 лет назад
Is it weird if when I see that intro I think ,"oh this channel must be about cross country running or something." and not "oh that is hot."
@Drago5899
@Drago5899 8 лет назад
Normally, sex sells. In this case, it drove me to another channel. Congratulations, you managed to take a basic principle and somehow fail at it. I don't mind the undressing, but most people would. Why? You are insulting your audience by saying they only care about something if it involves sex, and then, from the looks of these comments, attack them like a mid-grade feminist when they try to point out the flaw in your add tactic. This is not an insult, just harsh criticism of your flaw in presentation choice, and something to think about if you want to be taken seriously.
@sharank
@sharank 7 лет назад
Thats a very well written comment! It exposed me to a new way of thinking. Thanks
@CodeBabes
@CodeBabes 7 лет назад
Yeah, being taken seriously was definitely our main goal.
@veganforever14
@veganforever14 8 лет назад
Why do you sexualize women programmers??!? Your videos are informative and easy to understand, but you don't have to strip down just to get views! As a woman and cuz sexism still exists, I assure you plenty of guys already will think you're hot or interesting if you know how to code and are female. Uggh please don't degrade women though by doing shit like this.
@folf
@folf 8 лет назад
Don't worry I despise her LOL
@CodeBabes
@CodeBabes 8 лет назад
We have all these views because we strip. Also, explain the degradation part? Since when was being hot degrading?
@CodeBabes
@CodeBabes 8 лет назад
Wolfy The Wolf robot fetish huh? Also, if this is ruining your life maybe it's time to take a step back and reevaluate things. For instance, did you know viewing our videos is not mandatory? You can even get up and walk away from the computer.
@folf
@folf 8 лет назад
***** well i guess your hot since your smart lol
@finzl
@finzl 8 лет назад
Why don't you shut your stupid face?
@TheOnlyAbomination
@TheOnlyAbomination 8 лет назад
this is honestly a pitiful way to obtain views. it really is.
@finzl
@finzl 8 лет назад
You are a pitiful person with no sense of humour. You really are.
@TheOnlyAbomination
@TheOnlyAbomination 8 лет назад
Schnitzl Klopfa If you think this is humor, then you're too simple minded to live in this world.
@finzl
@finzl 8 лет назад
***** Yeah, why don't you recite 1800s literature because that's obviously what you are looking for on youtube.
@RicardoDavid182
@RicardoDavid182 7 лет назад
Users of this channel, the girls in the videos, the channel owner, do whatever they want as long as everything is law abiding. Your opinion is just that. An opinion. Personally, I find the concept funny and different and is always nice to take a look at a pretty girl, but the main reason I may visit this channel is, by far, to get a bit of motivation to proceed with a programming career to put food on the table. This video, talks about this. To stop wasting time with other non important stuff and invest that time in learning coding.
@TheOnlyAbomination
@TheOnlyAbomination 7 лет назад
RicardoDavid182 I never said it shouldn't be allowed, I said it's pitiful for what it is. An easy way to farm desperate lonely people for easy cash.
@hotmandead1
@hotmandead1 8 лет назад
Even pornstars say internet explorer sucks
@i.am.rossalex
@i.am.rossalex 8 лет назад
for developing i use Mac: atom + xampp + transmit/expandrive + git Win: N++/atom + xampp + WinSCP + git Ubuntu: Atom with ftp plugin + xampp + git iOS: Coda2(not free) For hosting server xampp is not a good idea
@CodeBabes
@CodeBabes 8 лет назад
Thanks for the solid recommendations! Спасибо!
@personal_utube
@personal_utube 6 лет назад
Hey Codebabes! Are you guys down right now? You aren't doing anything nowadays. ???
@CazadorPlayz
@CazadorPlayz 9 лет назад
This is ironically useful lol
@prakashkandpal5925
@prakashkandpal5925 9 лет назад
Excellent! You have a good style of delivering the context. I like this.
@DarioLProductions
@DarioLProductions 8 лет назад
I find this hilarious more sensual if anything.
@kamilkowalczyk4106
@kamilkowalczyk4106 9 лет назад
miserable video and marketing idea, I feel sorry for their parents. Read the comments, first those teens trying to get attention and make some money by undressing in front of the camera, than expect that peoples gone respect them for their skills and knowledge LOL just a bunch of kids
@christopherrobinson193
@christopherrobinson193 9 лет назад
You guys got it just right! Useful, sexy, and to the point.
@rahulbansal5794
@rahulbansal5794 5 лет назад
Plz help you make me coding with just one hand😂😂🤣🤣..
@trommelbiel
@trommelbiel 8 лет назад
This girl is 100% spot on. There is too much nudity already on the Web. We don't need any attention seeking appearance of same. Great job though.
@GottZ
@GottZ 10 лет назад
you can write code in word. just need to save it as plain text. to the last question.. its a protocol and i prefer ssh for moving files.
@CodeBabes
@CodeBabes 10 лет назад
Jan-Stefan Janetzky yes, this is true, we just want people to stay away from Word. Yes, ssh is waaaay better, but for beginners we didn't want to have them diving into the command line right away. Also, we have a lot of windows users, so ssh isn't really an option right away...
@GottZ
@GottZ 10 лет назад
***** filezilla as example has sftp support (wich is sshfs) and even supports certificates. nobody should rely on unsecure ftp nowdays nor recommend using it :D i know lots of web hosters that only offer ssh but meh.. thats maybe because i'm german. uno.. germans are somewhat.. paranoid about security stuff.
@roland5485
@roland5485 9 лет назад
fireFTP on firefox is good
@niklasjohansson6289
@niklasjohansson6289 9 лет назад
***** If the majority of your users use Windows as their OS, then you should recommend installing Virutal Box and a lightweight Linux distro like Kubuntu or Linux Mint. There is really no reason not to for web dev.
@CodeBabes
@CodeBabes 9 лет назад
Yes, totally agree. We're hoping to introduce something like that in a command line/bash intro course. But yeah, anyone using Windows follow Niklas' advice!!
@hasen1957
@hasen1957 9 лет назад
1) I would not use FTP. Use SCP instead 2) Programming is not the same as making a website. You only need a server to deploy your program if you're making an internet service of some kind. EDIT oh, I just realized this video is part of a series on *web development* ok
@srikarreddy7085
@srikarreddy7085 7 лет назад
"The only thing you really need to dominate on the internet is a computer that’s hooked up to the internet, plus willpower to not look at porn"--we are looking at p***. NICE!!! 😍😍😍 "If you are watching this lesson on Internet Explorer, stop everything and download firefox or chrome. Remember, friends don’t let friends use Internet Explorer." By the way this is not the way most people learn to code but i bet it be effective.😂😂😂 BEST CHANNEL EVER.😇😇😇😇 People who seriously want to code whilist not watching p*** i think this channel is for u. Thank u
@valizeth4073
@valizeth4073 6 лет назад
I really start doubting if they even know how to code, or if they're hired models who just talk from a piece of paper.
@ballsfful
@ballsfful 9 лет назад
Subscribed. I'm such a slut.
@CodeBabes
@CodeBabes 9 лет назад
That's why we love you John Rogers :)
@ballsfful
@ballsfful 9 лет назад
LOL.... stay classy dude
@CodeBabes
@CodeBabes 9 лет назад
***** we know deep inside you want the clothes to come off, that's how you were made, it's instinct, embrace it :) Don't let all these internet trolls convince you otherwise.
@ballsfful
@ballsfful 9 лет назад
How about you get a job? Focus on that first, scrub.
@ballsfful
@ballsfful 9 лет назад
How about you worry about building yourself as man, instead of politically trying to police one of the few areas, men still have power. masculinity and tech. One you stop being a cultural marxist, you'll become a true man. The journey is long.
@arianitonline8748
@arianitonline8748 8 лет назад
visual studio code is a very good choice too
@michaelsapps
@michaelsapps 8 лет назад
You can also develop android apps on android and/or on a chromebook :)
@foto192837
@foto192837 8 лет назад
Sad to admit, but this girl told everything right, and it is actually useful....
@CodeBabes
@CodeBabes 8 лет назад
+Nikas Klimciauskas Don't be sad about it Nikas! Be glad people are learning the right shit!
@throwawayuser9931
@throwawayuser9931 3 года назад
Why are people getting all riled up over the objectification thing.. As far as I can tell, its all a joke to attract ppl, as ppl do click on this stuff, and has some pretty basic info, info you start out on before picking up some EdX/Coursera. I didn't come here coz I was aroused, but I found this entire idea fucking genius. sjws nowadays, creating issues where none exist.
@gamestv4875
@gamestv4875 9 лет назад
I'm a porn developer.What tools do I need ?
@ForwardMcburn
@ForwardMcburn 9 лет назад
+Dawie Van Emmenes Camera
@jamesfogarty8316
@jamesfogarty8316 9 лет назад
+ForwardMcburn steps toward porn development 1. babes 2. cam 3.money to pay the bitches 4. profit
@madococa8
@madococa8 7 лет назад
lol
@RandomNameInserted
@RandomNameInserted 9 лет назад
For some reason I feel stupider after having watched that. Maybe it's just the needlessly rapid pace of the video. Most of the information that was jammed in this is more or less accurate. Although, modern versions of IE are fine (in fact some parts of IE's developer tools have advantages over the other browsers). I still tend to prefer FireFox. P.S. VIM is available on Windows (and of course Linux) too.
@VaisakhBsonline
@VaisakhBsonline 9 лет назад
You are awesome.... I thought every coding classes will be booring but you changed my mind...... You are a game changer.......
@eissaalanazi3553
@eissaalanazi3553 8 лет назад
for a second i thought I'm in wrong place.
@ducodarling
@ducodarling 8 лет назад
You're doing such a great job of keeping my mind off of pornhub...
@slightlygruff
@slightlygruff 8 лет назад
If we hire people like that to be teachers at schools and universities more people will be attracted to learning)
@RicardoDavid182
@RicardoDavid182 7 лет назад
Just imagine having a teacher like this girl. People would fill up classrooms.
@christopherhumphrey
@christopherhumphrey 8 лет назад
I have to say it's much easier to learn this shit when the person explaining looks good. It's also straight to the point and a little edgy...Thx
@merlinjanoras9157
@merlinjanoras9157 8 лет назад
This is actually worth subscribing in.... not just because of the alluring ladies but because of the contents and how it is presented is good.
@Tomateeek
@Tomateeek 8 лет назад
I actually learned a lot
@Nikita-NY
@Nikita-NY 7 лет назад
Frankly as a woman trying to learn code I loved this so what she takes some clothes off I couldn't care less at least the information is there and she might just convince other women to try to break into male dominated tech industry people need to stop trying to be so PC and just stfu what she said was actually helpful for anyone just starting out.
@ArtemRomanov
@ArtemRomanov 9 лет назад
Can you make a button in my account to get all URLs for unlocked lessons? I wanted to download them all for later offline use, but many are private, so I have to collect all URLs by hand.
@DanielSternCode
@DanielSternCode 9 лет назад
I think this maybe sets gender equality in the programming world back a little bit.
@CodeBabes
@CodeBabes 9 лет назад
Daniel Stern please explain?
@commercialgasengineer358
@commercialgasengineer358 9 лет назад
Damn. Am Subscribed. Think I need a 1-on-1 tutoring session for HTML.
@azhar14193
@azhar14193 8 лет назад
This is a clear indication that in future not to far, people starts explaining the complex concepts of programming while doing sex as it is done in porn movies. Isn't it, obviously.
@CodeBabes
@CodeBabes 8 лет назад
+azhar14193 we are the future.
@King-yj2jx
@King-yj2jx 9 лет назад
Not sure if overly concerned parents are disliking your vids or you guys are giving bad advice. Considering it's youtube in America, it's probably the first one
@CodeBabes
@CodeBabes 9 лет назад
King Pen we give good advice, everyone agrees on that. It was a mob of SJWs when we first launched who were butthurt that we're hot babes. Some people can't handle boobs. Here is the article that started it: gizmodo.com/code-babes-is-everything-wrong-with-tech-culture-plus-1567643195 A bunch of people more concerned that their peers think they give a shit, than about actual sexism, cause if you look at the definition, we're not it.
@King-yj2jx
@King-yj2jx 9 лет назад
***** I swear if you were around when I was a teen, I would have a developer job that pays 70+k right now. You ladies are brave and sexy. *subbed*
@aarunal-rasyid3035
@aarunal-rasyid3035 6 лет назад
as a college student this video is really motivate me to do cede
@veganath
@veganath 9 лет назад
Text Editor vs IDE. Thumbs up IDE
@CodeBabes
@CodeBabes 9 лет назад
veganath Yeah, it's a never ending debate. An IDE definitely helps when you are starting out, but a lot of very skilled programmers prefer pure text editors like Vim or emacs, with additional plugins of course.
@veganath
@veganath 9 лет назад
***** for sure IDE's are wonderful for beginners, the thing I need from IDE's is there intellisense, especially when you use a number of languages
@phobik2000
@phobik2000 7 лет назад
is this supposed to be a PG13 version of naked news for the techworld? how trying.
@jesuswalks1101
@jesuswalks1101 6 месяцев назад
My tools are ready.
@jaymeister26
@jaymeister26 7 лет назад
It's like X-ray vision but for the web. I bet you wish it worked on me too." You KNOW that cringy line was written by some 'clever' dude writing "snappy lines" That'll leave us sitting here like: YEAH, BRO, I DO WISH IT WORKED ON HER!!! YOU READ MY FRICKIN' MIND, DUUUUUUUUUDE!
@Brandon33akahk
@Brandon33akahk 7 лет назад
I'll be honest, I had to restart the video twice cause I forgot what she was talking about.
@Kmarad_
@Kmarad_ 9 лет назад
That's assuming that web devs use PHP. Berk. AND FTP?! So bad ass (for a trainee).
@CodeBabes
@CodeBabes 9 лет назад
+Ev3rL0sT SFTP, not FTP. We're not trying to be bad ass, we're trying to be pragmatic, you sound like one though, super bad ass. Pragmatic people understand that PHP is still the most used web programming language and should at least be addressed as an option.
@sohamsharma9217
@sohamsharma9217 10 лет назад
"Friends don't let firends use IE." This joke is rather deprecated for IE11, simply because I can watch your page using IE11 and i don't have to use resource hogs like Chrome. Have you ever even seen how much RAM Chrome uses? Plus IE11 is a 64bit app, unlike Chrome, which recently made a 64bit version for Windows? Why the hell should I use Chrome?
@VideoKursPL
@VideoKursPL 9 лет назад
hundreds of useful plugins
@CodeBabes
@CodeBabes 9 лет назад
Bill Gates? Is that you? Or is it Satya?
@jamesroberts9310
@jamesroberts9310 8 лет назад
I'm watching this on Chrome. Does this make us friends?
@viswasai7038
@viswasai7038 8 лет назад
You are trying to teach things in new ways. I feel like Interesting :) . Some Fun and Education at a time. Well don't care those stupid comments, one really want to learn will enjoy the info you provide. Thank you CodeBabes.
@SuvmHRK
@SuvmHRK 7 лет назад
if possible please add tutorials on C and C++ programming.
@VibingCat39
@VibingCat39 9 лет назад
I love this girl...lol. She was right about internet explore.
@ABoyNamedAsTy
@ABoyNamedAsTy 6 лет назад
And how about Visual Studio Code?
@LemonPie177
@LemonPie177 2 года назад
where can i see she codes actualy?
@goofiedoolphin8882
@goofiedoolphin8882 7 лет назад
that's how one logo can change everything
@goofiedoolphin8882
@goofiedoolphin8882 7 лет назад
till 30 second
@BryonLape
@BryonLape 8 лет назад
Get off the treadmill and start doing squats.
@Xilent1
@Xilent1 9 лет назад
At 2:54 the close captions says "we recommend Cyberduck which works on Mac and pussy" LMFAO! I was just surprised I caught that and the content she recommends for it.
@CodeBabes
@CodeBabes 9 лет назад
7spiffy holy shit, that's hilarious, definitely keeping that one but not sure about the compatibility there.
@Asher312
@Asher312 7 лет назад
I couldn't help but subscribe... I feel dirty xD
@ronaldorams
@ronaldorams 9 лет назад
Is that why iPhone is the number one phone sold in the world with Samsung coming behind it? Then comes Sony and lastly HTC. Most apps are also designed first on the iPhone before Android too ever notice that? Wonder why? There is 6 iphones sold worldwide every second of the day. Hello just statistics
@namechane1758
@namechane1758 7 лет назад
this is cringggg, shes staring at the tele-prompter, whats the point of the removal of the skirt?
@sammydeew4773
@sammydeew4773 8 лет назад
request you to please teach c++ in this way
@hailstrom9780
@hailstrom9780 8 лет назад
while(man.isHungry()){ woman.makeSandwich(); System.out.println("Thanks babe! ^_^"); }
@AhmadAbbasZainol
@AhmadAbbasZainol 9 лет назад
i can't wait to view your next course.. :)
@artbyalicia
@artbyalicia 8 лет назад
great info! Loose the needless air brain. What is this? Before this i still had hope lol....
@CodeBabes
@CodeBabes 8 лет назад
+Alicia garcia de leon it's lose, not loose. Of course your english is way better than our Spanish probably, want to translate our closed captions?
@artbyalicia
@artbyalicia 8 лет назад
No biggie! I always get those confused, does not change the facts. I wish you the best that life can bring.
@CodeBabes
@CodeBabes 8 лет назад
What did you still have hope for?
@furqanazli8302
@furqanazli8302 7 лет назад
standard notepad is the most badass
@finesse2k98tm9
@finesse2k98tm9 8 лет назад
I wish good looking girls like this were in my computer class. my fellow computer majors know what I'm talking about
@trifilosgr
@trifilosgr 8 лет назад
we alrdy know those things tsch!
@ahmedsherif1199
@ahmedsherif1199 6 лет назад
I”m developing the living shit out of the web
@小龙的梦
@小龙的梦 8 лет назад
oh god !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *face palm
@funguy29
@funguy29 7 лет назад
i wanted to do a video just exactly like this one but you beat me to it.
@jaimelannister5614
@jaimelannister5614 3 года назад
Pants removed. Coding time on!
@Sisa0207
@Sisa0207 8 лет назад
damn it I almost got kicked out of the public library for viewing this crap
@IaMaWeSoMe7478
@IaMaWeSoMe7478 7 лет назад
If you use linux and considered to be sexy, then i must be pretty DAMN HOT for using the Big Daddy of all Unix OS, FreeBSD. lmao
@zoommair
@zoommair 7 лет назад
LOL, I love everything about this. You're hilarious girl, subbed!
@sparrowsalvation1
@sparrowsalvation1 6 лет назад
I'm Motivated to CODEE!!
@rjm2349
@rjm2349 5 лет назад
I came here for code, stayed for babe
@zabeeden4394
@zabeeden4394 7 лет назад
Female web developer here. I understand some women feel empowered using their sexuality in this way, but in the field we are in we cannot play both roles. We are ether the sex pot or the programmer. I'm no prude, but I want to be taken seriously by my coworkers and superiors. Women who present themselves as objects to be lusted after, make it harder for those who want to be seen as equals. If there is one, they expect us all to act like that, and to be straight forward, if they want me to act like a prostitute, they had better pay me like one too.
@demandedzmoon9942
@demandedzmoon9942 7 лет назад
why not use windows and get a apple VM
@shashnatiq
@shashnatiq 9 лет назад
skill intensifies
@dujonkie6
@dujonkie6 7 лет назад
Are her eyes staring slightly off the camera? Is she reading lines?..
@Ams11121
@Ams11121 8 лет назад
is this coming from japan again? (with an old mans voice trembling)
@CodeBabes
@CodeBabes 8 лет назад
+Ams11121 lol, is that from something?
@B.A.Gondal
@B.A.Gondal 7 лет назад
I code on windows notepad if that encourages you!!!
@rw7799
@rw7799 7 лет назад
dont give a shit,,,actually learned something compared to hours of crap i ve watched for last week.
@johnparker7784
@johnparker7784 8 лет назад
The link below is to a USA Today article. It shows that 75% of people who have a tech degree can't find a tech job and wages in the tech field have not gone up in 18 years. When you learn to code you waste your time. www.usatoday.com/story/opinion/2014/07/27/bill-gates-tech-worker-wages-reforms-employment-column/13243305/
@CodeBabes
@CodeBabes 8 лет назад
+John Parker probably because they suck and didn't watch our videos
@johnparker7784
@johnparker7784 8 лет назад
Bwahahaha. Ah Einstein the wages for the ones that supposedly don't "suck" have been stagnant for 18 years. If your such a "smart" tech person why the brain dead response. Sounds like the kind of stuff you'd hear on an elementary school playground. Maybe you should pull out all stops and call them homosexuals too.
@CodeBabes
@CodeBabes 8 лет назад
John Parker wage growth adjusted for inflation has been stagnant for decades across all professions. That's just a macroeconomic fact. Wouldn't you rather have the stagnant salary of a proficient programmer than most other professions? Would also mention that having the ability to program also provides a lot of people with tools to start their own business or become a better entrepreneur. Software is going to eat the world, as Marc Andreessen says, might as well understand it.
@johnparker7784
@johnparker7784 8 лет назад
Haaaaaaaaa. Its no mystery why you didn't back up that ass talk. But even if it was true what you just showed is that software is just another job field. Nothing at all special about it and when you include the horrible soul killing work environment that it involves it really is a crappy field to be in. Teachers and many public employees have gotten regular salary increases. Half my family teaches and they love their jobs and their regular raises. Their daily job routine is far superior to the typical software routine.
@johnparker7784
@johnparker7784 8 лет назад
CodeBabes wrote - "Software is going to eat the world" ------------------------------------ You talk in dumb cliches . It almost sounds like I left my TV droning on in the background. Internet Boom Times are Over www.bloomberg.com/news/articles/2016-06-01/internet-boom-times-are-over-says-mary-meeker-s-influential-report
@lynch8888
@lynch8888 7 лет назад
Plot twist.. this is a drag queen.
@iLolledGaming
@iLolledGaming 8 лет назад
The stuff she does is actually just too much it's making me actually cringe LOL
@raf.nogueira
@raf.nogueira 7 лет назад
I don`t understand if this is a parody , real, serious or just a joke . I confused =(
@Xtr3mxD
@Xtr3mxD 7 лет назад
What did i just waaatch????
@sarpkaya1786
@sarpkaya1786 9 лет назад
No, just no... It's 2015. People don't use PHP anymore and everything is in the cloud. Use Ruby and RubyMine as an IDE. Push your code directly to Heroku and kaboom everything is there.
@CodeBabes
@CodeBabes 9 лет назад
+Sarp Kaya Right, because +wordpress and +drupal don't exist? PHP is still by far the most used backend programming language. Quit trying to sound like a bad ass. Watch the rest of the course, maybe you'll learn something...
@sarpkaya1786
@sarpkaya1786 9 лет назад
+CodeBabes used != best
@CodeBabes
@CodeBabes 9 лет назад
Did we ever say it was? No.
@KruelMilitiaMMA
@KruelMilitiaMMA 9 лет назад
LOL . She is a ball breaker .. Way to get Nerds attention .. Good info on here ..
@tiamelancholyjeoncockity
@tiamelancholyjeoncockity 4 года назад
HJJSHDHSJWOWO I COULDNT STOP LAUGHING. Is this legit or just a joke??
@RussellMcCannIT
@RussellMcCannIT 8 лет назад
what about linux?
@jethalalgada1132
@jethalalgada1132 7 лет назад
how the fuck did I end up here?
@agar3s
@agar3s 7 лет назад
wamp or mamp? too much effort, just use http-server module from npm.
Далее
Getting a Domain Name and Hosting for your Website
3:44
Новый вид животных Supertype
00:59
Просмотров 149 тыс.
How to win a argument
9:28
Просмотров 570 тыс.
Linus Torvalds on why desktop Linux sucks
11:07
Просмотров 1,4 млн
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
Tel Aviv Protests (Israel)
21:25
Просмотров 492 тыс.
Reality of Software Development
5:08
Просмотров 627 тыс.
What I do as a Front-end Web Developer
18:16
Просмотров 66 тыс.
The Benefits Of Becoming a Web Developer
11:58
Просмотров 200 тыс.
Новый вид животных Supertype
00:59
Просмотров 149 тыс.