Lazy loading images easier than ever!

Lazy loading images will be possible to achieve via native HTML pretty soon! The image tag will have a new “loading” attribute as a part of the HTML standard. Before we dive into this deeper, let’s see some facts about Lazy loading. What is Lazy Loading image, and why we need this? The browser’s default

Read More

Where is a Folding iPhone?

Folding smartphones have been presented by Samsung and Huawei recently. All eyes on Apple now! We can say that Apple’s iPhone created smartphone’s history. The new mobile era began in June 2007 when it was introduced by Steve Jobs. Since then, the iPhone took the dominant place in the smartphones market. For the first time,

Read More

The Rest/Spread Properties in ES2018

JavaScript continued with its enhancements in previous year. ES2018 didn’t bring revolutionary things as ES2015 did, rather some improvements. Some notable changes are: Rest/Spread properties in object literals Updated tagged templates rules Asynchronous Iteration “finally()” method in Promises New RegExp features Let’s talk about the first one today! What are Rest/Spread operators? Three years ago,

Read More

Smooth scrolling: Implement it with CSS only

Smooth Scrolling

What is smooth scrolling? Smooth scrolling is something you probably encounter while browsing every single day. It’s a modern feature that many websites have. The feature is triggered when a site visitor clicks some link which navigates to the other section on the same page. We are not talking about regular links which help us browsing through the

Read More

SCSS: A way to improve your CSS

SCSS: A way to improve your CSS

What is SCSS? SCSS is actually the CSS with some superpowers. We just want to write CSS in a more efficient way to better organize things! Don’t spend the eternity to find the code that has some bug to fix it. Split the code into the chunks, think of them as the reusable components. After all,

Read More

A freelance web developer site has been launched!

Welcome to awebdeloper.co.uk! Hey guys, I’m glad to have you here. I’m looking forward to sharing my development skills with you. In addition, let me keep you updated with the latest geeky IT news, and whenever something new happens in web coding world. And as the things are moving quickly, there’s no chance to get boring here

Read More