Return several values from a JavaScript function
JS functions can only return one value at once. But there is a way to use the return statement to return multiple values. Learn the trick....
Read more →I wrote several blog posts through years to share my knowledge and my journey. Most of them are free thanks to my awesome paid members. Join them to get complete access.
JS functions can only return one value at once. But there is a way to use the return statement to return multiple values. Learn the trick....
Read more →Despite its simplicity, the return statement in JavaScript can help us improve the readability of our code and make it less complex....
Read more →In this article, I explain how I deploy a Node.JS application (which has been containerized) to the Swiss Hidora cloud. Learn how to deploy containers to the cloud!...
Read more →During my full remote workdays, I find the coffee breaks to be crucial. It always changes in methods and technics, but I wanted to share with you one of my favorite recipes. Furthermore, one of the simplest....
Read more →As it is a really common task, this post will guide you through with a step-by-step process to protect your website (and your users) using HTTPS. The specific part here is that we will do this in a docker environment. In this post, I will use Docker Compose to make...
Read more →Do you already asked yourself what is this 6th arguments of a function you wrote 2 months ago? I think most of us already did. Except if your language has named arguments....
Read more →Now that your small business has been up and running for some time, and you’re consistently meeting your sales goals, your organization can move from the startup phase of the business lifecycle into the second stage: the growth phase. During the growth stage of the business lifecycle, you’ll...
Read more →Programming can feel inaccessible, but it is possible to learn how to code easily. Here is my 5 advices as a self-taught developer!...
Read more →With a quarter of our team working remotely full time and the others who can choose to work remotely whenever they wish, we can say that working remotely is part of our culture. But what is remote work really like at Ferpection?...
Read more →A debate on the type of import we use in JavaScript has recently appeared. Same kind of debate than the one with semicolon. It works whichever you choose but each developer has its opinion on the matter and nobody agree. I also have an opinion! To make it short : I...
Read more →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.