← All tags

#best-practices

4 posts

1 min read

Engineering Rant

DDD, SOLID, GoF patterns — everyone talks about them, almost no one implements them correctly.

#programming#best-practices
2 min read

Code Tip: Single Level of Abstraction

A simple tip from Clean Code to write more readable and maintainable functions — keep each function at one level of abstraction.

#programming#best-practices
4 min read

Use TypeScript, Not JavaScript

Why you should use TypeScript instead of JavaScript — static typing, fewer tests, and better tooling all in one.

#typescript#webdev#best-practices
4 min read

7 Rules of Software Development

Level up your development game by learning these 7 essential rules — lessons I wish I'd known when I started.

#career#best-practices