āWhy does Princess Leia keep her hair tied up in buns?
- So it doesnāt Hang Solowā
𤣠source: Menās Health
Today I bring to you a debate, a metric, and an algorithm.
ā¶ļø You may have picked up already your first language. Maybe your college picked a language for you. Maybe you saw an interesting tutorial.
In the quest for the perfect programming language for beginners, opinions are divided. Some tout the simplicity of Python, while others advocate for the deeper understanding offered by C/C++.
Join the debate to uncover which language reigns supreme for novice coders.
š I brought this topic because I think we can benefit from understanding some of the important web metrics used by Google when assessing how good is a site and as a consequence, whether they should display on the search results or not.
Time to First Byte (TTFB) refers to the amount of time it takes for a userās browser to receive the first byte of data from a web server after making an HTTP request. It encompasses the time spent on the network (latency) as well as the time the server takes to process the request and generate a response.
TTFB is a crucial metric in web performance optimization, as it directly impacts the perceived speed of a website or web application. A shorter TTFB typically indicates better server responsiveness and faster loading times for users.
šŖŗ In the last few days I heard a lot of my colleagues at work talking about āround robinā this, āround robinā that. I knew āround robinā was a scheduling algorithm, but I didnāt recall the details.
So I went looking and found this great video explainer.
The round-robin algorithm is a scheduling technique used in multitasking environments. It assigns time slices to each process in a circular order, ensuring fair access to the CPU. Each process gets a small unit of CPU time, then the scheduler moves to the next process in the queue.
This continues until all processes have received their allotted time slice, at which point the scheduler cycles back to the beginning of the queue. Itās a simple and efficient way to share CPU resources among multiple processes.
Personal Updates:
-
š„ I will be watching, with my younger daughter, today in a movie theater close by, āStar Wars Episode I: The Phantom Menace - 25th Anniversaryā
-
š¤ļø I have started a series of career-oriented video tips: āBoost Your Tech Career with These Meetup Tipsā - Do you have questions about career? Let me know - Just hit reply to this email.
-
š« Booked a trip to Brazil for July for me and my daughters. I cannot get enough of my home country.
-
š° Desert update: My chocolate pudding was delicious, according to my girls, but not perfect. Aa bit soft inside - just like me.

āDo or do not. There is no try.ā ā Yoda
May the fourth be with you!
Aderson Oliveira
Aderson