Skip to content

Fragland

Web Development made easy

Author: MrFrag

An exhaustive introduction to UUIDs

An exhaustive introduction to UUIDs

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.

Continue reading An exhaustive introduction to UUIDs

Posted on 2020-04-182020-04-20
Table Partitioning With PostgreSQL

Table Partitioning With PostgreSQL

Table partitioning is the technique used to reduce the size of a very large database table by splitting its content into many smaller sub -tables, called partitions.

Continue reading Table Partitioning With PostgreSQL

Posted on 2019-10-152020-04-20Tags database, postgresql
How to install  Bootstrap in Angular 8

How to install Bootstrap in Angular 8

This is a Quick and Easy tutorial about setting up Angular 8 and Bootstrap 4.

Continue reading How to install Bootstrap in Angular 8

Posted on 2019-09-202020-04-20Tags Angular, Boostrap, How To
My Angular Best Practices

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.

Continue reading My Angular Best Practices

Posted on 2019-08-232019-09-06
Using GSAP TweenMax with Angular

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.

Continue reading Using GSAP TweenMax with Angular

Posted on 2019-08-052019-08-24
Clone an lxc container to another host in five commands

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

Posted on 2016-09-182019-08-23
AngularJS: learn the difference between emit and broadcast

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

Posted on 2016-09-172019-08-23
A simple query to know when Postgres’ autovacuum will run

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

Posted on 2016-03-272016-03-28
Best image sizes for sharing links on Facebook

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

Posted on 2016-02-27
Solving Laravel’s “Class log does not exist”

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”

Posted on 2016-02-25

Posts navigation

Page 1 Page 2 Next page
Proudly powered by WordPress