13 artículos etiquetados con 'Frontend'

With all your love

How to create icons correctly aligned with the text

There's a pretty annoying problem with icons when working alongside text. It's called alignment. So, in this blog post, we will show you how we solve this all too common problem.

Leer el artículo
Code

A cleaner implementation of Schema.org using JSON

Schema.org has been around for some years now, but recently they introduced a cleaner implementation that doesn't mess up with your code so much as the first one, this time by using JSON.

Leer el artículo
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.

Leer el artículo
Path in a forest

Drawing areas using SVG paths

In this post, we're sharing the basics of how to draw areas using SVG paths and one of the most common issues when using them.

Leer el artículo
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!

Leer el artículo
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.

Leer el artículo
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.

Leer el artículo
MarsBased loves React

MarsBased loves React

The more we grow, the more technologies we can cover. We're happy to announce that we're offering React development services from now on!

Leer el artículo
JSBits #0: an introduction to JavaScript modules

JSBits #0: an introduction to JavaScript modules

We have been accumulating a lot of knowledge in JavaScript over the years that we want to share with you in frequent bits, so we'll call this JavaScript Bits!

Leer el artículo
Leak

Dealing with memory leaks in ReactiveX

One annoying thing about RxJS is its memory leaks because of Observables and Subscriptions. Here's what we do to deal with them.

Leer el artículo
Mars

How we created our own frontend framework: MarsMan (and why)

As our company grows, so do our projects and clients, and not all of them can be developed with out-of-the-box solutions. Thus, we created a bespoke frontend framework for ourselves.

Leer el artículo
Geometry

How to build CSS grids: floats vs inline blocks

Two options for one of the biggest debates in the frontend world.

Leer el artículo