Posts
Veglos' Blog
Cancel

Inheritance with typeorm and mongodb

The code of this project is available at https://github.com/veglos/nodejs-typeorm-mongodb-inheritance The problem A few days ago I started working with Node.js, TypeORM and MongoDB, and natural...

Simple SOLID

Table of contents Single-Responsibility Principle Open-Closed Principle Liskov Substitution Principle Interface Segregation Principle Dependency Inversion Principle 1. Single-Respon...

An Auth Microservice with Clean Architecture

The code of this project is available at https://github.com/veglos/dotnet-auth-microservice Table of contents A Clean Architecture The Hexagonal Architecture The Design Use Ca...

Setup Django and Docker

Intro It is possible to develop only with Docker (rather than a local system). Therefore a virtual environment is not necessary since dependencies are always installed in the container. Also, envi...

Facebook Sign In with ASP.NET Core Web API

Similar to my previous post Google Sign In with ASP.NET Core Web API, now with Facebook. The complete project is hosted on https://github.com/veglos/dotnet-facebook-signin-api. Diagram diagram o...

Google Sign In with ASP.NET Core Web API

I couldn’t find a simple, short and straight to the point article about this topic, so I made my own. The complete project is hosted on https://github.com/veglos/dotnet-google-signin-api. Diagram ...

Deploy Jekyll in Docker

GitHub Pages is a fantastic hosting service for blogging, specially for software developers. GitHub Pages runs on Jekyll and I did not want to install Ruby and other dependencies on my Windows syst...