Enis Arik
Enis Arik

Enis Arik

Follow
Follow
homeAbout

SOLID Principles in Python - Part 3

Feb 20, 20233 min read114 views

Dependency Inversion Principle (DIP) states one single thing; When we modify low-level modules, it should not break the high-level modules. In...

SOLID Principles in Python - Part 3

SOLID Principles in Python - Part 2

Feb 18, 20234 min read82 views

In Part 1, I wrote about the first two principles of SOLID. Part 2 is going to be about the third and fourth principles of SOLID which are the Liskov...

SOLID Principles in Python - Part 2

SOLID Principles in Python - Part 1

Feb 12, 20236 min read275 views

Python has gained a flurry of popularity among programming languages, according to StackOverflow 2022 survey. It is used in many areas such as...

SOLID Principles in Python - Part 1

Why do we need TLS certificates?

Aug 16, 20223 min read145 views

Introduction to PKI - Public Key Infrastructure. · Introduction PKI is a set of rules which is used to manage security via asymmetric encryption. It...

Why do we need TLS certificates?

Introduction to Vim-Diff

Dec 21, 20212 min read256 views

Compare and merge tool for Vim users. · Vim-Diff is a great tool to compare two scripts and do instant merging from one to another. It is fast and very...

Introduction to Vim-Diff