Тёмный

This is what web development looked like 10 years ago 

Web Dev Cody
Подписаться 234 тыс.
Просмотров 9 тыс.
50% 1

Become a YT Members to get extra perks!
www.youtube.co...
My Products
🏗️ WDC StarterKit: wdcstarterkit.com
📖 ProjectPlannerAI: projectplanner...
🤖 IconGeneratorAI: icongeneratora...
Useful Links
💬 Discord: / discord
🔔 Newsletter: newsletter.web...
📁 GitHub: github.com/web...
📺 Twitch: / webdevcody
🤖 Website: webdevcody.com
🐦 Twitter: / webdevcody

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

 

10 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@SeibertSwirl
@SeibertSwirl Месяц назад
Dang babe! 10 years ago?!? lol we are getting old 😅 love ya!
@WebDevCody
@WebDevCody Месяц назад
for real...
@cod-the-creator
@cod-the-creator Месяц назад
Dude imagine devs today trying to process a UI from 2001. No JS or CSS except for decoration that had fallbacks for the majority of users. Table-based layouts. The only componentization was with wonky shtml or php includes or something (and most people didn't even do that). So wild how different things are now.
@josh.manders
@josh.manders Месяц назад
I have a CD in a random cd folder in my office closet somewhere that has the first ever CMS I wrote in PHP, in 1999-2000. spacer.gif, table layouts, rounded-corner.gif, the works.
@noahg2
@noahg2 Месяц назад
I've been a .net developer for 2.5 years now and I deal with projects written from early to late 2000s, on one hand these projects are fairly straightforward once you get the flow but it sucks that there's little to no documentation for these projects, trying to get them up and running is a mammoth task in itself, but I kind of like the fact that I don't need to deal a lot with front end javascript.
@yassinesafraoui
@yassinesafraoui Месяц назад
People usually complain about the errors they get if modern tools break for the dev's usecase, specifically when they to install/change the version of some weird package, they won't realize how good the ecosystem is until they go back to doing things the old way
@rand0mtv660
@rand0mtv660 Месяц назад
For real. Tools have gotten so good and a lot of stuff is just abstracted nowadays so you don't have to worry about it. I don't remember when was the last time I had to create a Webpack config from scratch for example.
@kelvinxg6754
@kelvinxg6754 Месяц назад
bro i love all your videos, keep up the good work. upload them every day.
@PenguinjitsuX
@PenguinjitsuX Месяц назад
This was a really interesting look back in time!
@flashchrome
@flashchrome Месяц назад
Looking at the html I created back in the 90's doing a recipe datatbase with images. What a joke that was compared to today.
@WebDevCody
@WebDevCody Месяц назад
crazy thing is, I bet your code would still work today, but none of my code works because of how many dependencies I need
@rand0mtv660
@rand0mtv660 Месяц назад
@@WebDevCody that's true, but to be honest if your app was built and deployed somewhere at the time you were developing it, it would still work to this day.
@polioann
@polioann Месяц назад
This is why u always specify ur dependency versions :)
@kenwarner
@kenwarner Месяц назад
thanks now I'm having an existential crisis
@marioigkiempor6579
@marioigkiempor6579 Месяц назад
Would be curious to see the app running :)
@WebDevCody
@WebDevCody Месяц назад
I'm going to try to get it back up, it's not easy so far
@conradhunter5754
@conradhunter5754 Месяц назад
Well, I’m still using angularJS at work 🥴
@CookerSingh
@CookerSingh Месяц назад
Cody, what's the easiest way to migrate a large production-based Node.js project from CommonJS to ESM? Can ESLint automatically do that, or do I have to manually make the changes? Also some libraries aren't supporting ESM yet in that project.
@WebDevCody
@WebDevCody Месяц назад
How large? Find replace with regex maybe?
@CookerSingh
@CookerSingh Месяц назад
@@WebDevCody Its a PaaS source code, I used an open-source tool called csjtoesm to save time but it failed to convert the whole project and i had to manually migrate some of the syntax but still it gives me lots of errors in the end.
@josh.manders
@josh.manders Месяц назад
Grunt mentioned, LFGOOOOOOO!
@marcoio8742
@marcoio8742 Месяц назад
Impressive. Thanks for sharing ❤. One thing I find interesting, in the Angular controller did you call the database directly? I mean you had the FE connecting to a database and make queries directly? Was this ever deployed somewhere?
@WebDevCody
@WebDevCody Месяц назад
There was a separate api and angular did fetch calls to get the data
@marcoio8742
@marcoio8742 Месяц назад
@@WebDevCody Well I am a climber too and you'd be surprised to know that where I come from (Italy) there actually is an app that does exactly what yours was supposed to do. So if you wanted a bit of market research to know and get back to it, that's it 😆
@STMZY
@STMZY Месяц назад
Try parallels for vagrant on m chip macs.
@farzadmf
@farzadmf Месяц назад
I think one wouldn't completely appreciate the current state if they haven't been through the pain of using things in the past
@user-ik7rp8qz5g
@user-ik7rp8qz5g Месяц назад
So 10 minutes of why angular sucks? Have you tried react at that time too? Or when was your first time trying it and first time making it your main tool? By the way, scss (dialect of sass) is very common today. Not sure why would anybody today not use it when writing styles manually.
@rand0mtv660
@rand0mtv660 Месяц назад
Remember Angular and AngularJS are two different things. AngularJS was really pretty good for its time now that I think about it. And regarding SASS, I do love it, but you don't really need it these days. Most useful things from SASS like nesting and variables are available in CSS directly and variables are actually more powerful than SASS variables.
@WebDevCody
@WebDevCody Месяц назад
I don’t think angular sucked at all. People who hate on angular are anti well established patterns. I didn’t try react until maybe 2017 or so, so I don’t think so
@ahmedjaber8595
@ahmedjaber8595 Месяц назад
JQUERY 👑
@rand0mtv660
@rand0mtv660 Месяц назад
15:10 I absolutely dislike Coffeescript. Only thing I did like about it was optional chaining, but everything else I hated while working in a codebase that had it few years ago. I dislike these versions of languages that are a totally new language really. What I dislike about Coffeescript is that not all vanilla Javascript is valid in Coffeescript. And I also dislike Python style syntax. On the other hand all CSS is valid in SASS and I think that's great and I still like SASS. SASS is just CSS on steroids, while Coffeescript is an abomination. IMHO the fact that it can be concise doesn't outweigh all the other crap it does.
@WebDevCody
@WebDevCody Месяц назад
I’ll agree it’s very error prone. Checkout civet , it’s like typescript but looks like coffeescript
@SeibertSwirl
@SeibertSwirl Месяц назад
First!!!
@WebDevCody
@WebDevCody Месяц назад
like always! thanks babe for always being first!
@iganic7574
@iganic7574 Месяц назад
You are coding from 10 years
@lostinthenarrativve
@lostinthenarrativve Месяц назад
Who Cares??
@WebDevCody
@WebDevCody Месяц назад
Your mom
@darialyphia
@darialyphia Месяц назад
angularJS... the $scope.$apply() PTSD hitting me rn
@WebDevCody
@WebDevCody Месяц назад
$watch was also a fun one
@antidegenerates7449
@antidegenerates7449 Месяц назад
Dude don’t even think of rebuilding this stuff. Find more useful stuff to do.
@WebDevCody
@WebDevCody Месяц назад
I just wanted to see what it looked like
Далее
My 10 “Clean” Code Principles (Start These Now)
15:12
iPhone 16 для НИЩЕБРОДОВ!
00:51
Просмотров 610 тыс.
Dropping In from the Clouds 🌁
00:17
Просмотров 1,8 млн
Linus Torvalds: Speaks on Hype and the Future of AI
9:02
The Simplest Tech Stack
9:38
Просмотров 110 тыс.
WTF Do These Even Mean
13:44
Просмотров 86 тыс.
a *realistic* day as a startup founder in london
25:17
I tried every email marketing tool. Here's the BEST
14:42
How to navigate larger code bases
10:54
Просмотров 10 тыс.
How to Roll Your Own Auth
13:05
Просмотров 107 тыс.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
This is Why Programming Is Hard For you
10:48
Просмотров 842 тыс.
iPhone 16 для НИЩЕБРОДОВ!
00:51
Просмотров 610 тыс.