Back to top

Articles


JavaScript can do that?

You might be wondering why I am writing less these days. I assure you, it’s not because I am getting lazy (I am ATM 🤩), it’s just that I am on a long overdue holiday. But to keep my juices going, I thought now that I am having fun, let’s write a fun post 😊.

PublishedJun 26, 2019
Time to read3 min
webdevjavascriptshowdevRead more
Boost your ranking with these 10 tips

For most companies, ranking #1 is like a blessing to their business. However, most of the web developers are not aware of what should be done to reach to that point.

In this article we go through 10 simple steps to increase the ranking organically rather than paying search engines to do that for us. So, are you ready 🧐?

PublishedJun 11, 2019
Time to read8 min
webdevseoshowdevRead more
A world without passwords

Let’s face the reality, we can’t live without passwords these days. In fact our entire online life is depending on them. But with passwords, comes heaps of problems not only for users, but also for us developers.

PublishedJun 05, 2019
Time to read5 min
webdevwebauthnfrontendRead more
What`s new in Angular 8

You might already know that Angular 8 is out now, but what it means for you or your organisation is described below.

PublishedMay 30, 2019
Time to read4 min
angularwebdevshowdevRead more

Most of the times, we write code which is being copy pasted from all over internet. StackOverflow is the main source these days for finding solutions to all sort of problems. But is it OK to blindly copy paste code without really knowing what’s happening behind the scenes?

PublishedMay 20, 2019
Time to read4 min
webdevshowdevjavascriptRead more

Rendering images on a web page can be a very compute heavy operation. This makes it harder to run these kind of operations on the main thread since it might slow down the rendering or affect the user experience.

PublishedMay 11, 2019
Time to read5 min
webdevtipsfrontendRead more
How do I keep up with frontend world

I’ve been in web development for a long time and not until four or five years ago did I had to keep up with this light speed moving train.

PublishedMay 09, 2019
Time to read8 min
tipsproductivityfrontendRead more
Knock out your unused CSS

Unused CSS is a one of the issues most web applications suffer when it comes to performance and page load time.

PublishedMay 07, 2019
Time to read7 min
csswebperfunusedRead more
Removing duplicates from arrays in JavaScript

There are multiple ways to remove duplicates from an array with JavaScript. But, it’s very important to know the details of how efficient they, especially if you’re dealing with large arrays.

PublishedApr 24, 2019
Time to read2 min
javascriptarraysdeduplicationRead more

A while back, Nick Galov from Hostingtribunal.com contacted me to let me know they had created an inforgraphic photo for web performance statistics.

PublishedApr 14, 2019
Time to read1 min
webperformancepage load timeRead more