Developer with professional experience since 2007 across various industries and roles, both internationally and in Sweden. Skilled in front-end, back-end, mobile development, architecture, infrastructure, machine learning, and data analysis. Also experienced in leadership roles with people management responsibilities.
Asteroids-clone based on pygame-ce
Minimal rust rocket server with Dockerfile for testing in infra
Minimal go fiber server with Dockerfile for testing in infra
Minimal go server with Dockerfile for testing in infra
Minimal deno server with Dockerfile for testing in infra
Minimal node fastify server with Dockerfile for testing in infra
Minimal node server with Dockerfile for testing in infra
Term: Dependency Injection
Explanation: Dependency Injection (DI) is a design pattern in which objects receive their dependencies from external sources rather than creating them themselves. This promotes loose coupling, improves testability, and increases code reusability by making components more independent and configurable.