The Zen Log

HomeBadges
Blog Author Picture

Lucky Adogun

6 followers

War stories, code snippets and production-grade projects to help you level up.

A Gentle Introduction to Cloud Computing in Python with AWS

Jan 18, 20218 min read 111 views

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...

A More Productive Way to write Python Classes

Jan 5, 20212 min read 29 views

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...

A Friendly Guide to Duck Typing in Python

Dec 22, 20205 min read 36 views

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 to Quickly Setup a Hashnode Blog on an Existing Netlify Website

Dec 20, 20202 min read 91 views

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...

Hello World

Dec 15, 20201 min read 7 views

Since every new program begins with a "Hello, world!", I figured a new blog needs one too. So... "Hello, World!"😉

© 2021 The Zen Log

PrivacyTerms
Proudly part of