Software Development Insights from Concept to Launch
From architecture to deployment, read about development best practices, trends, and case studies to guide businesses through building reliable, high-performing products.
Need a small cheat sheet? Here is the list of common Postgresql console (psql) commands to help you query data from the PostgreSQL database server more quickly and effectively.
Connect to a l...
Software installation on Ubuntu 16.04 is done in several stages described below.
Remember to issue sudo command (sudo su -) when following the instruction.
Update the software
sudo apt-get updat...
Once we faced a problem. We received a ticket from our client, “Can't update the price of the 63072 m item”. This is an e-commerce website with automatic data import in xls format. ...
Have you ever tried to delete millions of files from one folder? Quite often this question is discussed on forums.
It’s true that a common method rm -rf fails if there are too many file...