Development and Managed Hosting
ANEXIA

Monthly Archives: April 2018


APR
24
2018

Filesystem quota management in Go

Written on April 24, 2018 by Stephan Peijnik

Stephan demonstrate here how Go interacts with operating system and how he developed our quota library.


APR
18
2018

Performance tuning in WordPress

Written on April 18, 2018 by Manuel Wutte

In this tutorial, we would like to present a few tips you can use for performance tuning of WordPress.


APR
11
2018

Reflection in PHP projects

Written on April 11, 2018 by Manuel Wutte

Reflection in software development means that a program knows its own structure & can also modify it. Here we explain how it works in practical terms.