Andreas Bergström

Picture of the author

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.

Based in Stockholm, Sweden

Latest open source projects

rust-rocket-docker

Minimal rust rocket server with Dockerfile for testing in infra

Last commit May 21st

go-fiber-docker

Minimal go fiber server with Dockerfile for testing in infra

Last commit May 21st

go-docker

Minimal go server with Dockerfile for testing in infra

Last commit May 21st

deno-docker

Minimal deno server with Dockerfile for testing in infra

Last commit May 21st

node-fastify-docker

Minimal node fastify server with Dockerfile for testing in infra

Last commit May 21st

node-docker

Minimal node server with Dockerfile for testing in infra

Last commit May 21st

bun-docker

Minimal bun server with Dockerfile for testing in infra

Last commit May 21st

Latest blog posts

Python decorators vs Java annotations

pythonjavafastapispring
January 15th

Redirecting mobile users to App or Play Store in NextJS

nextjsmobilejavascripttypescript
November 27th

Python del vs assigning to None

pythonperformance
November 11th

Configure TypeORM migrations in 5 minutes

nestjstypeormjavascripttypescript
October 15th

Easily style active links in Tanstack Router

javascriptreactwebdevux
October 14th

Finally you can skip dotenv in Node

nodejavascriptnpm
September 9th

How to style for print in Tailwind

tailwindcsswebdevcss
August 13th

Simplify TypeScript builds with esbuild and skip tsc/tsx

nodetypescriptjavascriptwebdev
August 9th

Software Engineering Term of the Day

Term: Dependency Injection

Explanation: Dependency Injection (DI) is a design pattern where an object receives its dependencies from external sources rather than creating them itself. This promotes loose coupling, increases code reusability, and simplifies testing by allowing dependencies to be easily mocked or stubbed.

Industry news