Archive

JavaScript Format Numbers as Currency Strings

As you know, JS has built-in objects. The ES6 Internationalization API helps us format numbers as currency strings.

Read article

JavaScript Interview Questions

A Guide to most asked JavaScript interview questions.

Read article

Modern CSS Reset

This most modern CSS reset yet is the first file you have to copy to your project

Read article

JavaScript ES6 Classes

Classes are a template for creating objects. They encapsulate data with code to work on that data.

Read article

Differences Between Const, Var and Let

My notes about const, var, and let. Not a guide. Just notes.

Read article

JSX Arrays and Forms (React Notes - 2)

My ReactJS learning journey. I take these notes for myself.

Read article

Getting Started (React Notes - 1)

My ReactJS learning journey. I take these notes for myself.

Read article

Understanding JavaScript Promises

Many people struggle with understanding how Promises work (including me). Promises are fundamental to asynchronous coding in JavaScript. In this post, we try to understand promises with basic examples.

Read article

Understanding JavaScript Callbacks

Callbacks are fundamental to asynchronous coding in JavaScript. In this post, we try to understand callbacks with several examples.

Read article

Resize All Images With Photoshop Actions

Resizing multiple images at once can be boring work. Adobe Photoshop helps us batch resize images.

Read article

Eleventy Powered Free Blog & Portfolio Template

Hey, I'm Yasin. I created this awesome blog template with Eleventy. Feel free to use it. No rights reserved.

Read article

How to Display Instagram Posts on Your Website?

We're fetching (scraping) data from Instagram and inserting it into HTML.

Read article

Why I Use RGB Instead of HEX?

We used HEX colors for years in CSS, but It's time to replace them with RGB

Read article

Dead Simple Masonry Layout With CSS Grid

When I renew my website I've made a photo grid on the about page. I decided to explain how you can implement the same layout on your project.

Read article

Hello World!

After years, I decided to write a blog, publish some of my references and renew my website with some cool features.

Read article