Web server

Run PostgreSQL in Docker

To Run PostgreSQL in Docker I use an official image ‘postgres’ from https://hub.docker.com/_/postgres. You can start it as it’s described in the documentation, but I prefer to use docker-compose. For me it’s more flexible and allows to avoid of errors when start form command line. Read more»

Web server

Vi shortcuts

I am tired to look for Vi shortcuts, let the copy of this content stay here. Press Esc to start waiting for the command and after that enter the action. Read more»

Web server

Git. How to add external repository to your project

If you work with external developers and you often have to get the code from them, it’s not very good to transfer it with dropbox or something like that. You want to achieve it, view changes, make tests and build it. It’s why CI/CD is made for. At first you should add external repository to […] Read more»

Web server

Main Git (Github, Gitlab) rules

I can’t imagine the development process without Git. It’s not only to store the source code, but to work and to live with it. If you can’t use Git, you can’t take part in modern development. It’s not very difficult, may be it’s even easy. But you should know some recommendations to avoid mistakes and […] Read more»

Web server

Popular Posts