ReactJS Web and Mobile
ReactJS Frontend Mobile

A Single Codebase of ReactJS Can Get Both Your Website and Mobile APP by RSD

Table of Content What’s new coming in React World? Should Frontend Developers be worried about it? What is React Strict DOM (RSD)? Was there a solution for Web + Native before RSD? What does RSD do, and what will it simplify? Potential Benefits and Considerations Keeping an Eye on the Future. What’s New Coming in […]

Read More
Software Engineers

The Ripple Effects of a Software Engineers’ Strike in 2024

Throughout history, strikes have been critical in changing industries and showing how important workers are to our society. Take the auto workers’ strikes in the 1930s and 1940s, like the big sit-down strike at General Motors in 1936-1937. These strikes were a big deal for getting better pay and safer jobs for workers in the […]

Read More
Frontend ReactJS

Mastering optimisation Frontend Performance in ReactJS: Strategies for Speed and Efficiency

In the world of frontend development, ReactJS has emerged as a popular and powerful library for building interactive user interfaces. However, with great power comes the responsibility of ensuring optimal performance. This blog post delves into the key strategies for enhancing frontend performance in ReactJS applications. From initial render to dynamic updates, we’ll explore practical […]

Read More
AWS Cloud Server

How to modify MySQL database configuration in AWS RDS

In this article, I’m going to explain how to modify MySql parameters while you are using AWS RDS (Relational Database Service) for the MySql Database. I write this post after fixing an error of “MySql ‘max_allowed_packet’ bytes error during import database” but you can do anything with MySql database configuration parameters after reading this post. […]

Read More
AWS Cloud Server

How to Configure Gmail SMTP on AWS EC2

A Step-by-Step Guide for Cloud and DevOps Engineers Sending emails through an Amazon Web Services (AWS) EC2 instance can be a little tricky, especially when you’re trying to use a service like Gmail SMTP on a non-standard port. If you’ve ever tried to set up your EC2 instance to send emails through Gmail using port […]

Read More
Fullstack Magento

Creating an End Level Category Tree View in Magento

When running an e-commerce site on Magento, organizing your products into categories is essential for a seamless user experience. A category tree view allows customers to navigate through different sections of your store easily. Here’s a simple guide on how to create a category tree view in Magento. What You Will Achieve By following the […]

Read More