In the previous post, we learned how to split blocks to make better use of memory. However, this...
In the previous post of this series, we saw how the order in which we choose memory blocks to reuse...
In the previous post in this series on implementing malloc() and free(), we showed how it is possible...
Recently, a discussion started on the Python Brasil mailing list about the reasons for using...
This post is part of a series on implementing the malloc() and free() functions. In the previous...
How can remote workers grow in their careers? Since remote work is a recent revolution, it is a...
This post is part of a series on how to implement the malloc() and free() functions. In a previous...
This post is part of a series on implementing the malloc() and free() functions. Previously, we...
Have you ever wondered how the malloc() and free() functions work? In this series, we will see how they can be implemented, from the most basic and inefficient way possible until... some less basic and inefficient way.
Tickets in Jira tend to accumulate redundant and optional fields, becoming complex and confusing. I...
Have you ever felt your set-up/tear-down methods are getting really obscure? They may very well be. Test utilities are a great alternative!
If we do not comment our code, that information should go somewhere else! Here are some places to send it to.
If we do not comment our code, that information should go somewhere else! Here are some places to send it to.
Suppose you have an application using CommonJS, and now you need features from a ES6 module. Is it possible to import that ES6 module? Well, today it is! Here is how.
Suppose you track your technical debt, what is the best time to work on it? Here is an idea, and why.
I've made a little Python app for my own needs but now I need some help to attend other users
I’m in love with the Crafting Interpreters book. In it, Bob Nystrom teach us ho...
One of my hobbies during this recent World Cup was to collect stickers. Actually, I’ve built the...
One of the most impressive Python "batteries" needs to come back... in the right way.
Contrary to a common belief, mainframes aged well and are still relevant
A list of semi-obscure gadgets in my day-to-day toolbox