Explore

web development ×
  • screenshot

    Google (and others) please implement link analytics with "ping" or "sendBeacon"

    Did you notice that when hovering over some external links on a website, the links don’t...

  • Exploring Angular Data Binding Techniques

    What is Data Binding? Data binding is the process of synchronizing the data between the model...

  • screenshot

    New CSS Logical Properties

    Float is very straightforward, there are only two values, inline-start/inline-end, that replace the values of left/right...

  • Enforcing conventions in Django projects with introspection

    Naming conventions can make a big difference to the maintenance issues in software projects. This post...

  • The React Tower of Babel: Navigating Complexity in Javascript Development

    Some thoughts on the evolution and current state of web development in the JavaScript ecosystem.

  • Problem-solving Hacks-Solving Problems by Avoidance

    Have you ever laughed hard at a good joke? Sometimes it’s just you. Other times, it’s...

  • Building Vue Components With Pug & Stylus

    This post assumes you have beginner to intermediate JavaScript & Vue knowledge, have heard of, or...

  • screenshot

    AVIF is the Future of Web Images

    AVIF is the Future of Web Images — The author notes that this image format “stands...

  • Crafting Excellence: A Comprehensive Approach to Refreshing Your Accounting Company Website

    Crafting Excellence: A Comprehensive Approach to Refreshing Your Accounting Company Website

  • screenshot

    Freenginx: Core Nginx Developer Announces Fork of Popular Web Server

    Recently, a former employee of F5 and main contributor of the Nginx project announced the fork...

  • Build a Simple Blog + Multiple Image Upload with Laravel & Vue

    Psst! If you need help setting up laravel, here’s a walkthrough: The Hitchhiker’s Guide to Laravel...

  • Auto-Deploy React Apps With Render

    Learn how to use Render to auto-deploy your react apps.

  • Learning To Ask High-Quality Questions

    Questions are revealing. It’s the main reason people choose not to ask them in the first...

  • screenshot

    CSS { In Real Life } | How I Solved My Font Rendering Problem

    How I Solved My Font Rendering Problem — A quick fix for a variable font rendering...

  • Using Static Analysis in Laravel: A Guide to Starting with PHPStan in Your Project

    Step-by-Step Guide on How to Install and Configure PHPStan in Laravel to Begin Benefiting from Code...

  • screenshot

    Web Animation with GSAP: A Superior Alternative to CSS and JavaScript

    In the ever-evolving era of modern web animations, crafting captivating and intricate animations that truly dazzle...

  • Resolving global variable conflicts in Minified JavaScript: A Case Study with Vite and Terser

    Simple Solutions to Avoid Global Variable Conflicts in Minified JavaScript Using Vite and Terser