9 followers
A bridge connecting finance, developers and web3
A basic introduction to Smart Contracts in Ethereum
A few days ago, an old colleague (now a friend) came around. We laughed and had some jokes for a while until I asked him, "How's working going". His response led to this article you're currently reading: "Dude, I am so stressed out!" Let's call this ...
Cloud computing is among the latest buzzwords these days. So let's talk about it. But what does it mean? What is "The Cloud"? ☁️ Time to burst bubbles. 😬 The Cloud is simply some computer sitting across the Internet available to be used as a servic...
If you're an Object Oriented programmer like me, you write a bunch of classes often. To increase your productivity, Python has abstracted most of its boilerplate code. Let's see how we can use them in our code. Here's a trivial example of... A typic...
Many new Python programmers struggle with the concept of Duck Typing so let's talk about it. But before then, let's look at why Python is a dynamically typed language. What exactly is dynamic typing: With dynamic typing, you don't have to strictly d...
How do you connect your exisiting app on Netlify with Hashnode? Log in to your Netlify Dashboard and select the app you want to connect. Click on Domain Settings Under Custom Domains section, select the DNS Panel from your primary domain optio...