Yasser SinjabGreat solution and it helped me!I just wanted to say that map types are reference types so I wpuld say there is no need to pass it by refernce https://go.dev/blog/mapsAug 27, 2022Aug 27, 2022
Yasser SinjabThe beauty of concurrent programming in Go“Time is nature’s way of keeping everything from happening at once.”Oct 15, 2020Oct 15, 2020
Yasser SinjabLeading a team is an opportunity: seize itOne day I was between two decisions: either accepting a job offer for to work on a field I always loved or to get more responsibility and…May 30, 2020May 30, 2020
Yasser SinjabName mangling in PythonI was reading about why it is better to avoid using two leading underscores to create a private attribute in Python class. Then I found…Jun 20, 2019Jun 20, 2019
Yasser SinjabEvents driven systems: takeaway nuggets for developers (Part 1)I’ve been working on events driven system for almost 2 years. Within this time I learned many of the concepts, patterns, and practices for…May 27, 2019May 27, 2019
Yasser SinjabI enjoy learning from my mistakes“Failure is instructive. The person who really thinks learns quite as much from his failures as from his successes.” ― John DeweyFeb 12, 2019Feb 12, 2019
Yasser SinjabI started a job hunt board in Trello“Every cloud has a silver lining”.Jan 29, 2019Jan 29, 2019
Yasser SinjabDocker containers simply explainedA: What is a container? B: It is like a VM. But it shares the OS kernel with other containers. A: Since they or on the same OS, are they…Oct 27, 2018Oct 27, 2018
Yasser SinjabActiveRecord vs Datamapper in PythonMany use ORM for data persistence, but many doesn’t know the patterns these ORMs internally use. In this story I will show the difference…Oct 19, 2018Oct 19, 2018