Ruby On Rails Jobs Blog

A dedicated blog for Ruby devs accross Europe.

Add a target blank to link in rich text with ruby on rails

rails #rich_text #trix #concerns 🇬🇧

Add a target blank to link in rich text with ruby on rails

When a user click on a link present in a rich_text it does not open in a new page... It is something very annoying for some of our users at Komin.i...

Jeanro Krupa

Jeanro Krupa

2 min read
[Leetcode] Find sqare matrix

Ruby, Leetcode, Challenge 🇬🇧

[Leetcode] Find sqare matrix

This is the first in a series of articles about leetcode exercises, expect a new one every week. I wrote this article to help new programmers find ...

Dario Chuquilla

Dario Chuquilla

3 min read
Redéfinir le Succès des Startups : De MVP à MVS

#Indie #SaaS #MVP 🇫🇷

Redéfinir le Succès des Startups : De MVP à MVS

❌ “Je veux faire un MVP pour mon SaaS afin de tester le marché et commencer à itérer” Pourquoi ça marche rarement ? 👇 Le parcours typique d'une sta...

Jeanro Krupa

Jeanro Krupa

2 min read
Agile Methodology

Web Methodologies 🇬🇧

Agile Methodology

In the ever-evolving digital landscape, web development has become a critical aspect of any business’s success. Traditional development methodologi...

Yaasir Cheekoory

Yaasir Cheekoory

4 min read
Add Emojis to Trix Editor for Ruby on Rails

#trix #emojis 🇬🇧

Add Emojis to Trix Editor for Ruby on Rails

We added a cool feature at Komin.io it's emojis support for rich text editor Trix To enable that 3 steps: 1.  Add an emojis library like emojis-ma...

Jeanro Krupa

Jeanro Krupa

3 min read
Maîtriser les Routes dans Ruby on Rails: Définition, Optimisation et Personnalisation

Ruby on Rails, Routes 🇫🇷

Maîtriser les Routes dans Ruby on Rails: Définition, Optimisation et Personnalisation

Les routes dans Ruby on Rails jouent un rôle essentiel en dirigeant les requêtes HTTP vers les contrôleurs appropriés. Pourtant, leur mise en place...

Sandri

Sandri

4 min read
Ruby on Rails has many magical things through conferences

Rack, Routing, ActiveRecord, ActiveStorage 🇬🇧

Ruby on Rails has many magical things through conferences

I watch a lot of conferences, sometimes  conferences are too high level for me, sometimes too much around 'gigantic companies' problem. But sometim...

Jeanro Krupa

Jeanro Krupa

1 min read
polymorphic relationships

Active record association 🇬🇧

polymorphic relationships

let's dive into the topic of polymorphic relationships, a crucial aspect of software development. Polymorphic relationships come in handy when you ...

Victor Barherenduba

Victor Barherenduba

1 min read
Comprendre et optimiser ActiveRecord dans Ruby on Rails

#ORM #Ruby on Rails 🇫🇷

Comprendre et optimiser ActiveRecord dans Ruby on Rails

👀 Comprendre ActiveRecord dans Ruby on Rails : Ruby on Rails (RoR), rappelons-le, est un framework web monolithique, qui s'appuie sur le modèle MV...

Sandri

Sandri

6 min read
Printable views with css in RubyOnRails

CSS, Print, Rails 🇬🇧

Printable views with css in RubyOnRails

Why use print mode ? At Komin.io some of our clients have requested a printable version of the playbook they create through our application.  Th...

Jeanro Krupa

Jeanro Krupa

3 min read
Un échec: Lancement d’un service de tests techniques

BuildInPublic 🇫🇷

Un échec: Lancement d’un service de tests techniques

La génèse Il y a maintenant 1 mois m’était venu l’idée de lancer un service de préparation aux tests techniques. L’idée était simple: pour évite...

Jeanro Krupa

Jeanro Krupa

4 min read
How to find your first job as Junior Ruby Developer ?

#career #junior 🇬🇧

How to find your first job as Junior Ruby Developer ?

You have just finished your studies, a bootcamp or an online tutorial to learn how to code. Bravo ! 🎉🎈🎊🍾! It's a great first step, plus you are cod...

Jeanro Krupa

Jeanro Krupa

11 min read
Comment décrocher son premier job de développeur Junior Ruby ?

#Recrutement 🇫🇷

Comment décrocher son premier job de développeur Junior Ruby ?

Tu viens de terminer tes études, un bootcamp ou un tuto en ligne pour apprendre à coder. Alors déjà bravo 🎉🎈🎊🍾 ! C’est une super première étape, en...

Jeanro Krupa

Jeanro Krupa

11 min read
The 3 first months as IndieHacker with RubyOnRailsJobs

#BuildInPublic #IndieHacker #Startup 🇬🇧

The 3 first months as IndieHacker with RubyOnRailsJobs

In June 2022, I launched RoRJobs with a simple mission: Help Ruby developers find their next freelance mission, job, internship... I wanted to shar...

Jeanro Krupa

Jeanro Krupa

7 min read
Les 3 premiers mois de RubyOnRailsJobs

#BuildInPublic 🇫🇷

Les 3 premiers mois de RubyOnRailsJobs

Un peu avant le mois de Juin 2022 j’ai lancé RoRJobs avec un objectif simple: Aider les développeurs Ruby à trouver plus facilement un job, une mis...

Jeanro Krupa

Jeanro Krupa

7 min read
Stack de RubyOnRailsJobs

#Tooling 🇫🇷

Stack de RubyOnRailsJobs

Je trouve ça toujours passionnant lorsque je discute avec un développeur de connaitre quel tooling ils utilisent dans sa boite alors pourquoi pas f...

Jeanro Krupa

Jeanro Krupa

2 min read
How to query nil or not nil associations with ruby on rails

#TIL 🇬🇧

How to query nil or not nil associations with ruby on rails

Thanks to my amazing friend Today I learn how how to nicely query nil or not nil associations with ruby on rails +6.1 It's an exemple from this we...

Jeanro Krupa

Jeanro Krupa

1 min read
How to write Active record queries for multiple OR conditions on the same column ?

#TIL 🇬🇧

How to write Active record queries for multiple OR conditions on the same column ?

Today I was wondering how to optimize this query that was not elegant: MyModel.where.("column = ? OR colum = ? OR colum = ?", :value_1, :value_2, :...

Jeanro Krupa

Jeanro Krupa

1 min read
1er mois d'un Job board dédié à ruby on rails

#OpenStartup #Metrics 🇫🇷

1er mois d'un Job board dédié à ruby on rails

La stack Je suis reparti d'un template (JumpstartPro) histoire de ne pas tout coder et pour le design j'ai repris des assets et designs que mon d...

Jeanro Krupa

Jeanro Krupa

2 min read
Hello Rails World

Lancement 🇫🇷

Hello Rails World

Hello Ruby World, Je suis Jeanro ancien recruteur reconverti en dev fullstack après avoir découvert la magie de Ruby on Rails grâce au Wagon. Trop...

Jeanro Krupa

Jeanro Krupa

2 min read