I’m just about to host the small Machine Learning workshop. I don’t want attendants to install Anaconda and use Jupyter Notebooks on their computers. I simply want to run Jupyter…
Tag: programming
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…
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.…
You know the struggle – there are multiple websites on the same IIS server and there is no easy way to analyze all logs at once. From time to time…
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…