10 articles tagged with 'Web development'

Coding

Use GoLang code in Ruby

GoLang has the option to create shared libraries in C, and in this post I will show you how to do it.

Read full article
Camera light effects

Comparing LocomotiveCMS and WordPress

WordPress and LocomotiveCMS are two popular content management systems (CMS) that are often used for building and managing websites. Both have their own unique features and capabilities, and choosing the right one for your project can be a challenging decision. In this blog post, we will compare WordPress and LocomotiveCMS to help you make an informed decision.

Read full article
Font Awesome social share buttons are blocked by AdBlock? Here's how to go around it

Font Awesome social share buttons are blocked by AdBlock? Here's how to go around it

So all of the sudden the social sharing buttons disappeared from your website? AdBlock is probably at fault, and here is how to fix it!

Read full article
A small trick to help you estimate the size of a site

A small trick to help you estimate the size of a site

Here's a small trick we use to calculate the size of sites, in numbers of pages, when we're facing a migration or we need to estimate costs for our proposals, using the sitemap of the site.

Read full article
Glasses on laptop

This is what we do

We often get asked what are we working on. Here's a comprehensive summary of the projects we're doing right now as a company.

Read full article
How I use Docker for Rails development: running services

How I use Docker for Rails development: running services

Project setup can be a very cumbersome process for developers. In this blog post, our developer Dani explains how he uses Docker to develop in Rails

Read full article
Our curated Angular reference guide

Our curated Angular reference guide

We share useful Angular resources, questions, experiences, tools, guides and tutorials to keep this curated Angular reference post up-to-date. Enjoy it!

Read full article
Comparing the three Angular view encapsulation methods

Comparing the three Angular view encapsulation methods

Since we started the company, we have been using Angular for most of our frontend development projects. In this blog post, we share how we encapsulate the views in Angular projects.

Read full article
Change detection strategy in Angular

Change detection strategy in Angular

How to change the detection strategy in Angular to improve performance and to adapt it to your project requirements.

Read full article
Optimising asset compilation during deployment

Optimising asset compilation during deployment

Although modern solutions like Docker provide most of the tools we need for the deployments of nowadays web applications, there's no one-size-fits-all solution to optimise asset compilation during deployment, especially for legacy projects.

Read full article