Preview Mode Links will not work in preview mode

How To Code Well

Nov 25, 2018

Get the How To Code Well Podcast https://podcast.howtocodewell.net

Welcome to update 4.0, a quarterly review of How To Code Well. There are loads of web development announcements and some changes to the video and tutorial schedule.
We now have a subreddit: https://www.reddit.com/r/HowToCodeWell
We also have a...


Nov 17, 2018

Creating a website is no longer a simple and perhaps fun task.
Or at least it isn't as fun or easy as it used to be.
A developer has to invest time and effort in the environment and tooling that is used, instead of concentrating on the code and the creation process.

A frontend developer needs to learn command line...


Nov 17, 2018

JavaScript has changed, it has grown up and got better over the years. JavaScript is fitter and stronger than it ever has been.
So why is your JavaScript over weight and a slob at sending responses to the browser?
In todays show I’m going to talk about the various ways you can slim down and speed up your JavaScript....


Nov 17, 2018

There are many types of web developers. Traditionally there are frontend developers, who tend to deal with the client sided components such as JavaScript, CSS, HTML and user journeys.
The opposite of a frontend developer is a backend developer, who’s skills focus around server based processes, core computational logic...


Nov 17, 2018

The technical language and the terminology that we use to explain how a system is built, how a system needs to be altered and how it can be improved is very important in programming. Often we mix up the meaning of restructuring and refactoring and this can lead to confusion.

In this live stream I am going to talk about...