Web Developer Roadmap

I’ve been saying for years, that there is no such thing as a “full stack developer”, no matter how many CVs your HR department processes per day, matching the title.  Web Developer Roadmap is a cool little GitHub repository, which maps the road for becoming a web developer in 2018.

It shows technologies that you need to get familiar with, depending on what kind of a web developer you want to become – front-end, back-end, or DevOps – and how to organize your learning and move from one technology to another.

The reason the “full stack developer” isn’t there, is, I’m sure, because that just combines all of the other ones.  And each one of them is way more than can fit into a single human head.  So the combination would probably make it explode.

Even if you are already an experienced web developer, this roadmap is a handy thing to keep around, as it gets updated as things change.  And in web development things do change, and they do so frequently.

A Comprehensive Guide To Web Design

A Comprehensive Guide To Web Design” is a rather lengthy article that focuses on the non-technical bits of the web design.  It’s not about the tools and technologies, but more about the meaning and good practices.  The article covers the design of navigation, content, call to action, web forms, accessibility, and other important bits which are frequently forgotten.

GitHub : Quickly review changed functions in your PHP pull requests

GitHub is one of the greatest tools for developers ever.  And it keeps getting better.  Most of the new features that GitHub introduces are usually generic and apply to all developers universally.  Today, however, they have a special present for the PHP developers – Quickly review changed functions in your PHP pull requests.  This is mighty useful, especially on the larger pull requests.

7 ways to do containers on AWS

7 ways to do containers on AWS” covers a variety of different ways to run containers on the Amazon AWS cloud infrastructure.  These include most of the usual suspects, like Amazon Elastic Container Service (ECS), Amazon Elastic Container Service for Kubernetes (EKS), and hand-rolled vanilla containers on EC2, as well as a few lesser known ones like templated Kubernetes and Amazon Fargate.

Vue.js — answering the Why, after 15 months

Harshal Patil shares his positive experience with the Vue.js JavaScript framework, after using it for just over a year in “Vue.js — answering the Why, after 15 months“.  As many before him, he focuses on the virtual DOM, optional but powerful build system, state management, single file components, performance, testability, and a few other benefits of this particular technology.

It’s good overall article for those who are still deciding which JavaScript framework to go with for their next project.