The P2P Bootstrapping Problem – Starting My Journey To Help Build a P2P Social Network

Decentralized P2P Social Nets When I saw the Finxter announcement about trying to create a decentralized P2P social network, I knew I had to take part. My interest peaked as it had seldom been before. I love the idea of a social network that can function without interference from companies or governments. It feels like … Read more

GitHub Fork and Pull Workflow

If you are unfamiliar with git and/or GitHub, it can be overwhelming navigating all the different workflow models you can use to add code to a repository. I know this feeling well, as it took me a while to get used to new workflows after being used to the classic SVN (years ago in University). … Read more

How I Built a House Price Prediction App Using Streamlit

In this tutorial, I will take you through a machine learning project on House Price prediction with Python. We have previously learned how to solve a classification problem. πŸ‘‰ Recommended: How I Built and Deployed a Python Loan Eligibility Prediction App on Streamlit Today, I will show you how to solve a regression problem and … Read more