Category: Articles

Preventing XSS Attacks: Best Practices and Tips

Cross-Site Scripting (XSS) attacks have been a persistent threat to web applications for years, and their prevention is crucial for […]

July 3, 2024

me

Articles

10 Essential Clean Code Principles With TS Examples

Clean code is the foundation of efficient, maintainable, and scalable software. It is not just about making code work, but […]

May 18, 2024

me

Articles

Different Testing Methods in Front-End Development

As a front-end developer, it is important to ensure that the code you write is of high quality and that […]

May 1, 2023

me

Articles

React v18 New Features Overview And Examples

One of The main purposes of The React team has always been improving the performance of react applications and providing […]

May 16, 2022

me

Articles Tutorials

Lazy Loading Components in React

One of important performance optimization solutions is Lazy Loading. and it means instead of loading all resources on load we […]

February 9, 2022

me

Articles Tutorials

React CSS in JS: emotion vs styled components

CSS has been giving styles to web pages for years and more and more features are continuously being added to […]

April 29, 2021

me

Articles Tutorials

Using React with Typescript – crash course

since it’s relese in 2012, typescript has become more and more popular among developers and most companies and teams use […]

February 25, 2021

me

Articles Tutorials

Vue 3: Top 5 New Features

After Months of being in beta stage Vue v3 stable version is finally released, because of that let’s see what […]

September 25, 2020

me

Articles Tutorials

Customizing Bootstrap Vue

Vue js has been becoming more and more popular in the past few years, just like React js and Angular […]

August 13, 2020

me

Articles Tutorials

Displaying native share menu in web

Nowadays social media and the concept of sharing content online has become an important part of our daily activities and […]

January 23, 2020

me

Articles Tutorials