What is Agile and Scrum? How to put it in practice?
Agile product development consists of an iterative approach to product/software delivery (time boxed) that builds software incrementally from the start of the project, instead of trying to deliver it all at…
Windows: How to enable remote connections
Let's say you have a windows pc in the same network and you would like to remote connect to it from another computer. First you must know that by default…
Angular 2 – Angular Universal for SSR (Server Side Rendering)
If you are building an application that you like to perform well in SEO, server side rendering is definitively something you should consider. In this guide I'll show you how…
How to fix Firebird permissions after fresh install on your Mac OS
Let's say you, just like me, have a fresh install of firebird on your mac. Probably you are not able to run a simple command such as creating a database.…
Firebird ISQL Connect to local database
Connecting using alias: sudo isql -u SYSDBA -p 'YOUR_PASSWORD' YOUR_DB_ALIAS Connecting using local DB path sudo isql -u SYSDBA -p 'YOUR_PASSWORD' '/path/to/db/file.fdb' Connecting to remote DB: isql 192.168.0.195:YOUR_DB_ALIAS -user sysdba -password…
Firebird (mac) Create a database
Many MAC users when trying to create a database would see this error. Can not access lock files directory /tmp/firebird/ In order to fix this you have two options: Give…
How to provide writing rights to your apache server in your /var/www directory?
I installed WordPress in my droplet and I could not update themes or install plugins. The error was "unable to create directory". If you also came across this issue make…
Mysql server crashes – Digitalocean Droplet
Recently I installed MySQL on one of my servers. Everything worked fine but hours later I realized the DBMS was down. I took a look in the log and I…
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!