HomeBlogProjects

© Malik Haziq. All rights reserved.

View source code

Blog

Thoughts on software development, web technologies, Generative AI, and engineering practices.

January 20, 2023

Javascript new features that introduced in ECMAScript 2020

Here are some of the new features introduced in ECMAScript 2020:

Read article
January 18, 2023

Techniques for optimizing JavaScript performance and reducing load times

Here are a few techniques for optimizing JavaScript performance and reducing load times:

Read article
January 16, 2023

The limitations of JavaScript as a programming language

JavaScript, like any programming language, has its own set of limitations. Here are a few examples of the limitations of JavaScript:

Read article
January 13, 2023

Make your JavaScript code more efficient, readable, and maintainable.(Part 2)

Use clear and meaningful variable and function names:

Read article
January 11, 2023

make your JavaScript code more efficient, readable, and maintainable.(Part 1)

Use let and const for variable declarations:

Read article
12