When working with an object oriented language, like PHP, Java or Python, an Object-Relational Mapping (ORM) tool allows to automatically convert model objects into rows in a database and vice-versa. It allows to easily save objects in a database, without worrying about writing appropriate SQL requests.
ReadFor a development environment or for small web applications, a SQLite database may be perfectly sufficient to store your data. It is also much lighter than a full blown MySQL database.
ReadOne of the interesting features of GitLab is the possibility to automatically run tests when code is pushed to the repository (Continus Integration): https://cylab.be/blog/7/gitlab-quickstart
ReadGitLab is a git repository management tool, like GitHub or BitBucket. Like them, it offers issue tracking and wikis. However, GitLab also offers some very powerful features like Continuous Integration (CI) and Continuous Delivery (CD).
ReadOrientDB is a NoSQL document database, like the very popular MongoDB. It has some very interesting additional features:
Read
Today 6 students from the Master in CyberSecurity presented their project:
Read
We are proud to present 2 papers at the International Conference on Military Communications and Information Systems (ICMCIS) in Warsaw:
Read