Writing across the web

Publications

Technical articles and in-depth tutorials covering React, TypeScript, and modern web development practices. Shared across leading developer platforms to help the community build better software.

All publications

18 articles on dev.to, Medium, and freeCodeCamp

dev.to

Vendor splitting using webpack 4 (opens in new tab)

A practical guide to implementing vendor splitting in Webpack 4 to optimize bundle sizes and improve application performance.

React
Webpack
JavaScript
Performance
freeCodeCamp

How to Use MySQL With Deno and Oak (opens in new tab)

Integrate MySQL database with Deno and Oak framework. Learn how to perform CRUD operations, manage database connections, and build a complete Todo API with MySQL backend.

Node.js
JavaScript
Web Development
medium

How empathy can help you create a better work culture (opens in new tab)

Empathy is one of those things that can help in any part of life whether it's your family, friends, that special person and even also at work. Understanding what empathy is and how it effects people took me long time. I struggle with human interactions and I am not ashamed to admit it, so I wanted to share my experience, as to what I have found from all of it.

Others
medium

How to set up Jest & Enzyme like a boss (opens in new tab)

When I started out writing tests for my React application, it took me some tries before I figured out how to set up my testing environment using Jest & Enzyme.

JavaScript
Web Development
Jest