Source of the title image: https://commons.wikimedia.org/wiki/File:Logo_C_sharp.svg If you’re a...
(Image source: https://www.irasutoya.com/2020/08/blog-post_42.html) Passing an exam must...
(image source: https://www.irasutoya.com/2019/03/blog-post_72.html) Intro One day I was...
Intro - what is this book about? Yes, I finally finished reading this book. As a person...
image source: https://www.irasutoya.com/2021/01/blog-post_11.html (A sleeping woman in front of a...
*image source: African Penguin, Cape Town from Wikipedia Commons TL; DR The book is for...
*image credit to Renee French, the source is the one of the official Go blog posts TL;...
*image credit to Renee French, the source is the one of the official Go blog posts TL;...
*image credit to Renee French, the source is the one of the official Go blog posts TL;...
image source: https://rustacean.net/ TL; DR Simple rule: learning a programming language...
In the last article, we finally figured out(?) what a coroutine object does in the context of...
Remark: The book Raytracing in One Weekend is an open source book written by Peter Shirley, one of...
Introduction As I was working on my personal C++ exercise(it’s intended to be shown as a...
What is Native Coroutine? From the last article, we have talked about how generators could...
Edit(Jul 16th, 2023) I was a bit too rash about the conclusion that "native coroutine in...
Why Generators? As previously announced, our journey starts from the discussion about...
Disclaimer: this series of articles are not intended to provide full information about async APIs in...
TL; DR This book is about how to implement the hexagonal design pattern for a (web)backend...
Introduction I would say that more than 80% of the code of a backend application is...
TL; DR Use dependency_overrides dictionary to override the dependencies set up. The...
Why this article? installing a PostgreSQL application on my Mac seemed to be a piece of...
Tips for writing robust Python code: functions Remark: This article is a collection of...
TL; DR This is a nice book, especially either if you're a total beginner or someone who's...
TL; DR You need to convince yourself; you should be equipped with solid knowledge and...
TL;DR I use those following Python tools for a new project package manager:...
Well, I am recently making my personal portfolio to re-challenge the job market, and I had no choice...
Why this book? The reason I first bought this book was really nothing to do with OOP,...
Background Recently I have just finished one of my personal self-studies, the malloc lab....
Background: Github Authentication Problem It seems that from 2022, Github forces you to...
Background Just having begun my job in a small startup, I was in need of catching up on...