Alex Chadwick
he/him
I'm a full-stack web developer in the UK (but born in sunny Spain!) I spend too much time reading articles on clean code and not enough refactoring 🤣
- Author
- Translator
Achievements
-
Localizer 9000
Translate part of Playful Programming into another language!
-
Politely Posting
Write 3 articles!
-
Words words words
Wrote 3,909 words!
Recent articles
Project Management for Individuals
July 26, 2022•1,447 words
Having the ability to structure your projects (and these don't exclusively have to be programming related) gives you a massive advantage when it comes to being organised, and keeping your life organised.
How to ask better questions
July 20, 2022•1,177 words
We all ask questions from time to time, so here are some of my favourite tips when it comes to how to improve the quality of your questions.
Mutable vs Immutable Data Types
July 20, 2022•637 words
Using mutable data types can be dangerous in multi-threaded applications. To help that we can make sure of thread safer immutable data types
What is Primitive obsession and how to fix it
July 19, 2022•648 words
Primitive obsession is an extremely common code smell, and when identified and fix, it greatly helps to reduce the amount of bugs that you may find in your code.