66 articles tagged with 'Development'

Llama

Using LLaMA.cpp models in Ruby

In this blog post, we will teach you how to use LLaMa (Meta's AI) models using ruby for your applications and projects.

Read full article
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
Microchips

Iterating on pull requests - don't squash commits!

This is a small piece of advice for starting developers regarding pull requests on git.

Read full article
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.

Read full article
Lights

Speeding up views rendering in Rails 4

Here's some technical post for the Rails folks out there. If you're into performance optimisation, this is for you!

Read full article
Compass

We've updated our handbook to include our new development workflow

As you might probably know, we have a long document called the MarsBased Handbook where we try to describe all our procedures and how we work.

Read full article
No

The importance of saying NO

We have overcome one of the most intense periods at work in the entire life of the company, largely thanks to our ability to say 'no' more than we say 'yes', defying the standards and the etiquette of our industry.

Read full article
Open door

Be more available to the rest of the team

At MarsBased, we like to review our workflows, tools and policies every now and then because what it used to be good for us, might not be the right fit now. For instance, last year, we changed our project management tool from JIRA to Linear.

Read full article
Launched the Startup Genome Global Startup Ecosystem Report 2021

Launched the Startup Genome Global Startup Ecosystem Report 2021

Check out Startup Genome's Global Startup Ecosystem Report 2021 on their LocomotiveCMS-based platform we have been building for three years, now!.

Read full article
Present

Audit the code you inherit

How many times have you - as an agency or freelancer - inherited code from a previous provider or another team? How many times have you been blamed for things that were not your fault? You can avoid it, if you follow our advice.

Read full article
Earth from space

How to generate TypeScript types and React hooks from GraphQL queries

We have been working with Shopify for a good while now, for all kinds and sizes of e-commerce sites, but we've been lately experimenting with GraphQL and React-based frontend applications to enhance user experience to unprecedented levels, so we've compiled some guidelines for you.

Read full article
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.

Read full article