2020 has been an awesome year for developers, and we can expect 2021 to be the same. This is why I decided to share with you some of the languages and frameworks I expect to take over the world in 2021. Deno Deno is a runtime for Javascript launched...
Along my journey as a software engineer, I gathered some tips I wish I had when starting my career. Now is time to share it with you! 🗣️ 1. Over-communicate That's very general, but also very true. Most of the issues you could find are mostly commun...
The Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. You can still join the adventure on adventofcode.com My motivation I first hea...
My motivation in this article is to show how dating apps apply basic matchmaking algorithm inside their apps. I chose Tinder as main example, because the app is well-known and the algorithm has been studied many times. What made Tinder successful fo...
🤔 What is pagination Here is a quick reminder on what is pagination and why it is useful. Pagination is the fact of dividing a list of data into chunks. It is useful in web development because it allows to fetch only a decent number of entities to b...
My previous blog 😅 I started blogging few months ago, and I decided to go for a static website. My criterias were : I want it to be quick and easy (web frontend is not my cup of tea) I want the website to use my own domain (jeremybasso.dev) I want ...