The power of icons: add Font Awesome to WordPress

Font Awesome is a popular icon library offering a vast collection of beautiful and scalable icons. Integrating it into your WordPress website can significantly enhance its visual appeal and user experience. This article delves into various methods for adding Font Awesome to your WordPress site, providing code examples and guiding […]

Read More…

A comprehensive guide to optimizing WordPress

In today’s fast-paced online world, website speed is crucial for user engagement and SEO ranking. This article delves into optimizing your WordPress website for maximum speed, providing practical tips and code examples to put into action. Understanding the Importance of PageSpeed for optimizing WordPress: Analyzing Your Current PageSpeed: Before diving […]

Read More…

Create and add a new Drupal custom module

create and add a custom module

One of the best features of Drupal is the module system, which allows its extreme modularity and versatility on any occasion.This has allowed over the years the creation of hundreds of modules by groups of developers who carried out only once the basic tasks for the creation and maintenance of […]

Read More…

Create a WordPress plugin

Wordpress - create a plugin

It is not uncommon to look for the perfect plugin/functionality for your blog/site in WordPress but not find it because you have too precise an idea of what you would like. It is in these cases that the possibility of infinitely extending WordPress comes to our rescue. We can add […]

Read More…

Creating/building/trying an Angular library

Angular library

A library is a reusable plugin, to help us in some tasks within our project.We can start by simply using this command: And generate our library in project, named calc-lib in this case. With it, we’ll see our angular.json modiefied with one more project of type: library. It will also […]

Read More…