George Tachev's Blog

  • Home
  • Blog

Category: Quick tips

NoSQL

Quick database cache solution for documents

When the database you are using has slow access you may use a cache to speed up the execution. In this blog I’ll share how you can speed up your application if you are using Read more…

By George Tachev, 5 years ago March 4, 2018
NoSQL

Sample for how to save a sorted list in a database

In my previous blog, I wrote about common approaches how to save a sorted list in a database. I didn’t find an implementation of the hybrid approach and as it’s very simple I’ll share an Read more…

By George Tachev, 5 years ago March 3, 2018
NoSQL

How to save a sorted list in a database? (SQL or NoSQL)

Do you have ranked, sorted or ordered data and are wondering how to save it in a database? That’s a common problem where the most common approaches are to use either an indexed or linked Read more…

By George Tachev, 5 years ago February 3, 2018
Quick tips

Generating test data with “real” names

This blog is for generating names, based on the frequency they occur. It can be easily adjusted for any country if you have similar data. It’s generating the names based on the statistics how often Read more…

By George Tachev, 5 years ago November 23, 2017
Quick tips

How to consume Service Fabric service in an MVC Application?

Service Fabric is a great tool for implementing Microservices pattern and ASP.NET MVC is a great framework for websites. How to connect these two? There are different ways you can remotely call a service from Read more…

By George Tachev, 5 years ago November 21, 2017
DevOps

64 bit Jenkins

Some scripts require execution in 64 bit environment. This blog is a guide how you can switch Jason to execute them. A good example of such script will be the deployment script for Service Fabric. Read more…

By George Tachev, 5 years ago November 12, 2017
Code reuse

Do you miss an upsert function in SQL and/or Cosmos DB?

Upsert is a function that does Insert or Update with one call, depending on whether the item exists or not. It has different implementations in many databases. Upsert is very helpful in implementing Web API, Read more…

By George Tachev, 5 years ago November 6, 2017
Recent Posts
  • Quick database cache solution for documents
  • Sample for how to save a sorted list in a database
  • How to save a sorted list in a database? (SQL or NoSQL)
  • Generating test data with “real” names
  • How to consume Service Fabric service in an MVC Application?
Recent Comments
  • SQL or NoSQL? That's the question. How to use both in one application. | George Tachev's Blog on Do you miss an upsert function in SQL and/or Cosmos DB?
Archives
  • March 2018
  • February 2018
  • November 2017
  • October 2017
Categories
  • Code reuse
  • DevOps
  • NoSQL
  • Quick tips
  • Service Fabric
  • Service Fabric Standalone
  • Software Architecture
  • SQL
  • Testing
Meta
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
  • Blog
  • Home
Hestia | Powered by WordPress