Web Development

60 Articles

More Articles

Page 3 of 5
Gentoo on Codeberg: A Guide for Developers
coding4 min read

Gentoo on Codeberg: A Guide for Developers

Unlock the power of Gentoo Linux on Codeberg. This guide covers setup, best practices, and collaborative development techniques for programmers.

By Kevin Liu
Read more
Why I Built My Own AWS Deployment Tool for Serverless Apps
coding4 min read

Why I Built My Own AWS Deployment Tool for Serverless Apps

Discover the journey of building Effortless-AWS, a deployment tool designed to simplify serverless application development on AWS without the overhead of CloudFormation.

By Kevin Liu
Read more
Creating a Responsive Pyramidal Grid with Modern CSS
coding3 min read

Creating a Responsive Pyramidal Grid with Modern CSS

Discover how to create a responsive pyramidal grid with modern CSS techniques. Enhance your web design with dynamic layouts and engaging visuals.

By Kevin Liu
Read more
Modern CSS Code Snippets: Stop Writing CSS Like It's 2015
coding3 min read

Modern CSS Code Snippets: Stop Writing CSS Like It's 2015

Explore modern CSS code snippets to enhance your web development. Stop writing CSS like it's 2015 and adopt cutting-edge techniques today.

By Kevin Liu
Read more
What’s !important #5: CSS Innovations for Lazy-Loading & More
coding3 min read

What’s !important #5: CSS Innovations for Lazy-Loading & More

Explore the latest CSS features like lazy-loading iframes, repeating corner-shape backgrounds, and more in this engaging blog post.

By Kevin Liu
Read more
Approximating contrast-color() With Other CSS Features
coding3 min read

Approximating contrast-color() With Other CSS Features

Explore how to achieve contrast color functionality in CSS without full support for contrast-color(). Use variables, mixing, and media queries for accessibility.

By Kevin Liu
Read more
CSS Bar Charts Using Modern Functions: A Fun Guide
coding4 min read

CSS Bar Charts Using Modern Functions: A Fun Guide

Explore how to build CSS bar charts using modern functions like calc() and clamp(). Create engaging visuals without JavaScript!

By Kevin Liu
Read more
📰
coding3 min read

Should We Even Have :closed? Exploring CSS State Management

Explore the debate around the CSS pseudo-class :closed. Is it necessary or does :not(:open) suffice? Dive into coding insights and best practices.

By Kevin Liu
Read more