Blog

JavaScript - Mutable Array Methods

Comparing mutable and immutable array methods in JS, covering pop(), shift(), push(), unshift(). Tips for avoiding altering original arrays included.

#javascript

The Journey of Contributing to Open Source

Guide to contributing to open source: Covers Git, GitHub, finding good first issues. Personal journey of writer's first pull request, tips to start.

#growth

My First Round of the 100 Days of the Code

My 100 Days of Code experience: Focused on JS, HTML/CSS. Lessons, strategies for consistency, tips for working with JS, importance of breaks, goals

#growth

Tailwind CSS - Beginner Edition

Tailwind CSS: utility-first framework speeds up styling with inline markup, wide class range like flex and pt-4. Customizable and no switching files.

#frontend

JavaScript - Sets Data Structure

JS Set stores unique values of any type, removes array duplicates. Check isograms using Set size. Ignore case by converting to lowercase first

#javascript

Regular Expression - Letter Edition

Regex matches string chars with slashes and flags like 'g' (global) and 'i' (ignore case). Blog shows finding capitals, vowels and letters.

#javascript

My Journey into the Tech

Tech-lover turned self-taught developer through YouTube and Frontend Mentor. Follow my journey to becoming a full-time developer!

#growth

JavaScript Functions

JavaScript function: reusable block of code with arguments and defaults. Declare via declaration/ expression; arrow functions are shorter.

#javascript

JavaScript - onClick vs addEventListener

JS onclick: all browsers. addEventListener: multiple events but not in older IE

#javascript

What is PowerToys?

PowerToys, a free Microsoft tool, enhances productivity via pinned apps, window arrangement, color picking, and image resizing, with customizable options.

#growth