UUID (Universally Unique IDentifier but sometimes they’re also called GUID) is a simple and safe method to univocally identify any kind of information: they can be used to identify transactions, nodes of a filesystem, rows on a database or any other kind of object that needs an id.
Author: MrFrag
Table Partitioning With PostgreSQL
How to install Bootstrap in Angular 8
This is a Quick and Easy tutorial about setting up Angular 8 and Bootstrap 4.
My Angular Best Practices
Angular application can be very complex: getting lost between services and components is easy when the application grows and many people are working on it. Here’s a short list of my best practices to create fast and well organized applications.
Using GSAP TweenMax with Angular
In this tutorial I’ll showhow you can install TweenMax animation library into an existing Angular project. TweenMax is the market leading animation library, used by professionals to animate html elements, making web projects more engaging and pleasant for your eyes.
Clone an lxc container to another host in five commands
A short how-to about moving LXC containers from a computer to another
Continue reading Clone an lxc container to another host in five commands
AngularJS: learn the difference between emit and broadcast
When I was a neofite with Angular JS I had many problems to understand when I had to EMIT or BROADCAST an event: both methods are called the same way but the dispatched event will take opposite directions.
Continue reading AngularJS: learn the difference between emit and broadcast
A simple query to know when Postgres’ autovacuum will run
Understanding Postgres’ autovacuum isn’t easy at the beginning: it’s a balance between many settings. To help you, here’s a query to understand them and know which tables are pending for autovacuum and how many dead tuples are required before a table gets vacuumed again. Continue reading A simple query to know when Postgres’ autovacuum will run
Best image sizes for sharing links on Facebook
What’s the best content image size if you want to share your site on Facebook? Continue reading Best image sizes for sharing links on Facebook
Solving Laravel’s “Class log does not exist”
Here’s what you should check when you get: “ReflectionException: Class log does not exist in ……. “.
Continue reading Solving Laravel’s “Class log does not exist”