Search Results

Results for "Core Web Vitals"

115 articles found

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

Web Components logo with custom elements JavaScript
1 min read

Introduction to Web Components

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…

Asynchronous programming concept Concurrency
1 min read

Introduction to Python's AsyncIO

Asynchronous programming is a way to write concurrent code that can handle many tasks without the overhead of threads or processes. AsyncIO is Python's lib…

A person standing at a fork in a misty forest path Philosophy
1 min read

Existentialism: You Are Your Choices

Existentialism is the philosophy of the 20th century because it grapples with the anxiety of modern freedom. The core tenant, often summarized as "existenc…

Kotlin programming language logo and code JVM Languages
1 min read

Kotlin vs. Java: A Coexistence Story

When Kotlin first came out, I thought it was just a fad. But after Google made it first-class for Android, and I saw my colleagues writing less boilerplate…

Encryption key management AWS
1 min read

AWS KMS: Managing Encryption Keys

Key Management Service lets you create and manage encryption keys. I use it to encrypt S3 buckets, EBS volumes, and RDS databases. KMS integrates with many…

Bitcoin coins and a laptop screen showing charts Finance
1 min read

Understanding Cryptocurrency Basics

Cryptocurrency can sound intimidating, but at its core, it’s digital money that operates on decentralized networks called blockchains. Bitcoin was the fi…

A person doing a plank on a yoga mat in a bright, minimalist living room Fitness
1 min read

Home Workouts: No Equipment Needed

You don’t need a gym membership or fancy equipment to get a great workout. Bodyweight exercises are incredibly effective when done with intention. My go…

A person doing a plank on a yoga mat in a bright, minimalist living room Fitness
1 min read

Home Workouts: No Equipment Needed

You don’t need a gym membership or fancy equipment to get a great workout. Bodyweight exercises are incredibly effective when done with intention. My go…

Node.js logo and command line interface JavaScript
1 min read

Getting Started with Node.js and NPM

JavaScript used to be confined to the browser. Then Node.js came along and allowed us to run JavaScript on the server. For a beginner, installing Node also…