Maksim Ivanov
@satansdeer
Frontend developer at @mojang, working on Minecraft. Took part in Battlefield V development at Dice. Teacher at LoftSchool
Contributed IDE list
No IDE contribution for now
User's comments
0
articles
Setting Up Dependency Injection with TypeScript in an Object-Oriented Way
The last letter in SOLID is a Dependencies Inversion Principle. It helps us decouple software modules so that it is easier to replace one module with another. The dependency injection pattern allows us to follow this principle. In this post, you will learn what dependency injection is, why it is…Dec 21st 2020Deploying Next.js Application on Vercel, Heroku, and a Custom Static Server
In this post, we will be looking at Next.js app deployment on different types of servers and using different technologies, such as: We will go through deployment setup on each technology step by step and show the code. Some time ago web-developers shipped their applications in production by hand.…Aug 17th 2020

