web development

Here, you’ll find articles, news, and resources covering all areas of web development. Topics include Markup Languages and Such, Web Applications, Front End Libraries and Frameworks, Development Tools/Environment, Networks, HTTP, and Servers, CSS, CMS, and more.


Equal height cards with CSS Flexbox

Ivan Basic

Jun 06, 2022
3 min read

Equal height cards with CSS Flexbox

Nice vertical alignment of the column based content using CSS Flexbox.

Continue Reading
10 WordPress Plugins for Importing and Exporting Data

Eric Karkovack

Apr 13, 2022
5 min read

10 WordPress Plugins for Importing and Exporting Data

A collection of powerful WordPress plugins that you can use to import and export various types of data within the WP Dashboard for free.

How to Render Nav-Items Dynamically in a Next App

Caleb Olojo

May 03, 2022
6 min read

How to Render Nav-Items Dynamically in a Next App

I've lately been noticing a pattern in React applications: developers protect certain routes on a web app from unauthorized users...