Migrate a Git repository to a new origin with all branches in the full historyI know we don’t do this very often but sometimes we still have to do this which is to move a git repository from a host to another.May 3, 2021May 3, 2021
Scheduling background jobs with Hangfire in ASP.NET CoreSometimes, we want our code to automatically kick off some jobs to do work at a specific moment, and also it should be recurring every…Jul 11, 2020Jul 11, 2020
Use Liquibase to manage your db schemaAs a developer, do you remember how many times you have been annoyed by the db schema changes? Here is one of the solutions that might be…Feb 12, 20201Feb 12, 20201
Angular 8 — using Angular CLI to create a project within an existing directoryTry thisSep 14, 2019Sep 14, 2019
Microservices Architecture 2/20 — The validation of request content by FluentValidation + .NETIt’s a required but common feature that we need to validate the body of the request very frequently. But, how to do it? The easiest…Sep 3, 2019Sep 3, 2019
Microservices Architecture Tutorial 1/20 — Implement CQRS in .NET Core WebApi project with MediatRWhat’s CQRS?Aug 19, 2019Aug 19, 2019
Keeping the logs from the inside of a SQL Server Transaction after rollbackThe story begins with an error reported by one of our customers who was using our customer portal website to place a mobile device. As the…Jun 21, 2019Jun 21, 2019
Set up Visual Studio Code for Python 3 development in Windows 10Let’s use Flask to demonstrate how to set up Visual Studio Code for Python development for the first time.Jun 5, 2019Jun 5, 2019
Angular on Salesforce Tip 1 — routing without changing URLsAs an Angular app hosted in Salesforce on a VirtualForce page, there brings us some new question that there’s only one URL per…May 13, 2019May 13, 2019
Publish & Release & Host your Angular 7 (latest) app onto SalesforceI’ve been learning Salesforce development for a while and the pain in the ass is there are a lot of web technologies that Salesforce…Apr 27, 2019Apr 27, 2019