Search Results

Results for "building"

151 articles found

Function blocks in code editor Functions & Modules
1 min read

Functions: Writing Reusable Code

Functions are the building blocks of any non-trivial Python program. They allow you to encapsulate a piece of logic and reuse it without copying and pastin…

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…

Person checking off a list with a pen Wellness
1 min read

Building Healthy Habits That Stick

Willpower is overrated; systems are what create lasting change. Start with the two-minute rule: make new habits so easy you can’t say no. Want to read mo…

API integration concept APIs
1 min read

Working with APIs in Python

APIs (Application Programming Interfaces) allow different software applications to talk to each other. Many services provide APIs to let developers access…

Kolkata: The City of Joy India Travel
1 min read

Kolkata: The City of Joy

Kolkata, formerly Calcutta, is a city that wears its heart on its sleeve. It is intellectual, artistic, and fiercely proud of its heritage. I arrived durin…

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…

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…

A neatly organized closet with a selection of neutral-colored clothes on wooden hangers Fashion
1 min read

Building a Capsule Wardrobe

A capsule wardrobe is about owning fewer, better clothes that you truly love to wear. I used to have a closet full of clothes but ‘nothing to wear.’ Th…