Blog

A simple java implementation of Blockchain

Blockchain

Blockchain is currently a very hot research topic. To understand how it works and what it can achieve, here is a simple java implementation.

Read
Blockchain

Blockchain

These last few years everyone everywhere went crazy about cryptocurrencies and more in particular about Bitcoin. The value of the star cryptocurrency did indeed sky-rocket in December 2017 to 19.783$, a 1824% increase in less than a year [2]. However, even though everybody has probably heard about this digital currency, it's likely that very few understand the fascinating technology behind it called blockchain.

Read
ICMCIS2019

Cyber Range

This week we presented two papers at the International Conference on Military Communications and Information Systems (ICMCIS) in Budva, Montenegro:

Read
Automatic release with GitLab and SimpleRepos

GitLab

SimpleRepos is a simple file sharing website that allows to upload files using a REST API. Here is how to use it in conjunction with GitLab to automatically release your binaries...

Read
Using PHP CodeSniffer in a Laravel project

Laravel

PHP CodeSniffer is a great tool that enforces everybody is using the same coding standard when contributing to a project. For a Laravel project, there are however a few caveats to handle...

Read
Using font awesome in a Laravel project

Laravel

Font Awesome is a fantastic icon set to improve your web application. The integration in Laravel requires a few additional steps...

Read
Avoid leaking secrets in your GitLab repository

GitLab

Shit happens! Chances are great that you or one of the developers in your team will one day commit a file containing secrets or private keys to a public GIT repository...

Read
Automatic bug detection with SpotBugs and Maven

Java

SpotBugs is a fantastic tool to help you write beter java code! It performs static code analysis (SA) and uses a database of more then 400 bug patterns to detect potential bugs in your code.

Read
GitLab : Automatically testing your Python project

GitLab Python

Whatever programming language your are using for your project, GitLab continuous integration system (gitlab-ci) is a fantastic tool that allows you to automatically run tests when code is pushed to your repository. Java, PHP, Go, Python or even LaTeX, no limit here! In this blog post we review a few examples for the Python programming language.

Read
ECHO Project : Kick Off Meeting

ECHO (European network of Cybersecurity centres and competence Hub for innovation and Operations) is a project funded by the European Commission to establish and operate a Cybersecurity Competence Network. The project was officially launched today at the Conference Hall of the Royal Military Academy, in the presence of the 30 participating institutions.

Read
Using GridFS to store files in MongoDB (Java)

MongoDB is a fantastic tool for storing large quantities of data in a JSON-like format.

Read
Maven not running all JUnit tests

Here is a trick for solving a tricky and vicious maven bug...

Read
This website uses cookies. More information about the use of cookies is available in the cookies policy.
Accept