Who am I?
Hi! I'm Catalin and I do a bunch of stuff. Mostly writing characters on my keyboard
Blog
- Organise imports with Prettier and friends
How to make sure that your imports are properly organised and separated using tools like Prettier
- Efficient Content Hydration with Angular Universal
How to make sure that the server and the browser don't do the same work twice
- User preferred language with Angular Universal
How to use Angular and Angular Universal to make sure you serve content in the correct language
- Server Status Codes with Angular
How to use different status codes like 404, 400, 301 etc. with Angular Universal
- Test Driven Development in an Angular World - Part 3
Testing the Smart Component
- Test Driven Development in an Angular World - Part 2
Testing the HttpService
- Test Driven Development in an Angular World - Part 1
How to test a component in the real world using Angular and Jest