Here's list of Github repositories you should check out:
π§΅ππ»
1. Bitcoin: Bitcoin is an experimental digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority.
Pandas is an open-source Python package that provides high-performance, easy-to-use data structures and data analysis tools for the labeled data in Python programming language.
2. NumPy
One of the most fundamental packages in Python, NumPy is a general-purpose array-processing package. It provides high-performance multidimensional array objects and tools to work with the arrays. NumPy is an efficient container of generic multi-dimensional data.
Micro Services Architecture Vs Monolith Architecture:
You might have heard about these terms again and again. But what are they, their advantages and disadvantages?
Let's discuss it in this thread: π§΅ππ»
Micro Services Architecture:
Micro Services is an architectural style where a single application is built as a suite of multiple smaller services which are loosely coupled, maintainable and scalable separately.
Let's discuss what that means.
ππ»
Let's take the below example:
As you can see, our example application takes care of user accounts, reading and updating inventory and shipping the products to end users.