# |
Jun 21st 2018, 15:12 |
itmpls |
and new techniques that are.. still used now lol |
# |
Jun 21st 2018, 15:12 |
itmpls |
so much "revolution" |
# |
Jun 21st 2018, 15:12 |
itmpls |
my favorite time was 2007-esque with dom scripting on the rise and css layouts deprecating tables |
# |
Jun 21st 2018, 15:11 |
itmpls |
:slightly_smiling_face: |
# |
Jun 21st 2018, 15:11 |
josbeir |
:) |
# |
Jun 21st 2018, 15:11 |
josbeir |
thats nice.. |
# |
Jun 21st 2018, 15:11 |
josbeir |
so.. we all started developing because of games |
# |
Jun 21st 2018, 15:11 |
neon1024 |
That was my first taste of PHP :slightly_smiling_face: |
# |
Jun 21st 2018, 15:10 |
neon1024 |
I think it must have been around 2000, as I build an alliance website for Planetarion |
# |
Jun 21st 2018, 15:10 |
itmpls |
or angelfire |
# |
Jun 21st 2018, 15:10 |
itmpls |
mine was a geocities diablo 2 one I think |
# |
Jun 21st 2018, 15:10 |
josbeir |
for my CS clan !! |
# |
Jun 21st 2018, 15:10 |
josbeir |
i was 16, my first site was a clan site ! :) |
# |
Jun 21st 2018, 15:10 |
itmpls |
thankfully |
# |
Jun 21st 2018, 15:10 |
itmpls |
actually no, ie6 I think |
# |
Jun 21st 2018, 15:09 |
neon1024 |
I don’t recall when I learnt to program |
# |
Jun 21st 2018, 15:09 |
josbeir |
that browser was released in 1999 |
# |
Jun 21st 2018, 15:09 |
josbeir |
damn, getting old :S |
# |
Jun 21st 2018, 15:09 |
itmpls |
same |
# |
Jun 21st 2018, 15:08 |
josbeir |
times have changed :P |
# |
Jun 21st 2018, 15:08 |
josbeir |
so..... |
# |
Jun 21st 2018, 15:08 |
josbeir |
i started developing in the IE5 days |
# |
Jun 21st 2018, 15:07 |
itmpls |
far better |
# |
Jun 21st 2018, 15:07 |
josbeir |
i'm happy with babel |
# |
Jun 21st 2018, 15:07 |
itmpls |
i mean, 2018 is much better than 2006 |
# |
Jun 21st 2018, 15:07 |
josbeir |
we'll get there some day |
# |
Jun 21st 2018, 15:07 |
itmpls |
that's ultimately the problem |
# |
Jun 21st 2018, 15:07 |
itmpls |
if browsers were more consistent it would be much easier to make lighter-weight libraries in general |
# |
Jun 21st 2018, 15:07 |
josbeir |
es6 : import class from ... => require(... |
# |
Jun 21st 2018, 15:06 |
josbeir |
requirejs is just the importing stuff in node, with babel you can then use import etc |
# |
Jun 21st 2018, 15:05 |
neon1024 |
Although I haven’t used requirejs so I’ve no idea what it’s requirements are |
# |
Jun 21st 2018, 15:05 |
josbeir |
webpack, gulp |
# |
Jun 21st 2018, 15:05 |
josbeir |
no, i'm using it locally for asset building, etc |
# |
Jun 21st 2018, 15:05 |
neon1024 |
Webpack builds the .js file for us and we deploy that |
# |
Jun 21st 2018, 15:05 |
neon1024 |
We certainly don’t deploy Node to our servers, but most of our JS bits are Node |
# |
Jun 21st 2018, 15:05 |
josbeir |
npm ftw ! |
# |
Jun 21st 2018, 15:05 |
neon1024 |
Just build the packed file |
# |
Jun 21st 2018, 15:04 |
josbeir |
needs to be requirejs compliant to |
# |
Jun 21st 2018, 15:04 |
neon1024 |
You don’t need npm |
# |
Jun 21st 2018, 15:04 |
josbeir |
no npm package no go |
# |
Jun 21st 2018, 15:04 |
josbeir |
yeah thats a requirement :slightly_smiling_face: |