An enthusiastic team of Rails developers
Tech
How we use Hotwire to reduce loading time
Recently we installed Hotwire at Per Angusta. It's now part of the default Rails Stack and for me it defines the future of Web development when it comes to build reactive applications.
Guillaume Briday
How to manage your JavaScript dependencies with Sprockets in 2021
It’s 2021, and you probably need to use JavaScript in your Rails applications more than ever. JavaScript’s ecosystem drastically changed over the last few years, in the good way.
Management
How We Eat Our Own Dog Food
Discover some of the features of Per Angusta and learn how the Tech team is using them to collaborate and track the progress of the roadmap.
Jean-Michel Gigault
Direct File Upload With Paperclip and S3-compatible Object Storage
As usual, I will take the opportunity of describing technical solutions to go further with the topic and talk about the why, the how and the whom, with the widest inclusive example I was able to cover.
CSRF & Authenticity Token
This article will introduce you to the basics of a well-known kind of security threat to a website.
Yann Legendre
Common Mistakes With Guard Clause Pattern
My name is Jean-Michel and I am a committed engineer at Per Angusta. I have tried to summarise my thoughts and experience about good and bad practices of the Guard Clause pattern, starting by common assumptions to applicable examples with code samples.
Git & Tips: The Power Of Rebase
Today we are going to see what place has git rebase as part of the different tools Git puts at our disposal to update a branch, and how a complete and explicit use of this well-known command can sometimes solve complicated problems very cleanly and in one go.
Gabriel
A Postmortem Story
Hello, I am Camille, a trainee at Per Angusta and I am pleased to share with you my first experience in writing a Postmortem.
Camillealin
Feedback Of Our First Game Jam
Hi! We are Camille and Ludovic, and we want to share with you our feelings about our first participation in a Game Jam. Spoiler alert: we didn’t win.
What’s Happening Behind The Scene of a Rails Application
I have a continuous challenge in my job: put developers in the right conditions to understand what they are building and where their realisations stand in the Product. First and foremost the technical side.
Benchmarking Excel Generation In Ruby And How To Avoid Background Jobs Memory Explosion!
My name is Frantisek and I am a committed engineer @PerAngusta. This story is about how to overcome huge memory usage by Ruby Excel spreadsheet exporters when dealing with massive data.
Frantisek
Setup Azure AD OAuth 2.0 with Ruby on Rails and Devise
My name is Frantisek and I am a committed engineer @PerAngusta. I came across multiple tutorials explaining how to setup an OAuth 2.0 connexion between Rails and Microsoft Azure AD.