This binding in JavaScript – Default binding
We start off with default binding, which is what happens if no other ‘this’ binding applies.
We start off with default binding, which is what happens if no other ‘this’ binding applies.
Video version of this article: https://youtu.be/g8EzHTVLK0k. In my opinion this is the most important principle in programming. It’s even more important than the principle that
Why code should be optimised for maintainability and common objections around the topic.
Why does clean code matter for a project? What are the effects of bad code and what can we do to prevent them?
Here is a story of some bad code in a codebase I worked at and the consequences it had.
Video version of this article: https://youtu.be/shM2_UwVqRI This is a series of posts on whether or not you should learn front end development Pros of front
While the pros of learning front end development out-weight the cons (in my opinion), there are still some very real cons to front end development.
Video version of this article: https://youtu.be/L4WErEXGY2E This is a series of posts on whether or not you should learn front end development Pros of front
In this article we examine what semantic naming is, and why it’s essential in CSS.
How should we do layout in CSS? In this article we examine some prerequisite knowledge for layout, followed by suggestions on how to go about it.