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 articleModern CSS Reset
This most modern CSS reset yet is the first file you have to copy to your project
Read articleJavaScript ES6 Classes
Classes are a template for creating objects. They encapsulate data with code to work on that data.
Read articleDifferences Between Const, Var and Let
My notes about const, var, and let. Not a guide. Just notes.
Read articleJSX Arrays and Forms (React Notes - 2)
My ReactJS learning journey. I take these notes for myself.
Read articleGetting Started (React Notes - 1)
My ReactJS learning journey. I take these notes for myself.
Read articleUnderstanding 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 articleUnderstanding JavaScript Callbacks
Callbacks are fundamental to asynchronous coding in JavaScript. In this post, we try to understand callbacks with several examples.
Read articleResize All Images With Photoshop Actions
Resizing multiple images at once can be boring work. Adobe Photoshop helps us batch resize images.
Read articleEleventy 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 articleHow to Display Instagram Posts on Your Website?
We're fetching (scraping) data from Instagram and inserting it into HTML.
Read articleWhy I Use RGB Instead of HEX?
We used HEX colors for years in CSS, but It's time to replace them with RGB
Read articleDead 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 articleHello World!
After years, I decided to write a blog, publish some of my references and renew my website with some cool features.
Read article