Maqbool's Blog

Home

Subscribe to my newsletter and never miss my upcoming articles

Pinned article

Building a MySQL Database Driver in Elixir

Dec 25, 20191 min read19 views

Have you ever wondered what happens beneath the covers when you talk to your Database? Well, you are in for a treat! In this talk, we are going to uncover the dark magic behind Database Drivers. We will look at everything that is needed to talk to a ...

Maqbool on System and Application Architecture @ Elixir Wizards Podcast

May 22, 20201 min read10 views

Variable Assignment in Haskell

Aug 25, 20182 min read8 views

In Haskell when you define a variable you cannot change that variable values unlike Imperative languages. Assignment For example In C we can define: int value = 0 value = 1 // We can update the value In this case to 1 The above assignment is legal i...

How to install Pharo on Gnu/Linux

Nov 24, 20171 min read11 views

Pharo the Modern Smalltalk Download the Pharo and decompress the file $ unzip Pharo.zip $ sudo mv Pharo /opt/ Create the pharo.desktop file and paste the following contents [Desktop Entry] Encoding=UTF-8 Name=Pharo GenericName=Pharo Exec=pharo Icon=...

© 2021 Maqbool's Blog

PrivacyTerms
Proudly part of