Blog

Posted by Mihaela Pavicic
Monday, Nov 05, 2018
Ariane's Cup

They say that a smooth sea never made a skilful sailor. You can take this as a motivation for many things in life, business is no exception. So at the beginning of this October, Amphinicy team had a chance to experience just that.

Friday, Oct 26, 2018
Publish Angular library to NPM with ng-packagr
You want to have an application that can be run as a standalone and you can pack it as a library that can be published to NPM and then reused (installed) inside other applications? You can use Angular CLI to generate your application, and ng-packagr to pack it and publish it. You can also use this tutorial just to see how you can pack and publish your application as a library.
Thursday, Aug 23, 2018
Angular
Many Angular developers are asking a question about what is a counterpart of a $compile() function of AngularJs in Angular (2+). In AngularJs you were able to append a string with some HTML markup and AngularJs directives to a template and use $compile() function to generate a fully functional view. In Angular there is no $compile() function, so you need to use other tricks to achieve a similar result.
Friday, Jul 27, 2018
Amphinicy booth
Toulouse Space Show 2018 was held from 26-28 June in, of course, Toulouse, France. It was the overall 6th edition of the show and it was the second time Amphinicy participated at the event. As long as we are talking numbers, it was my first time at that kind of a conference, representing my firm. I was both excited and nervous about it but I left with nothing but positive impressions in mind. So let’s start from the beginning...
Friday, Jul 20, 2018
Consensus Algorithms

With an increased need for redundancy and fault tolerance in distributed computing a 40 years old question is more in focus than ever: how to build a self-replicating distributed fault tolerant system?