Articles by Tag #web

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

IE6, AI, and the future of browsing the Web

How Google's retreat from web standards signals a new era of browser stagnation—and what comes next

Learn More 36 10Jun 5

CORS Almost Broke Me But Preflight Saved the Day

When I first built my frontend-backend setup, I thought everything would be smooth. Frontend hosted...

Learn More 11 2Oct 14

Are Web APIs the same as REST APIs? How to Improve your Web Apps with Web APIs

To answer the question simply: No, Web APIs are not the same as REST APIs. Web APIs refer to...

Learn More 54 2Jan 14

7 React Custom Hooks I Can’t Live Without in My Projects 🚀

React Hooks have revolutionized the way we write components in React. They allow us to use state,...

Learn More 48 9Jan 25

A Modern Approach of Implementing Dark Mode

I’m a total dark mode fan. It’s the first thing I switch on whenever I get a new device. Modern...

Learn More 6 2Jun 4

The Untold Story of Comet Browser

It all started with headlines claiming that Perplexity was aiming to buy Google’s Chrome browser....

Learn More 16 5Sep 7

Finding cool stuff with ChatGPT

Last week, I wrote a blog post about how I gave new life to an old domain by building a new website...

Learn More 18 3Apr 4

"IN MEMES WE TRUST, ALL HAIL THE EXPLORER!"

Meme Explorer 🚀 Overview Meme Explorer is not your typical Sinatra CRUD app —...

Learn More 3 2Nov 1

What's new in Surrealist 3.4

We're excited to announce the release of Surrealist 3.4. This version introduces exciting and highly...

Learn More 26 0Jul 2

DaisyUI: CSS Components for Tailwind

As a developer working with Tailwind CSS, you've probably experienced the power of utility-first CSS...

Learn More 19 3Dec 17 '24

TOP 15 Mistakes Developers Make When Creating Web APIs

In this blog post, I'll walk you through the top 15 mistakes developers often make when building Web...

Learn More 26 7Feb 11

Is the Internet a Junkyard?

The internet was once seen as a new frontier for creativity and original ideas. Today, many people...

Learn More 5 2Oct 8

Day 22 - Alert Component Part 1 - Alert List and Alert Components

Day 22 - Alert Component Part 1 - Alert List and Alert Components Table of...

Learn More 7 3Sep 20

Decoding the Mystery Behind %20 and Other Strange URL Characters

If you have ever seen a strange looking file path like /doc/%E5%91%BD%E5%90%8D%E7%A9%BA%E9%97%B4.png...

Learn More 8 0Oct 26

12 Sites You Should Know for FREE Website Templates

Building a good-looking and functional website starts with the right template. Whether you’re a...

Learn More 34 11Jan 6

Easy SEO for lazy programmers

A few of my recent projects—like Cooking Vinyl Compilations and ReadABooker—aim to earn a little...

Learn More 2 0Sep 24

Web Vitals Optimization Strategies for HTTP/3 and QUIC

Let’s be honest, when someone mentions “Web Vitals”, our brains sometimes go: “Oh yeah… those Core...

Learn More 43 2Aug 11

Análise de Vetores de Ataque em Arquitetura de Aplicações Web

Resumo Este texto tem como proposta uma análise aprofundada sobre a segurança de...

Learn More 1 0Nov 22

Shared Component Architecture in Angular (When To Abstract and When Not To)

One of the easiest traps in frontend development is over–engineering your shared components. You...

Learn More 0 0Nov 18

Shared Component Architecture in Angular (When To Abstract and When Not To)

One of the easiest traps in frontend development is over–engineering your shared components. You...

Learn More 0 0Nov 18

The Shift Toward Reactive Programming in Modern Web Development

In the ever-evolving world of web development, staying ahead of the curve is a constant challenge. As...

Learn More 3 0Nov 2

Understanding XSS (Cross-Site Scripting): How Attackers Inject Code Into Your Website

Web applications frequently handle user-generated input. When this input is not processed securely,...

Learn More 0 0Oct 21

Alternative search engines

Alternative search engines are shaping a more diverse and privacy-conscious web in 2025, providing...

Learn More 0 0Oct 19

From SOP to CORS: Understanding the Web’s Cross‑Origin Security Model

Modern web applications are rarely confined to a single domain. Instead, they often operate across...

Learn More 0 0Oct 18

Which Tech Sectors Are “Safe” From AI? A Deep Dive for Developers

Artificial Intelligence is reshaping the tech industry faster than any innovation in recent history....

Learn More 0 0Nov 29

The Month We Understood How Easily the Internet Can Break

For most of us, the internet just works. We open an app, tap a button, and expect it to respond. We...

Learn More 0 0Nov 19

Solving a Multi-Region Deployment Challenge in GitHub Actions

When we talk about multi-region deployments, one of the most common mistakes I see is building...

Learn More 3 0Oct 21

Docker Compose for Multi-Container Applications: A Practical Guide

In modern application development, it’s rare to find a single-service system. Most real-world...

Learn More 0 0Oct 23

Dig command to track the process of DNS resolution

Scenario: User/server(client) machine trying to reach nike.com DNS client checks the cache on local...

Learn More 0 1Nov 12

Mastering HTML -- The Complete Guide

HTML (HyperText Markup Language) is the standard language used to structure content on the web. This...

Learn More 1 0Oct 21