What is the JAMstack and why should you use it?
A few years ago, landed the JAMstack. New tech? New stack? New fad? What exactly is it? I think the JAMstack should interest you for multiple reasons, let's see which ones....
Continuer à lire →The main topics of the blog are coding and tech. Because that's what we do and love as developers, right? Learn how to code or how to improve your coding skills by reading our blog post!
A few years ago, landed the JAMstack. New tech? New stack? New fad? What exactly is it? I think the JAMstack should interest you for multiple reasons, let's see which ones....
Continuer à lire →Ce n'est que le troisième événement auquel j'assiste depuis le COVID-19. Ça fait toujours bizarre de rencontrer autant d'autres personnes en même temps. Pour le Web Summit 2022, c'est environ 71 000 personnes qui se réunissent pour apprendre des intervenants. Dans cet...
Continuer à lire →It is only the third event I attend since COVID-19. Still feels weird to meet so many other people at the same time. For the Web Summit 2022 it is around 71 000 people meeting to learn from awesome speakers. In this post, I'll make a full summary...
Continuer à lire →Git is a powerful tool that can seem complicated if we know it badly. In this article, we will see the particular case of bad indexing. This is a case that can very easily occur when the tool is poorly mastered, but don't panic, there is nothing irreparable....
Continuer à lire →Recursive functions are one of my favorite development techniques. It's not a complicated thing. On the contrary, they are only functions used differently. When we learn recursion, and more broadly, iteration in programming, we always stop at the classic iteration structures, loops. But they do not have a...
Continuer à lire →Les fonctions récursives font partie de mes techniques de développement préférées. Il ne s'agit pas de quelque chose de compliqué. Bien au contraire, ce ne sont que des fonctions utilisées différemment. Lorsque nous apprenons la récursion, et plus largement, l'itération en programmation, nous nous arrêtons toujours...
Continuer à lire →The ubiquitous language is a concept that is based on the fact that the different actors of a project need a common language that allows them to understand the data model without ambiguity and approximation in order to be able to work correctly together. In a project team as we...
Continuer à lire →I've read several articles on “good comments”, I've written some, I've read technical books about “good comments” and I work on a JavaScript project where everything must be commented (jsdoc). I changed my mind about that matter. Self documenting code What I've...
Continuer à lire →This is often what is criticized for beginners but everyone knows it, beginner or not, many developers do not comment otherwise badly on their codes. Assuming you're here to change and start commenting your code. How to write quality comments? DRY for comments Writing comments is already not...
Continuer à lire →If there is one redundant and boring thing in object-oriented programming, it is the definition of object constructors. In most cases, the majority of the code written is actually information that the interpreter or compiler could understand on its own. In this series of articles, I come back with you...
Continuer à lire →By clicking "Allow all", you agree to the storing of cookies on you device to enhance site navigation, analyse site usage, and assist in our marketing effort.