Skip to content

TitleDoesNotMatter

Sharing random stuff

  • Home
  • Blog
  • GitHub
  • Contact

Category: Backend

  • Home
  • Blog
  • Backend
Posted on March 17, 2020March 17, 2020

NopCommerce plugin reference loop result in duplicate assembly

  • Backend
Posted on February 26, 2020February 26, 2020

Django dump all data into JSON

I know you could do it by dumping the database directly, but this could come in handy when you’re trying to migrate from one database

Read MoreDjango dump all data into JSON

  • Backend
  • Database
Posted on March 16, 2019February 11, 2020

Django REST always return hyperlink with http proto even if the request is made via https

We always host Django app behind a proxy server(apache or nginx) in production, the connection from your client and the proxy server may be(better be)

Read MoreDjango REST always return hyperlink with http proto even if the request is made via https

  • Backend
Posted on March 4, 2019February 11, 2020

Mysql dump docker DB one-liner solution

ONE LINER docker exec CONTAINER_NAME /usr/bin/mysqldump -u root –password=PASSWORD DBNAME>FILE_NAME.sql

  • Backend
Posted on August 24, 2018February 11, 2020

EF Core missing methods in generated DbContext

Problem Methods like UseSqlServer HasColumnName are not resolved Solution With only EF Core package is not enough, you need two more. Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer After installing

Read MoreEF Core missing methods in generated DbContext

  • Backend
Copyright © 2022 TitleDoesNotMatter. All rights reserved.
Busyness by WEN Themes