Kelvin Okuroemi
Xylophone

Xylophone

Follow
homeModern Web DevNotes on Software EngineeringGeekin' into TypescriptUnsolicitedbadgesnewsletter
Series

Modern Web Dev

Ever wondered why we have to use all these tools in web dev today? Hop in and let's find out. You will get to learn about the core concepts of the modern web development ecosystem.

Articles in this series

Everybody hates Web Dev

Jan 27, 20235 min read

Understanding why modern web dev is complex... · Introduction I've always wondered how web development became so complex, and why we needed all these...

Everybody hates Web Dev

WTF is npm ?!

Feb 7, 20236 min read

A confusion free guide · Introduction In the last article, we started looking at the evolution of web development, and how package managing tools came...

WTF is npm ?!

Webpack made easy

Feb 14, 20234 min read

A beginner friendly guide to bundlers · Introduction Throughout this series, we have been referring to bundling and bundlers. In today's article, I will...

Webpack made easy

Webpack in practice

Feb 28, 20235 min read

Setting up webpack · Introduction Sorry for skipping an issue last week, I had a tough exam coming up and needed to put some extra hours in. In the last...

Webpack in practice

Advanced Webpack

Mar 7, 20238 min read

Assets, Dev-servers, Debugging and more. · Introduction In the last edition of the Modern Web dev series, we looked at how to get started using Webpack,...

Advanced Webpack

From Good to Great: Part 1

Mar 21, 20237 min read

Applying SOLID Principles in Your Code · Pre-requisites Javascript objects Javascript classes ES6 import and export modules Introduction Apart from...

From Good to Great: Part 1