Forum Moderators: open

Message Too Old, No Replies

What tech have you learned, are learning, or are planning on learning

Because there's always "more stuff" to learn...

         

ronin

9:10 pm on Apr 7, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What tech have you learned, are you learning, are you planning on learning?

At the start of the 2000s, I happily put together basic web pages using just HTML 4.01.

From 2003 to 2009, I got by almost entirely on xHTML 1.0 and CSS2.

I tried several times (in 2000 & 2004) to get my head around Javascript, but with no technical background, I never got very far.

In 2010, seeing how the web development landscape was changing (and how fast the pace of that change was accelerating) I decided to bite the bullet, ease off on the writing/journalism and invest some time and effort getting to grips with the technical side of the web.

I resolved to start learning at least one major technology per year (and pay attention to whatever else I came across in the meantime). Here's a list of the tech that I have started learning (and continued practising ever since) each year:

2010: HTML5
2011: CSS3
2012: PHP5
2013: Javascript (ES5)
2014: RegEx
2015: SVG
2016: jQuery / JSON / Ajax
2017: ES2015+
2018: Vue.js

Not sure about 2019, yet. For the last few years I've always written my server-side scripts in PHP, so I'm thinking it's probably time to get to grips with using Node.js instead (before I upgrade my PHP scripting from 5 to 7.)

With regard to sub-technologies / APIs / approaches etc. I'm pretty happy with what I have learned to put together using .htaccess, CSS Keyframes, CSS Flexbox, JSON-LD + Schema.org, CSS Custom Properties, HTML5 Audio & Video, CSS Grid, HTML5 Service Workers (and Web Workers), Progressive Web App technologies, ES2015 Modules, but sooner rather than later, I'd now also like to get my head around GD Library (via PHP), HTML5 Canvas, SVG animations and (as soon as possible) IndexedDB.

What about you? What technologies have you learned during the last decade? What are you currently teaching yourself? What are you planning to learn in the near future?

vivalasvegas

6:58 am on Apr 9, 2019 (gmt 0)

10+ Year Member



I'm glad you started this thread.
I'm about where you were in 2011. I've also used Bootstrap.
I started learning Javascript a few months ago, but it seems much more difficult to grasp than html or CSS. I would also like to learn about server/website security.

tangor

8:43 am on Apr 9, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Kind of old school... learn what I need for what nees be done... then move on. All that computer stuff makes my head swim. :)

graeme_p

10:13 am on Apr 9, 2019 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The main change in the last 10 years is that I have gone from being a newbie on my current stack for web development (Python, Django, Postgres) to having a lot of experience.

I have also been using Python for other work (especially numerical and ML), so no longer do only web stuff, and the web stuff has changed (moving to web apps rather than web sites). I have tried to learned some other languages (Haskell, Erlang, Pharo....) but always end up using Python. because of the libraries and frameworks - but I think I am a better programmer for learning them. Currently learning Julia which might be different.