I tend to forget this simple solution so this post is mostly for myself. In the Django ORM, we are using order_by to sort results of the query by one…
Category: Programming
For most of my life as a programmer, I was using the replace function in various contexts. I was searching for something and replacing the searched text with something else.…
In theory, MySQL replication should work without problems even if the servers are restarted, databases created and removed, data flowing in and out… Sometimes, however, there are errors that are…
I have an opportunity to develop client websites in various programming languages. Years ago I started with PHP, and I was using Ruby for some time… Later I was working…
I already wrote a little about AWS Comprehend and how I’m using it to detect sentiment in text. Today I would like to show you a different example of the…
Machine Learning is a hot topic recently. Even our clients are asking about various possibilities more and more often, even if they are not yet sure of what they can…
This article will be short. Recently we had an issue trying to restore the database to the Amazon RDS version of the SQL Server. Long story short, we ended up…
When it comes to the geographic coordinate system we are mainly using latitude and longitude to determine the position or location on Earth. The latitude is the angle on Earth’s…
If the development work is your everyday job, you are dealing with code debugging on daily basis. Various programming languages provide multiple possibilities but Git can also help. Let’s take…
Git is one of the tools I use on a daily basis. I can not imagine living without a version control system anymore. Most of the popular git commands are…